Searched refs:flat_end (Results 1 – 2 of 2) sorted by relevance
914 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()
692 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() function828 const KeyValue* flat_end() const { in flat_end() function