/external/llvm-project/lldb/test/API/lang/cpp/enum_types/ |
D | main.cpp | 1 #define DEFINE_UNSIGNED_ENUM(suffix, enum_type) \ argument 9 #define DEFINE_SIGNED_ENUM(suffix, enum_type) \ argument
|
/external/python/apitools/apitools/gen/ |
D | extended_descriptor.py | 243 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/ |
D | argument_types_test_c.c | 30 #define CHECK_TYPE(c_type, enum_type) \ argument
|
D | argument_types_test.cc | 29 #define CHECK_TYPE(c_type, enum_type) \ argument
|
/external/angle/src/compiler/translator/ |
D | gen_emulated_builtin_function_tables.py | 80 def enum_type(arg): function
|
/external/protobuf/php/src/Google/Protobuf/Internal/ |
D | FieldDescriptor.php | 47 private $enum_type; variable in Google\\Protobuf\\Internal\\FieldDescriptor 152 public function setEnumType($enum_type)
|
D | FileDescriptor.php | 40 private $enum_type = []; variable in Google\\Protobuf\\Internal\\FileDescriptor
|
D | Descriptor.php | 45 private $enum_type = []; variable in Google\\Protobuf\\Internal\\Descriptor
|
D | DescriptorProto.php | 43 private $enum_type; variable in Google\\Protobuf\\Internal\\DescriptorProto
|
/external/perfetto/protos/perfetto/common/ |
D | descriptor.proto | 45 repeated EnumDescriptorProto enum_type = 5; field 62 repeated EnumDescriptorProto enum_type = 4; field
|
/external/protobuf/src/google/protobuf/util/internal/ |
D | utility.cc | 192 const google::protobuf::Enum* enum_type, StringPiece enum_name) { in FindEnumValueByNameOrNull() 205 const google::protobuf::Enum* enum_type, int32 value) { in FindEnumValueByNumberOrNull() 218 const google::protobuf::Enum* enum_type, StringPiece enum_name) { in FindEnumValueByNameWithoutUnderscoreOrNull()
|
D | type_info.cc | 98 std::unique_ptr<google::protobuf::Enum> enum_type( in GetEnumByTypeUrl() local
|
D | datapiece.cc | 276 StatusOr<int> DataPiece::ToEnum(const google::protobuf::Enum* enum_type, in ToEnum()
|
/external/llvm-project/lldb/include/lldb/Interpreter/ |
D | OptionValueEnumeration.h | 24 typedef int64_t enum_type; typedef
|
/external/protobuf/python/google/protobuf/internal/ |
D | enum_type_wrapper.py | 46 def __init__(self, enum_type): argument
|
D | type_checkers.py | 155 def __init__(self, enum_type): argument
|
/external/protobuf/src/google/protobuf/util/ |
D | type_resolver_util.cc | 94 Enum* enum_type) override { in ResolveEnumType() 283 Enum* enum_type) { in ConvertEnumDescriptor()
|
/external/protobuf/benchmarks/util/ |
D | schema_proto2_to_proto3_util.h | 94 void ScrubEnum(EnumDescriptorProto *enum_type) { in ScrubEnum()
|
/external/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
D | descriptor.proto | 70 repeated EnumDescriptorProto enum_type = 5; field 91 repeated EnumDescriptorProto enum_type = 4; field
|
/external/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/ |
D | descriptor.proto | 70 repeated EnumDescriptorProto enum_type = 5; field 91 repeated EnumDescriptorProto enum_type = 4; field
|
/external/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
D | descriptor.proto | 70 repeated EnumDescriptorProto enum_type = 5; field 91 repeated EnumDescriptorProto enum_type = 4; field
|
/external/llvm-project/lldb/include/lldb/DataFormatters/ |
D | TypeFormat.h | 200 void SetTypeName(ConstString enum_type) { m_enum_type = enum_type; } in SetTypeName()
|
/external/grpc-grpc/third_party/nanopb/generator/proto/google/protobuf/ |
D | descriptor.proto | 71 repeated EnumDescriptorProto enum_type = 5; field 96 repeated EnumDescriptorProto enum_type = 4; field
|
/external/nos/host/generic/nugget/proto/google/protobuf/ |
D | descriptor.proto | 74 repeated EnumDescriptorProto enum_type = 5; field 99 repeated EnumDescriptorProto enum_type = 4; field
|
/external/python/apitools/apitools/base/py/ |
D | encoding_helper.py | 579 def AddCustomJsonEnumMapping(enum_type, python_name, json_name, argument 631 def GetCustomJsonEnumMapping(enum_type, python_name=None, json_name=None): argument
|