Searched refs:flat_begin (Results 1 – 3 of 3) sorted by relevance
/external/protobuf/src/google/protobuf/ |
D | extension_set.cc | 914 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() 1481 flat_begin(), end, start_field_number, KeyValue::FirstComparator()); in SerializeWithCachedSizes() 1903 std::lower_bound(flat_begin(), end, key, KeyValue::FirstComparator()); in FindOrNull() 1926 std::lower_bound(flat_begin(), end, key, KeyValue::FirstComparator()); in FindOrNull() 1949 std::lower_bound(flat_begin(), end, key, KeyValue::FirstComparator()); in Insert() 1978 const KeyValue* begin = flat_begin(); in GrowCapacity() 2007 std::lower_bound(flat_begin(), end, key, KeyValue::FirstComparator()); in Erase()
|
D | extension_set.h | 698 return ForEach(flat_begin(), flat_end(), std::move(func)); in ForEach() 707 return ForEach(flat_begin(), flat_end(), std::move(func)); in ForEach() 823 KeyValue* flat_begin() { in flat_begin() function 827 const KeyValue* flat_begin() const { in flat_begin() function
|
D | extension_set_heavy.cc | 502 flat_begin(), end, start_field_number, KeyValue::FirstComparator()); in InternalSerializeWithCachedSizesToArray()
|