Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/util/internal/
Ddatapiece.cc269 FindEnumValueByNameOrNull(enum_type, enum_name); in ToEnum()
275 value = FindEnumValueByNameOrNull(enum_type, enum_name); in ToEnum()
Dutility.h137 const google::protobuf::EnumValue* FindEnumValueByNameOrNull(
Dutility.cc177 const google::protobuf::EnumValue* FindEnumValueByNameOrNull( in FindEnumValueByNameOrNull() function