Home
last modified time | relevance | path

Searched defs:enum_type (Results 1 – 25 of 54) sorted by relevance

123

/third_party/mindspore/mindspore-src/source/mindspore/core/ops/
Dop_enum.cc58 #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/
Dgen_emulated_builtin_function_tables.py80 def enum_type(arg): function
/third_party/protobuf/src/google/protobuf/util/
Dtype_resolver_util.cc266 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/
Dedition-zero-features.md273 #### Alternatives
280 #### Migration Examples
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DFileDescriptor.php17 private $enum_type = []; variable in Google\\Protobuf\\Internal\\FileDescriptor
DFieldDescriptor.php24 private $enum_type; variable in Google\\Protobuf\\Internal\\FieldDescriptor
132 public function setEnumType($enum_type)
DDescriptorProto.php39 private $enum_type; variable in Google\\Protobuf\\Internal\\DescriptorProto
DDescriptor.php22 private $enum_type = []; variable in Google\\Protobuf\\Internal\\Descriptor
DFileDescriptorProto.php60 private $enum_type; variable in Google\\Protobuf\\Internal\\FileDescriptorProto
/third_party/mesa3d/src/nouveau/compiler/nak/
Dir_proc.rs65 let enum_type = ident; in derive_from_variants() localVariable
/third_party/protobuf/python/google/protobuf/internal/
Denum_type_wrapper.py34 def __init__(self, enum_type): argument
Dtype_checkers.py157 def __init__(self, enum_type): argument
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/handlers/
Dgenerate_default_from_enum_variant.rs78 let enum_type = enum_.ty(sema.db); in existing_default_impl() localVariable
Dgenerate_from_impl_for_enum.rs91 let enum_type = enum_.ty(sema.db); in existing_from_impl() localVariable
/third_party/protobuf/upb_generator/
Dfile_layout.cc28 upb::EnumDefPtr enum_type = message.enum_type(i); in AddEnums() local
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/debuginfo/metadata/enums/
Dnative.rs57 let enum_type = unique_type_id.expect_ty(); in build_enum_type_di_node() localVariable
Dmod.rs51 let enum_type = unique_type_id.expect_ty(); in build_enum_type_di_node() localVariable
/third_party/protobuf/src/google/protobuf/
Ddescriptor.proto118 repeated EnumDescriptorProto enum_type = 5; field
148 repeated EnumDescriptorProto enum_type = 4; field
995 optional EnumType enum_type = 2 [ field
Dgenerated_message_tctable_gen.cc64 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/
Ddescriptor_sv.proto50 repeated EnumDescriptorProto enum_type = 5; field
75 repeated EnumDescriptorProto enum_type = 4; field
Ddescriptor.proto48 repeated EnumDescriptorProto enum_type = 5; field
73 repeated EnumDescriptorProto enum_type = 4; field
/third_party/flatbuffers/src/
Dbinary_annotator.cpp822 const std::string enum_type = in BuildTable() local
1313 const std::string enum_type = in BuildVector() local
Didl_gen_dart.cpp214 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/
Dxml_consistency.py122 def get_enum_value_names(reg, enum_type): argument
/third_party/python/Lib/test/
Dtest_enum.py784 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 …]

123