Searched refs:fragCount_ (Results 1 – 4 of 4) sorted by relevance
34 fragCount_(3), in PutLiveChannelRequest()57 fragCount_ = fragCount; in setFragCount()139 if(fragCount_ < MinLiveChannelFragCount || in validate()140 fragCount_ > MaxLiveChannelFragCount) in validate()172 ss << " <FragCount>" << std::to_string(fragCount_) << "</FragCount>" << std::endl; in payload()
29 fragCount_(0) in GetLiveChannelInfoResult()87 fragCount_ = std::strtoull(node->GetText(), nullptr, 10); in operator =()123 return fragCount_; in FragCount()
49 uint64_t fragCount_; variable
57 uint64_t fragCount_; variable
Completed in 9 milliseconds