Home
last modified time | relevance | path

Searched defs:enum_name (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/objectivec/
Dobjectivec_oneof.cc79 string enum_name = variables_["enum_name"]; in GenerateCaseEnum() local
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Ddatapiece.cc267 string enum_name = str_.ToString(); in ToEnum() local
Dutility.cc182 const google::protobuf::Enum* enum_type, StringPiece enum_name) { in FindEnumValueByNameOrNull()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/csharp/
Dcsharp_helpers.cc268 std::string GetEnumValueName(const std::string& enum_name, const std::string& enum_value_name) { in GetEnumValueName()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Ddescriptor.cc566 const char *enum_name; in EnumValueName() local