Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/
Dmap_field_lite.h102 EntryType* NewEntryWrapper(const Key& key, const T& t) const { in NewEntryWrapper() function
Dmap_field.h490 EntryType* NewEntryWrapper(const Key& key, const T& t) const { in NewEntryWrapper() function
491 return impl_.NewEntryWrapper(key, t); in NewEntryWrapper()