Home
last modified time | relevance | path

Searched refs:flat_begin (Results 1 – 3 of 3) sorted by relevance

/external/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()
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()
Dextension_set.h698 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
Dextension_set_heavy.cc502 flat_begin(), end, start_field_number, KeyValue::FirstComparator()); in InternalSerializeWithCachedSizesToArray()