Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_oneof.cc79 string enum_name = variables_["enum_name"]; in GenerateCaseEnum() local
/third_party/protobuf/src/google/protobuf/util/internal/
Dutility.cc195 const google::protobuf::Enum* enum_type, StringPiece enum_name) { in FindEnumValueByNameOrNull()
221 const google::protobuf::Enum* enum_type, StringPiece enum_name) { in FindEnumValueByNameWithoutUnderscoreOrNull()
Ddatapiece.cc283 std::string enum_name = std::string(str_); in ToEnum() local
/third_party/gstreamer/gst_libav/ext/libav/
Dgstavcfg.c92 gchar *enum_name = g_strdup_printf ("%s-%s", lower_obj_name, top_opt->unit); in register_enum() local
/third_party/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_helpers.cc274 std::string GetEnumValueName(const std::string& enum_name, const std::string& enum_value_name) { in GetEnumValueName()
/third_party/mesa3d/src/asahi/lib/
Dgen_pack.py199 def enum_name(name): function
/third_party/flutter/skia/third_party/externals/spirv-tools/test/
Dtext_to_binary.annotation_test.cpp146 std::string enum_name; member
/third_party/skia/third_party/externals/spirv-tools/test/
Dtext_to_binary.annotation_test.cpp187 std::string enum_name; member
/third_party/spirv-tools/test/
Dtext_to_binary.annotation_test.cpp187 std::string enum_name; member
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
Dtext_to_binary.annotation_test.cpp187 std::string enum_name; member
/third_party/mesa3d/src/panfrost/lib/genxml/
Dgen_pack.py262 def enum_name(name): function
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dmessage.c219 char enum_name[name_len - 5]; in extract_method_call() local
/third_party/openssl/test/helpers/
Dssl_test_ctx.c78 static const char *enum_name(const test_enum *enums, size_t num_enums, in enum_name() function
/third_party/mesa3d/src/broadcom/cle/
Dv3d_decoder.c834 const char *enum_name = NULL; in v3d_field_iterator_next() local
/third_party/gstreamer/gstplugins_bad/tests/examples/mpegts/
Dts-parser.c167 enum_name (GType instance_type, gint val) in enum_name() function
/third_party/libabigail/src/
Dabg-ctf-reader.cc1472 std::string enum_name = ctf_type_name_raw(ctf_dictionary, in process_ctf_enum_type() local
Dabg-dwarf-reader.cc12173 string enum_name, in build_enum_underlying_type()
/third_party/mesa3d/src/intel/common/
Dintel_decoder.c1054 const char *enum_name = NULL; in iter_decode_field() local
/third_party/protobuf/python/google/protobuf/pyext/
Ddescriptor.cc619 const char *enum_name; in EnumValueName() local
/third_party/protobuf/src/google/protobuf/
Ddescriptor_unittest.cc7828 void AddSimpleEnumProtoFileToDb(const char* file_name, const char* enum_name, in AddSimpleEnumProtoFileToDb()