Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/util/internal/
Dutility.h142 const google::protobuf::EnumValue* FindEnumValueByNumberOrNull(
Dutility.cc190 const google::protobuf::EnumValue* FindEnumValueByNumberOrNull( in FindEnumValueByNumberOrNull() function
Ddatapiece.cc281 FindEnumValueByNumberOrNull(enum_type, value.ValueOrDie())) { in ToEnum()