Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/
Dmap_field_lite.h97 EntryType* NewEnumEntryWrapper(const Key& key, const T t) const { in NewEnumEntryWrapper() function
Dmap_field.h485 EntryType* NewEnumEntryWrapper(const Key& key, const T t) const { in NewEnumEntryWrapper() function
486 return impl_.NewEnumEntryWrapper(key, t); in NewEnumEntryWrapper()