Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dmap_field_lite.h103 EntryType* NewEnumEntryWrapper(const Key& key, const T t) const { in NewEnumEntryWrapper() function
Dmap_field.h276 EntryType* NewEnumEntryWrapper(const Key& key, const T t) const { in NewEnumEntryWrapper() function
277 return impl_.NewEnumEntryWrapper(key, t); in NewEnumEntryWrapper()