HomeSort by relevance Sort by last modified time
    Searched refs:enum_type (Results 1 - 25 of 136) sorted by null

1 2 3 4 5 6

  /external/nanopb-c/generator/google/protobuf/
descriptor_database.py 55 for enum in file_desc_proto.enum_type:
119 for enum_type in desc_proto.enum_type:
120 yield '.'.join((message_name, enum_type.name))
descriptor_pool.py 208 symbols = list(self._ExtractEnums(dep_proto.enum_type, package))
216 for enum_type in file_proto.enum_type:
217 self._ConvertEnumDescriptor(enum_type, file_proto.package,
262 for enum in desc_proto.enum_type]
368 enum_type=None,
378 """Sets the field's type, cpp_type, message_type and enum_type.
409 field_desc.enum_type = desc
424 field_desc.default_value = field_desc.enum_type.values_by_name[
474 for symbol in self._ExtractEnums(desc_proto.enum_type, message_name)
    [all...]
  /external/protobuf/python/google/protobuf/
descriptor_database.py 73 for enum in file_desc_proto.enum_type:
140 for enum_type in desc_proto.enum_type:
141 yield '.'.join((message_name, enum_type.name))
descriptor_pool.py 341 for enum_type in message_desc.enum_types:
342 _AddEnumDescriptor(enum_type)
347 for enum_type in file_descriptor.enum_types_by_name.values():
348 _AddEnumDescriptor(enum_type)
369 for enum_type in file_proto.enum_type:
370 file_descriptor.enum_types_by_name[enum_type.name] = (
371 self._ConvertEnumDescriptor(enum_type, file_proto.package,
435 for enum in desc_proto.enum_type]
553 enum_type=None
    [all...]
  /packages/services/Car/tools/emulator/
VehicleHalProto_pb2.py 161 message_type=None, enum_type=None, containing_type=None,
168 message_type=None, enum_type=None, containing_type=None,
175 message_type=None, enum_type=None, containing_type=None,
182 message_type=None, enum_type=None, containing_type=None,
189 message_type=None, enum_type=None, containing_type=None,
196 message_type=None, enum_type=None, containing_type=None,
203 message_type=None, enum_type=None, containing_type=None,
231 message_type=None, enum_type=None, containing_type=None,
238 message_type=None, enum_type=None, containing_type=None,
245 message_type=None, enum_type=None, containing_type=None
    [all...]
  /test/vts/proto/
ComponentSpecificationMessage_pb2.py 399 message_type=None, enum_type=None, containing_type=None,
406 message_type=None, enum_type=None, containing_type=None,
413 message_type=None, enum_type=None, containing_type=None,
420 message_type=None, enum_type=None, containing_type=None,
448 message_type=None, enum_type=None, containing_type=None,
455 message_type=None, enum_type=None, containing_type=None,
483 message_type=None, enum_type=None, containing_type=None,
490 message_type=None, enum_type=None, containing_type=None,
497 message_type=None, enum_type=None, containing_type=None,
504 message_type=None, enum_type=None, containing_type=None
    [all...]
TestSchedulingPolicyMessage_pb2.py 62 message_type=None, enum_type=None, containing_type=None,
69 message_type=None, enum_type=None, containing_type=None,
76 message_type=None, enum_type=None, containing_type=None,
83 message_type=None, enum_type=None, containing_type=None,
99 _TESTSCHEDULINGPOLICYMESSAGE.fields_by_name['scheduling_mode'].enum_type = _TESTSCHEDULINGMODE
VtsProfilingMessage_pb2.py 98 message_type=None, enum_type=None, containing_type=None,
105 message_type=None, enum_type=None, containing_type=None,
112 message_type=None, enum_type=None, containing_type=None,
119 message_type=None, enum_type=None, containing_type=None,
126 message_type=None, enum_type=None, containing_type=None,
133 message_type=None, enum_type=None, containing_type=None,
161 message_type=None, enum_type=None, containing_type=None,
177 _VTSPROFILINGRECORD.fields_by_name['event'].enum_type = _INSTRUMENTATIONEVENTTYPE
  /external/nanopb-c/generator/proto/
plugin_pb2.py 29 message_type=None, enum_type=None, containing_type=None,
36 message_type=None, enum_type=None, containing_type=None,
43 message_type=None, enum_type=None, containing_type=None,
71 message_type=None, enum_type=None, containing_type=None,
78 message_type=None, enum_type=None, containing_type=None,
85 message_type=None, enum_type=None, containing_type=None,
112 message_type=None, enum_type=None, containing_type=None,
119 message_type=None, enum_type=None, containing_type=None,
nanopb_pb2.py 60 message_type=None, enum_type=None, containing_type=None,
68 message_type=None, enum_type=None, containing_type=None,
76 message_type=None, enum_type=None, containing_type=None,
84 message_type=None, enum_type=None, containing_type=None,
100 message_type=None, enum_type=None, containing_type=None,
107 message_type=None, enum_type=None, containing_type=None,
114 message_type=None, enum_type=None, containing_type=None,
121 message_type=None, enum_type=None, containing_type=None,
128 message_type=None, enum_type=None, containing_type=None,
146 _NANOPBOPTIONS.fields_by_name['type'].enum_type = _FIELDTYP
    [all...]
  /external/nanopb-c/generator/google/protobuf/internal/
enum_type_wrapper.py 46 def __init__(self, enum_type):
48 self._enum_type = enum_type
49 self.DESCRIPTOR = enum_type;
  /external/protobuf/python/google/protobuf/internal/
enum_type_wrapper.py 46 def __init__(self, enum_type):
48 self._enum_type = enum_type
49 self.DESCRIPTOR = enum_type;
  /external/protobuf/src/google/protobuf/compiler/objectivec/
objectivec_enum_field.cc 50 string type = EnumName(descriptor->enum_type());
56 (descriptor->file() != descriptor->enum_type()->file())) {
122 if (descriptor_->file() != descriptor_->enum_type()->file()) {
  /external/protobuf/src/google/protobuf/util/
type_resolver.h 65 google::protobuf::Enum* enum_type) = 0;
type_resolver_util.cc 95 Status ResolveEnumType(const string& type_url, Enum* enum_type) {
111 ConvertEnumDescriptor(descriptor, enum_type);
169 field->set_type_url(GetTypeUrl(descriptor->enum_type()));
182 Enum* enum_type) {
183 enum_type->Clear();
184 enum_type->set_name(descriptor->full_name());
185 enum_type->mutable_source_context()->set_file_name(
189 EnumValue* value = enum_type->mutable_enumvalue()->Add();
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/util/
type_resolver.h 65 google::protobuf::Enum* enum_type) = 0;
  /external/nanopb-c/generator/google/protobuf/compiler/
plugin_pb2.py 33 message_type=None, enum_type=None, containing_type=None,
40 message_type=None, enum_type=None, containing_type=None,
47 message_type=None, enum_type=None, containing_type=None,
75 message_type=None, enum_type=None, containing_type=None,
82 message_type=None, enum_type=None, containing_type=None,
89 message_type=None, enum_type=None, containing_type=None,
116 message_type=None, enum_type=None, containing_type=None,
123 message_type=None, enum_type=None, containing_type=None,
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/share/gdb/python/gdb/
types.py 72 def make_enum_dict(enum_type):
76 enum_type: The enum to compute the dictionary for.
85 if enum_type.code != gdb.TYPE_CODE_ENUM:
88 for field in enum_type.fields():
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/share/gdb/python/gdb/
types.py 72 def make_enum_dict(enum_type):
76 enum_type: The enum to compute the dictionary for.
85 if enum_type.code != gdb.TYPE_CODE_ENUM:
88 for field in enum_type.fields():
  /prebuilts/gdb/darwin-x86/share/gdb/python/gdb/
types.py 72 def make_enum_dict(enum_type):
76 enum_type: The enum to compute the dictionary for.
85 if enum_type.code != gdb.TYPE_CODE_ENUM:
88 for field in enum_type.fields():
  /prebuilts/gdb/linux-x86/share/gdb/python/gdb/
types.py 72 def make_enum_dict(enum_type):
76 enum_type: The enum to compute the dictionary for.
85 if enum_type.code != gdb.TYPE_CODE_ENUM:
88 for field in enum_type.fields():
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_enum_field.cc 79 const EnumDescriptor* enum_type = descriptor->enum_type(); local
81 + ToJavaName(params, enum_type->name(), true,
82 enum_type->containing_type(), enum_type->file());
116 LoadEnumValues(params, descriptor->enum_type(), &canonical_values_);
269 LoadEnumValues(params, descriptor->enum_type(), &canonical_values_);
379 LoadEnumValues(params, descriptor->enum_type(), &canonical_values_);
  /external/protobuf/src/google/protobuf/util/internal/
utility.cc 178 const google::protobuf::Enum* enum_type, StringPiece enum_name) {
179 if (enum_type != NULL) {
180 for (int i = 0; i < enum_type->enumvalue_size(); ++i) {
181 const google::protobuf::EnumValue& enum_value = enum_type->enumvalue(i);
191 const google::protobuf::Enum* enum_type, int32 value) {
192 if (enum_type != NULL) {
193 for (int i = 0; i < enum_type->enumvalue_size(); ++i) {
194 const google::protobuf::EnumValue& enum_value = enum_type->enumvalue(i);
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_extension.cc 71 type_traits_.append(ClassName(descriptor_->enum_type(), true));
73 type_traits_.append(ClassName(descriptor_->enum_type(), true));
187 "type", ClassName(descriptor_->enum_type(), true));
  /external/clang/test/CodeGenCXX/
value-init.cpp 27 enum enum_type { negative_number = -1, magic_number = 42 }; enum
31 enum_type m_enum;

Completed in 1512 milliseconds

1 2 3 4 5 6