Home
last modified time | relevance | path

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

1234

/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/pigweed/pw_tokenizer/
Dargument_types_test_c.c34 #define CHECK_TYPE(c_type, enum_type) \ argument
/external/angle/src/compiler/translator/hlsl/
Dgen_emulated_builtin_function_tables.py80 def enum_type(arg): function
/external/cronet/third_party/protobuf/php/src/Google/Protobuf/Internal/
DFieldDescriptor.php47 private $enum_type; variable in Google\\Protobuf\\Internal\\FieldDescriptor
152 public function setEnumType($enum_type)
DFileDescriptor.php40 private $enum_type = []; variable in Google\\Protobuf\\Internal\\FileDescriptor
DDescriptor.php45 private $enum_type = []; variable in Google\\Protobuf\\Internal\\Descriptor
/external/sandboxed-api/sandboxed_api/tools/clang_generator/
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
/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
DDescriptorProto.php39 private $enum_type; variable in Google\\Protobuf\\Internal\\DescriptorProto
/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/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/python/google/protobuf/internal/
Denum_type_wrapper.py55 def __init__(self, enum_type): argument
/external/cronet/third_party/protobuf/python/google/protobuf/internal/
Denum_type_wrapper.py55 def __init__(self, enum_type): argument
/external/protobuf/src/google/protobuf/util/
Dtype_resolver_util.cc91 Enum* enum_type) override { in ResolveEnumType()
280 Enum* enum_type) { in ConvertEnumDescriptor()
/external/cronet/third_party/protobuf/src/google/protobuf/util/
Dtype_resolver_util.cc91 Enum* enum_type) override { in ResolveEnumType()
280 Enum* enum_type) { in ConvertEnumDescriptor()
/external/perfetto/protos/perfetto/common/
Ddescriptor.proto45 repeated EnumDescriptorProto enum_type = 5; field
62 repeated EnumDescriptorProto enum_type = 4; field
/external/googleapis/google/cloud/datacatalog/v1beta1/
Dtags.proto229 EnumType enum_type = 2; field
/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/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/karma/
Dgenerator.hpp22 enum enum_type { enum
/external/googleapis/google/cloud/datacatalog/v1/
Dtags.proto281 EnumType enum_type = 2; field
/external/google-cloud-java/java-datacatalog/proto-google-cloud-datacatalog-v1/src/main/proto/google/cloud/datacatalog/v1/
Dtags.proto281 EnumType enum_type = 2; field
/external/federated-compute/fcp/tracing/tools/
Dtracing_traits_generator.cc221 const reflection::Enum* enum_type = in main() local
/external/protobuf/benchmarks/util/
Dschema_proto2_to_proto3_util.h94 void ScrubEnum(EnumDescriptorProto *enum_type) { in ScrubEnum()
/external/cronet/third_party/protobuf/benchmarks/util/
Dschema_proto2_to_proto3_util.h94 void ScrubEnum(EnumDescriptorProto *enum_type) { in ScrubEnum()

1234