Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dmap_field_lite.h78 EntryType* NewEntryWrapper(const Key& key, const T& t) const;
254 default_enum_value>::NewEntryWrapper(const Key& key, in NewEntryWrapper() function
Dstruct.pb.cc351 entry.reset(fields_.NewEntryWrapper(it->first, it->second)); in SerializeWithCachedSizes()
373 entry.reset(fields_.NewEntryWrapper(it->first, it->second)); in SerializeWithCachedSizesToArray()
399 entry.reset(fields_.NewEntryWrapper(it->first, it->second)); in ByteSize()