Searched refs:count_ (Results 1 – 7 of 7) sorted by relevance
295 count_ = count; in set_count()299 inline size_t count() const { return count_; } in count()303 inline size_t descriptor_size() const { return count_; } in descriptor_size()331 return index < count_; in IndexValid()333 size_t count_; variable
117 EcmContainer::EcmContainer() : count_(0), count_set_(false) {} in EcmContainer()122 switch (count_) { in Add()125 count_ = 1; in Add()129 count_ = 2; in Add()175 for (size_t i = 0; i < count_; ++i) { in Parse()
36 size_t count_; variable50 size_t Count() const { return count_; } in Count()
33 buckets_(num_buckets_), auto_range_(start_ms_ == 0 && end_ms_ == 0), count_(0) { in Histogram()59 ++count_; in Add()122 count_ = 0; in Clear()
74 Notifier() : count_(0) {} in Notifier()76 count_++; in Notify()79 return count_; in GetCount()83 int count_; member in google::protobuf::__anondf77c7b70111::Notifier
229 In() : count_(0) {} in TEST_F()234 return count_++ < 2; in TEST_F()244 int count_; in TEST_F() member in google::protobuf::io::__anon49d814610111::TEST_F::In
1655 C2GopLayerStruct(C2Config::picture_type_t type, uint32_t count_) in C2GopLayerStruct()1656 : type_(type), count(count_) { } in C2GopLayerStruct()