Home
last modified time | relevance | path

Searched defs:enum_name (Results 1 – 21 of 21) 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/rust/crates/syn/codegen/src/
Ddebug.rs171 let enum_name = &node.ident; in generate() localVariable
/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/node/test/fixtures/wpt/user-timing/resources/
Dwebperftestharness.js63 function test_enum(parent_name, enum_name, value, properties) argument
/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/spirv-tools/test/
Dtext_to_binary.annotation_test.cpp188 std::string enum_name; member
/third_party/mesa3d/src/panfrost/lib/genxml/
Dgen_pack.py262 def enum_name(name): function
/third_party/skia/third_party/externals/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/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/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/rust/crates/serde/serde/src/private/
Dde.rs2843 pub enum_name: &'static str, field
2849 enum_name: &'static str, field
Dser.rs1360 pub enum_name: &'static str, field
/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()