Home
last modified time | relevance | path

Searched refs:flat_end (Results 1 – 2 of 2) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Dextension_set.cc914 GrowCapacity(SizeOfUnion(flat_begin(), flat_end(), other.flat_begin(), in MergeFrom()
915 other.flat_end())); in MergeFrom()
917 GrowCapacity(SizeOfUnion(flat_begin(), flat_end(), in MergeFrom()
1144 for (const KeyValue* it = flat_begin(); it != flat_end(); ++it) { in IsInitialized()
1478 const KeyValue* end = flat_end(); in _InternalSerialize()
1802 const KeyValue* end = flat_end(); in FindOrNull()
1825 KeyValue* end = flat_end(); in FindOrNull()
1848 KeyValue* end = flat_end(); in Insert()
1880 const KeyValue* end = flat_end(); in GrowCapacity()
1906 KeyValue* end = flat_end(); in Erase()
Dextension_set.h692 return ForEach(flat_begin(), flat_end(), std::move(func)); in ForEach()
701 return ForEach(flat_begin(), flat_end(), std::move(func)); in ForEach()
824 KeyValue* flat_end() { in flat_end() function
828 const KeyValue* flat_end() const { in flat_end() function