/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/gen/ |
D | extended_descriptor.py | 231 def PrintEnum(self, enum_type): argument 246 def __PrintEnumCommentLines(self, enum_type): argument 260 def PrintEnum(self, enum_type): argument 362 def __PrintEnumDocstringLines(self, enum_type): argument 370 def PrintEnum(self, enum_type): argument
|
/external/nanopb-c/generator/google/protobuf/internal/ |
D | enum_type_wrapper.py | 46 def __init__(self, enum_type): argument
|
/external/protobuf/python/google/protobuf/internal/ |
D | enum_type_wrapper.py | 46 def __init__(self, enum_type): argument
|
D | type_checkers.py | 131 def __init__(self, enum_type): argument
|
/external/libcxx/test/std/experimental/utilities/meta/meta.type.synop/ |
D | meta.unary.cat.pass.cpp | 19 enum enum_type {}; enum
|
/external/nanopb-c/generator/proto/google/protobuf/ |
D | descriptor.proto | 70 repeated EnumDescriptorProto enum_type = 5; field 91 repeated EnumDescriptorProto enum_type = 4; field
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.proto | 70 repeated EnumDescriptorProto enum_type = 5; field 91 repeated EnumDescriptorProto enum_type = 4; field
|
D | descriptor.pb.h | 3233 inline const ::google::protobuf::EnumDescriptorProto& FileDescriptorProto::enum_type(int index) con… in enum_type() function 3246 FileDescriptorProto::enum_type() const { in enum_type() function 3627 inline const ::google::protobuf::EnumDescriptorProto& DescriptorProto::enum_type(int index) const { in enum_type() function 3640 DescriptorProto::enum_type() const { in enum_type() function
|
D | text_format.cc | 678 const EnumDescriptor* enum_type = field->enum_type(); in ConsumeFieldValue() local
|
D | descriptor.cc | 4374 EnumDescriptor* enum_type, const EnumDescriptorProto& proto) { in CrossLinkEnum() 5134 const EnumDescriptor* enum_type = option_field->enum_type(); in SetOptionValue() local
|
D | descriptor_unittest.cc | 1948 const EnumDescriptor* enum_type = file->enum_type(0); in TEST_F() local
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/ |
D | encoding.py | 552 def AddCustomJsonEnumMapping(enum_type, python_name, json_name, argument 610 def GetCustomJsonEnumMapping(enum_type, python_name=None, json_name=None): argument
|
/external/protobuf/src/google/protobuf/compiler/javanano/ |
D | javanano_enum_field.cc | 79 const EnumDescriptor* enum_type = descriptor->enum_type(); in SetEnumVariables() local
|
/external/protobuf/src/google/protobuf/compiler/ |
D | parser.cc | 1328 bool Parser::ParseEnumDefinition(EnumDescriptorProto* enum_type, in ParseEnumDefinition() 1345 bool Parser::ParseEnumBlock(EnumDescriptorProto* enum_type, in ParseEnumBlock() 1366 bool Parser::ParseEnumStatement(EnumDescriptorProto* enum_type, in ParseEnumStatement()
|
/external/clang/test/CodeGenCXX/ |
D | value-init.cpp | 27 enum enum_type { negative_number = -1, magic_number = 42 }; enum
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/experimental/javascript/ |
D | messages.js | 764 ProtoRpc.EnumField = function(enum_type, number, options) { argument
|
/external/nanopb-c/generator/google/protobuf/ |
D | descriptor.py | 429 default_value, message_type, enum_type, containing_type, argument
|
/external/protobuf/python/google/protobuf/ |
D | descriptor.py | 456 default_value, message_type, enum_type, containing_type, argument
|
/external/protobuf/src/google/protobuf/compiler/python/ |
D | python_generator.cc | 835 const EnumDescriptor* enum_type = field.enum_type(); in FixForeignFieldsInField() local
|
/external/vulkan-validation-layers/ |
D | vk_helper.py | 236 def _add_enum(self, line_txt, enum_type, def_enum_val): argument
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/ |
D | messages.py | 1694 def __init__(self, enum_type, number, **kwargs): argument
|
/external/protobuf/python/google/protobuf/pyext/ |
D | message.cc | 1934 ScopedPyObjectPtr enum_type; in CheckAndGetInteger() local
|
/external/clang/bindings/python/clang/ |
D | cindex.py | 1348 def enum_type(self): member in Cursor
|