Home
last modified time | relevance | path

Searched refs:flat_begin (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()
917 GrowCapacity(SizeOfUnion(flat_begin(), flat_end(), in MergeFrom()
1144 for (const KeyValue* it = flat_begin(); it != flat_end(); ++it) { in IsInitialized()
1480 flat_begin(), end, start_field_number, KeyValue::FirstComparator()); in _InternalSerialize()
1804 std::lower_bound(flat_begin(), end, key, KeyValue::FirstComparator()); in FindOrNull()
1827 std::lower_bound(flat_begin(), end, key, KeyValue::FirstComparator()); in FindOrNull()
1850 std::lower_bound(flat_begin(), end, key, KeyValue::FirstComparator()); in Insert()
1879 const KeyValue* begin = flat_begin(); in GrowCapacity()
1908 std::lower_bound(flat_begin(), end, key, KeyValue::FirstComparator()); 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()
816 KeyValue* flat_begin() { in flat_begin() function
820 const KeyValue* flat_begin() const { in flat_begin() function