Searched defs:ClearedCount (Results 1 - 1 of 1) sorted by relevance

/external/protobuf/src/google/protobuf/
H A Drepeated_field.h333 int ClearedCount() const;
558 int ClearedCount() const;
565 // Requires: ClearedCount() > 0
1034 inline int RepeatedPtrFieldBase::ClearedCount() const { function in class:google::protobuf::internal::RepeatedPtrFieldBase
1214 inline int RepeatedPtrField<Element>::ClearedCount() const { function in class:google::protobuf::RepeatedPtrField
1215 return RepeatedPtrFieldBase::ClearedCount();

Completed in 211 milliseconds