Home
last modified time | relevance | path

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

12

/external/python/apitools/apitools/gen/
Dextended_descriptor.py246 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/
Dtype_resolver_util.cc95 Status ResolveEnumType(const string& type_url, Enum* enum_type) { in ResolveEnumType()
182 Enum* enum_type) { in ConvertEnumDescriptor()
/external/protobuf/python/google/protobuf/internal/
Denum_type_wrapper.py46 def __init__(self, enum_type): argument
Dtype_checkers.py149 def __init__(self, enum_type): argument
/external/perfetto/protos/perfetto/common/
Ddescriptor.proto45 repeated EnumDescriptorProto enum_type = 5; field
62 repeated EnumDescriptorProto enum_type = 4; field
/external/protobuf/src/google/protobuf/util/internal/
Dutility.cc178 const google::protobuf::Enum* enum_type, StringPiece enum_name) { in FindEnumValueByNameOrNull()
191 const google::protobuf::Enum* enum_type, int32 value) { in FindEnumValueByNumberOrNull()
Dtype_info.cc96 google::protobuf::scoped_ptr<google::protobuf::Enum> enum_type( in GetEnumByTypeUrl() local
Ddefault_value_objectwriter.cc397 const google::protobuf::Enum* enum_type = in FindEnumDefault() local
Dproto_writer.cc264 const google::protobuf::Enum* enum_type, in WriteEnum()
/external/grpc-grpc/third_party/nanopb/generator/proto/google/protobuf/
Ddescriptor.proto71 repeated EnumDescriptorProto enum_type = 5; field
96 repeated EnumDescriptorProto enum_type = 4; field
/external/python/apitools/apitools/base/py/
Dencoding.py572 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/
Ddescriptor.proto74 repeated EnumDescriptorProto enum_type = 5; field
99 repeated EnumDescriptorProto enum_type = 4; field
/external/nos/host/generic/nugget/proto/google/protobuf/
Ddescriptor.proto74 repeated EnumDescriptorProto enum_type = 5; field
99 repeated EnumDescriptorProto enum_type = 4; field
/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.proto75 repeated EnumDescriptorProto enum_type = 5; field
100 repeated EnumDescriptorProto enum_type = 4; field
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto75 repeated EnumDescriptorProto enum_type = 5; field
100 repeated EnumDescriptorProto enum_type = 4; field
/external/syzkaller/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/
Ddescriptor.proto75 repeated EnumDescriptorProto enum_type = 5; field
100 repeated EnumDescriptorProto enum_type = 4; field
/external/protobuf/src/google/protobuf/compiler/javanano/
Djavanano_enum_field.cc79 const EnumDescriptor* enum_type = descriptor->enum_type(); in SetEnumVariables() local
/external/tensorflow/tensorflow/contrib/cloud/kernels/
Dbigquery_table_accessor.cc43 BigQueryTableAccessor::ColumnType* enum_type) { in ParseColumnType()
/external/clang/test/CodeGenCXX/
Dvalue-init.cpp27 enum enum_type { negative_number = -1, magic_number = 42 }; enum
/external/protobuf/src/google/protobuf/compiler/
Dparser.cc1671 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/
Dfield_instance.h172 const protobuf::EnumDescriptor* enum_type() const { in enum_type() function
/external/protobuf/python/google/protobuf/
Ddescriptor.py498 default_value, message_type, enum_type, containing_type, argument
508 default_value, message_type, enum_type, containing_type, argument
/external/libcxx/test/support/
Drapid-cxx-test.hpp473 enum enum_type { enum
/external/protobuf/python/google/protobuf/pyext/
Ddescriptor.cc565 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/
Dpython_generator.cc892 const EnumDescriptor* enum_type = field.enum_type(); in FixForeignFieldsInField() local

12