/external/python/apitools/apitools/gen/ |
D | extended_descriptor.py | 246 def PrintEnum(self, enum_type): argument 261 def __PrintEnumCommentLines(self, enum_type): argument 275 def PrintEnum(self, enum_type): argument 377 def __PrintEnumDocstringLines(self, enum_type): argument 385 def PrintEnum(self, enum_type): argument
|
/external/protobuf/src/google/protobuf/util/ |
D | type_resolver_util.cc | 95 Status ResolveEnumType(const string& type_url, Enum* enum_type) { in ResolveEnumType() 182 Enum* enum_type) { in ConvertEnumDescriptor()
|
/external/protobuf/python/google/protobuf/internal/ |
D | enum_type_wrapper.py | 46 def __init__(self, enum_type): argument
|
D | type_checkers.py | 149 def __init__(self, enum_type): argument
|
/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 | 178 const google::protobuf::Enum* enum_type, StringPiece enum_name) { in FindEnumValueByNameOrNull() 191 const google::protobuf::Enum* enum_type, int32 value) { in FindEnumValueByNumberOrNull()
|
D | type_info.cc | 96 google::protobuf::scoped_ptr<google::protobuf::Enum> enum_type( in GetEnumByTypeUrl() local
|
D | default_value_objectwriter.cc | 397 const google::protobuf::Enum* enum_type = in FindEnumDefault() local
|
D | proto_writer.cc | 264 const google::protobuf::Enum* enum_type, in WriteEnum()
|
/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/python/apitools/apitools/base/py/ |
D | encoding.py | 572 def AddCustomJsonEnumMapping(enum_type, python_name, json_name, argument 630 def GetCustomJsonEnumMapping(enum_type, python_name=None, json_name=None): argument
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.proto | 74 repeated EnumDescriptorProto enum_type = 5; field 99 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/golang-protobuf/protoc-gen-go/descriptor/ |
D | descriptor.proto | 75 repeated EnumDescriptorProto enum_type = 5; field 100 repeated EnumDescriptorProto enum_type = 4; field
|
/external/nanopb-c/generator/proto/google/protobuf/ |
D | descriptor.proto | 75 repeated EnumDescriptorProto enum_type = 5; field 100 repeated EnumDescriptorProto enum_type = 4; field
|
/external/syzkaller/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/ |
D | descriptor.proto | 75 repeated EnumDescriptorProto enum_type = 5; field 100 repeated EnumDescriptorProto enum_type = 4; field
|
/external/protobuf/src/google/protobuf/compiler/javanano/ |
D | javanano_enum_field.cc | 79 const EnumDescriptor* enum_type = descriptor->enum_type(); in SetEnumVariables() local
|
/external/tensorflow/tensorflow/contrib/cloud/kernels/ |
D | bigquery_table_accessor.cc | 43 BigQueryTableAccessor::ColumnType* enum_type) { in ParseColumnType()
|
/external/clang/test/CodeGenCXX/ |
D | value-init.cpp | 27 enum enum_type { negative_number = -1, magic_number = 42 }; enum
|
/external/protobuf/src/google/protobuf/compiler/ |
D | parser.cc | 1671 bool Parser::ParseEnumDefinition(EnumDescriptorProto* enum_type, in ParseEnumDefinition() 1691 bool Parser::ParseEnumBlock(EnumDescriptorProto* enum_type, in ParseEnumBlock() 1712 bool Parser::ParseEnumStatement(EnumDescriptorProto* enum_type, in ParseEnumStatement()
|
/external/libprotobuf-mutator/src/ |
D | field_instance.h | 172 const protobuf::EnumDescriptor* enum_type() const { in enum_type() function
|
/external/protobuf/python/google/protobuf/ |
D | descriptor.py | 498 default_value, message_type, enum_type, containing_type, argument 508 default_value, message_type, enum_type, containing_type, argument
|
/external/libcxx/test/support/ |
D | rapid-cxx-test.hpp | 473 enum enum_type { enum
|
/external/protobuf/python/google/protobuf/pyext/ |
D | descriptor.cc | 565 const EnumDescriptor *enum_type = in EnumValueName() local 793 const EnumDescriptor* enum_type = _GetDescriptor(self)->enum_type(); in GetEnumType() local
|
/external/protobuf/src/google/protobuf/compiler/python/ |
D | python_generator.cc | 892 const EnumDescriptor* enum_type = field.enum_type(); in FixForeignFieldsInField() local
|