| /third_party/mindspore/mindspore-src/source/mindspore/core/ops/ |
| D | op_enum.cc | 58 #define REG_STRING_TO_ENUM_COMMON(enum_type, ...) \ argument 61 #define REG_STRING_TO_ENUM_SPECIAL(enum_type, ...) \ argument
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| D | gen_emulated_builtin_function_tables.py | 80 def enum_type(arg): function
|
| /third_party/protobuf/src/google/protobuf/util/ |
| D | type_resolver_util.cc | 266 void ConvertEnumDescriptor(const EnumDescriptor& descriptor, Enum* enum_type) { in ConvertEnumDescriptor() 327 Enum* enum_type) override { in ResolveEnumType() 378 Enum enum_type; in ConvertDescriptorToType() local
|
| /third_party/protobuf/docs/design/editions/ |
| D | edition-zero-features.md | 273 #### Alternatives 280 #### Migration Examples
|
| /third_party/protobuf/php/src/Google/Protobuf/Internal/ |
| D | FileDescriptor.php | 17 private $enum_type = []; variable in Google\\Protobuf\\Internal\\FileDescriptor
|
| D | FieldDescriptor.php | 24 private $enum_type; variable in Google\\Protobuf\\Internal\\FieldDescriptor 132 public function setEnumType($enum_type)
|
| D | DescriptorProto.php | 39 private $enum_type; variable in Google\\Protobuf\\Internal\\DescriptorProto
|
| D | Descriptor.php | 22 private $enum_type = []; variable in Google\\Protobuf\\Internal\\Descriptor
|
| D | FileDescriptorProto.php | 60 private $enum_type; variable in Google\\Protobuf\\Internal\\FileDescriptorProto
|
| /third_party/mesa3d/src/nouveau/compiler/nak/ |
| D | ir_proc.rs | 65 let enum_type = ident; in derive_from_variants() localVariable
|
| /third_party/protobuf/python/google/protobuf/internal/ |
| D | enum_type_wrapper.py | 34 def __init__(self, enum_type): argument
|
| D | type_checkers.py | 157 def __init__(self, enum_type): argument
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/handlers/ |
| D | generate_default_from_enum_variant.rs | 78 let enum_type = enum_.ty(sema.db); in existing_default_impl() localVariable
|
| D | generate_from_impl_for_enum.rs | 91 let enum_type = enum_.ty(sema.db); in existing_from_impl() localVariable
|
| /third_party/protobuf/upb_generator/ |
| D | file_layout.cc | 28 upb::EnumDefPtr enum_type = message.enum_type(i); in AddEnums() local
|
| /third_party/rust/rust/compiler/rustc_codegen_llvm/src/debuginfo/metadata/enums/ |
| D | native.rs | 57 let enum_type = unique_type_id.expect_ty(); in build_enum_type_di_node() localVariable
|
| D | mod.rs | 51 let enum_type = unique_type_id.expect_ty(); in build_enum_type_di_node() localVariable
|
| /third_party/protobuf/src/google/protobuf/ |
| D | descriptor.proto | 118 repeated EnumDescriptorProto enum_type = 5; field 148 repeated EnumDescriptorProto enum_type = 4; field 995 optional EnumType enum_type = 2 [ field
|
| D | generated_message_tctable_gen.cc | 64 bool GetEnumValidationRangeSlow(const EnumDescriptor* enum_type, int16_t& start, in GetEnumValidationRangeSlow() 104 bool GetEnumValidationRange(const EnumDescriptor* enum_type, int16_t& start, in GetEnumValidationRange()
|
| /third_party/protobuf/benchmarks/ |
| D | descriptor_sv.proto | 50 repeated EnumDescriptorProto enum_type = 5; field 75 repeated EnumDescriptorProto enum_type = 4; field
|
| D | descriptor.proto | 48 repeated EnumDescriptorProto enum_type = 5; field 73 repeated EnumDescriptorProto enum_type = 4; field
|
| /third_party/flatbuffers/src/ |
| D | binary_annotator.cpp | 822 const std::string enum_type = in BuildTable() local 1313 const std::string enum_type = in BuildVector() local
|
| D | idl_gen_dart.cpp | 214 const std::string enum_type = in GenEnum() local 291 void GenEnumReader(EnumDef &enum_def, const std::string &enum_type, in GenEnumReader()
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
| D | xml_consistency.py | 122 def get_enum_value_names(reg, enum_type): argument
|
| /third_party/python/Lib/test/ |
| D | test_enum.py | 784 enum_type = Enum variable in TestPlainEnum 788 enum_type = Flag variable in TestPlainFlag 792 enum_type = IntEnum variable in TestIntEnum 796 enum_type = StrEnum variable in TestStrEnum 800 enum_type = IntFlag variable in TestIntFlag 804 class enum_type(int, Enum): pass class in TestMixedInt 808 class enum_type(str, Enum): pass class in TestMixedStr 812 class enum_type(int, Flag): pass class in TestMixedIntFlag 820 class enum_type(date, Enum): class in TestMixedDate 831 class enum_type(date, ReprEnum): class in TestMinimalDate [all …]
|