Home
last modified time | relevance | path

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

123456

/external/python/apitools/apitools/gen/
Dextended_descriptor.py243 def PrintEnum(self, enum_type): argument
258 def __PrintEnumCommentLines(self, enum_type): argument
272 def PrintEnum(self, enum_type): argument
374 def __PrintEnumDocstringLines(self, enum_type): argument
382 def PrintEnum(self, enum_type): argument
/external/executorch/kernels/portable/cpu/
Dselective_build.h29 #define ET_INTERNAL_CHECK_SELECTIVE_BUILD(enum_type) \ argument
/external/angle/src/compiler/translator/hlsl/
Dgen_emulated_builtin_function_tables.py80 def enum_type(arg): function
/external/pigweed/pw_tokenizer/
Dargument_types_test_c.c34 #define CHECK_TYPE(c_type, enum_type) \ argument
/external/sandboxed-api/sandboxed_api/tools/clang_generator/
Dtypes.cc105 if (const clang::EnumType* enum_type = qual->getAs<clang::EnumType>()) { in CollectRelatedTypes() local
293 } else if (const auto* enum_type = qual->getAs<clang::EnumType>()) { in MapQualType() local
/external/protobuf/php/src/Google/Protobuf/Internal/
DFieldDescriptor.php47 private $enum_type; variable in Google\\Protobuf\\Internal\\FieldDescriptor
155 public function setEnumType($enum_type)
DFileDescriptor.php40 private $enum_type = []; variable in Google\\Protobuf\\Internal\\FileDescriptor
/external/cronet/tot/third_party/protobuf/php/src/Google/Protobuf/Internal/
DFieldDescriptor.php47 private $enum_type; variable in Google\\Protobuf\\Internal\\FieldDescriptor
155 public function setEnumType($enum_type)
DFileDescriptor.php40 private $enum_type = []; variable in Google\\Protobuf\\Internal\\FileDescriptor
/external/cronet/stable/third_party/protobuf/php/src/Google/Protobuf/Internal/
DFieldDescriptor.php47 private $enum_type; variable in Google\\Protobuf\\Internal\\FieldDescriptor
155 public function setEnumType($enum_type)
DFileDescriptor.php40 private $enum_type = []; variable in Google\\Protobuf\\Internal\\FileDescriptor
/external/cronet/tot/third_party/protobuf/src/google/protobuf/util/internal/
Dutility.cc196 const google::protobuf::Enum* enum_type, StringPiece enum_name) { in FindEnumValueByNameOrNull()
209 const google::protobuf::Enum* enum_type, int32_t value) { in FindEnumValueByNumberOrNull()
222 const google::protobuf::Enum* enum_type, StringPiece enum_name) { in FindEnumValueByNameWithoutUnderscoreOrNull()
/external/protobuf/src/google/protobuf/util/internal/
Dutility.cc196 const google::protobuf::Enum* enum_type, StringPiece enum_name) { in FindEnumValueByNameOrNull()
209 const google::protobuf::Enum* enum_type, int32_t value) { in FindEnumValueByNumberOrNull()
222 const google::protobuf::Enum* enum_type, StringPiece enum_name) { in FindEnumValueByNameWithoutUnderscoreOrNull()
/external/cronet/stable/third_party/protobuf/src/google/protobuf/util/internal/
Dutility.cc196 const google::protobuf::Enum* enum_type, StringPiece enum_name) { in FindEnumValueByNameOrNull()
209 const google::protobuf::Enum* enum_type, int32_t value) { in FindEnumValueByNumberOrNull()
222 const google::protobuf::Enum* enum_type, StringPiece enum_name) { in FindEnumValueByNameWithoutUnderscoreOrNull()
/external/mesa3d/src/nouveau/compiler/nak/
Dir_proc.rs65 let enum_type = ident; in derive_from_variants() localVariable
/external/cronet/tot/third_party/protobuf/python/google/protobuf/internal/
Denum_type_wrapper.py55 def __init__(self, enum_type): argument
/external/cronet/stable/third_party/protobuf/python/google/protobuf/internal/
Denum_type_wrapper.py55 def __init__(self, enum_type): argument
/external/protobuf/python/google/protobuf/internal/
Denum_type_wrapper.py55 def __init__(self, enum_type): argument
/external/perfetto/protos/perfetto/common/
Ddescriptor.proto45 repeated EnumDescriptorProto enum_type = 5; field
62 repeated EnumDescriptorProto enum_type = 4; field
/external/cronet/stable/third_party/protobuf/src/google/protobuf/util/
Dtype_resolver_util.cc91 Enum* enum_type) override { in ResolveEnumType()
280 Enum* enum_type) { in ConvertEnumDescriptor()
/external/protobuf/src/google/protobuf/util/
Dtype_resolver_util.cc91 Enum* enum_type) override { in ResolveEnumType()
280 Enum* enum_type) { in ConvertEnumDescriptor()
/external/cronet/tot/third_party/protobuf/src/google/protobuf/util/
Dtype_resolver_util.cc91 Enum* enum_type) override { in ResolveEnumType()
280 Enum* enum_type) { in ConvertEnumDescriptor()
/external/pytorch/aten/src/ATen/
DDispatch.h47 #define RECORD_KERNEL_FUNCTION_DTYPE(NAME, enum_type) \ argument
51 #define RECORD_KERNEL_FUNCTION_DTYPE(NAME, enum_type) argument
54 #define AT_PRIVATE_CHECK_SELECTIVE_BUILD(enum_type) \ argument
66 #define AT_PRIVATE_CASE_TYPE_USING_HINT(enum_type, HINT, ...) \ argument
73 #define AT_DISPATCH_CASE(enum_type, ...) \ argument
76 #define AT_DISPATCH_CASE_QINT(enum_type, scalar_type, ...) \ argument
87 enum_type, scalar_type, bitwidth, qmin, qmax, ...) \ argument
/external/google-cloud-java/java-datacatalog/proto-google-cloud-datacatalog-v1beta1/src/main/proto/google/cloud/datacatalog/v1beta1/
Dtags.proto227 EnumType enum_type = 2; field
/external/googleapis/google/cloud/datacatalog/v1beta1/
Dtags.proto229 EnumType enum_type = 2; field

123456