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

/external/protobuf/src/google/protobuf/
H A Drepeated_field.h239 int ClearedCount() const;
396 int ClearedCount() const;
403 // Requires: ClearedCount() > 0
774 inline int RepeatedPtrFieldBase::ClearedCount() const { function in class:google::protobuf::internal::RepeatedPtrFieldBase
885 inline int RepeatedPtrField<Element>::ClearedCount() const { function in class:google::protobuf::RepeatedPtrField
886 return RepeatedPtrFieldBase::ClearedCount();
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Drepeated_field.h305 int ClearedCount() const;
529 int ClearedCount() const;
536 // Requires: ClearedCount() > 0
967 inline int RepeatedPtrFieldBase::ClearedCount() const { function in class:google::protobuf::internal::RepeatedPtrFieldBase
1137 inline int RepeatedPtrField<Element>::ClearedCount() const { function in class:google::protobuf::RepeatedPtrField
1138 return RepeatedPtrFieldBase::ClearedCount();

Completed in 1107 milliseconds