Home
last modified time | relevance | path

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

1234567

/aosp_15_r20/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
/aosp_15_r20/external/pytorch/aten/src/ATen/
H A 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
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/util/internal/
H A 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()
/aosp_15_r20/external/protobuf/src/google/protobuf/util/internal/
H A 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()
/aosp_15_r20/external/sandboxed-api/sandboxed_api/tools/clang_generator/
H A Dtypes.cc89 if (const clang::EnumType* enum_type = qual->getAs<clang::EnumType>()) { in CollectRelatedTypes() local
282 } else if (const auto* enum_type = qual->getAs<clang::EnumType>()) { in MapQualType() local
/aosp_15_r20/external/cronet/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DFieldDescriptor.php47 private $enum_type; variable in Google\\Protobuf\\Internal\\FieldDescriptor
155 public function setEnumType($enum_type)
/aosp_15_r20/external/protobuf/php/src/Google/Protobuf/Internal/
H A DFieldDescriptor.php47 private $enum_type; variable in Google\\Protobuf\\Internal\\FieldDescriptor
155 public function setEnumType($enum_type)
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/util/
H A Dtype_resolver_util.cc91 Enum* enum_type) override { in ResolveEnumType()
280 Enum* enum_type) { in ConvertEnumDescriptor()
/aosp_15_r20/external/perfetto/protos/perfetto/common/
H A Ddescriptor.proto45 repeated EnumDescriptorProto enum_type = 5; field
62 repeated EnumDescriptorProto enum_type = 4; field
/aosp_15_r20/external/protobuf/src/google/protobuf/util/
H A Dtype_resolver_util.cc91 Enum* enum_type) override { in ResolveEnumType()
280 Enum* enum_type) { in ConvertEnumDescriptor()
/aosp_15_r20/system/chre/api_parser/
H A Dchre_api_annotations.json23 "enum_type": "chreError" string
53 "enum_type": "chreWwanCellInfoType" string
219 "enum_type": "chreWifiNanSubscribeType" string
/aosp_15_r20/development/vndk/tools/header-checker/src/repr/json/
H A Dir_dumper.cpp248 static void AddEnumFields(JsonObject &enum_type, const EnumTypeIR *enum_ir) { in AddEnumFields()
257 JsonObject enum_type; in ConvertEnumTypeIR() local
H A Dir_reader.cpp288 void JsonIRReader::ReadEnumFields(const JsonObjectRef &enum_type, in ReadEnumFields()
350 EnumTypeIR JsonIRReader::EnumTypeJsonToIR(const JsonObjectRef &enum_type) { in EnumTypeJsonToIR()
/aosp_15_r20/out/soong/.intermediates/external/libbpf/libbpf_headers/gen/bpf/
Dbpf_core_read.h271 #define bpf_core_enum_value_exists(enum_type, enum_value) \ argument
274 #define bpf_core_enum_value_exists(enum_type, enum_value) \ argument
287 #define bpf_core_enum_value(enum_type, enum_value) \ argument
290 #define bpf_core_enum_value(enum_type, enum_value) \ argument
/aosp_15_r20/external/libbpf/src/
H A Dbpf_core_read.h271 #define bpf_core_enum_value_exists(enum_type, enum_value) \ argument
274 #define bpf_core_enum_value_exists(enum_type, enum_value) \ argument
287 #define bpf_core_enum_value(enum_type, enum_value) \ argument
290 #define bpf_core_enum_value(enum_type, enum_value) \ argument
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/google/protobuf/
Ddescriptor.proto71 repeated EnumDescriptorProto enum_type = 5; field
96 repeated EnumDescriptorProto enum_type = 4; field
/aosp_15_r20/external/nos/host/generic/nugget/proto/google/protobuf/
Ddescriptor.proto74 repeated EnumDescriptorProto enum_type = 5; field
99 repeated EnumDescriptorProto enum_type = 4; field
/aosp_15_r20/external/python/apitools/apitools/base/py/
Dencoding_helper.py579 def AddCustomJsonEnumMapping(enum_type, python_name, json_name, argument
631 def GetCustomJsonEnumMapping(enum_type, python_name=None, json_name=None): argument
/aosp_15_r20/external/executorch/kernels/portable/cpu/
H A Dselective_build.h29 #define ET_INTERNAL_CHECK_SELECTIVE_BUILD(enum_type) \ argument
/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Ddescriptor.proto76 repeated EnumDescriptorProto enum_type = 5; field
101 repeated EnumDescriptorProto enum_type = 4; field
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/proto/google/protobuf/
Ddescriptor.proto76 repeated EnumDescriptorProto enum_type = 5; field
101 repeated EnumDescriptorProto enum_type = 4; field
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/benchmarks/
Ddescriptor.proto71 repeated EnumDescriptorProto enum_type = 5; field
96 repeated EnumDescriptorProto enum_type = 4; field
Ddescriptor_sv.proto73 repeated EnumDescriptorProto enum_type = 5; field
98 repeated EnumDescriptorProto enum_type = 4; field
/aosp_15_r20/external/nanopb-c/generator/proto/google/protobuf/
H A Ddescriptor.proto75 repeated EnumDescriptorProto enum_type = 5; field
100 repeated EnumDescriptorProto enum_type = 4; field
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.proto76 repeated EnumDescriptorProto enum_type = 5; field
101 repeated EnumDescriptorProto enum_type = 4; field

1234567