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

1 2 3 4

  /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...]
descriptor.py 256 for enum_type in self.enum_types:
257 enum_type.containing_type = self
346 enum_type: (EnumDescriptor) If this field contains an enum, a
429 default_value, message_type, enum_type, containing_type,
451 self.enum_type = enum_type
  /external/protobuf/python/google/protobuf/
descriptor_database.py 72 for enum in file_desc_proto.enum_type:
136 for enum_type in desc_proto.enum_type:
137 yield '.'.join((message_name, enum_type.name))
descriptor_pool.py 294 for enum_type in file_proto.enum_type:
295 file_descriptor.enum_types_by_name[enum_type.name] = (
296 self._ConvertEnumDescriptor(enum_type, file_proto.package,
356 for enum in desc_proto.enum_type]
472 enum_type=None,
514 """Sets the field's type, cpp_type, message_type and enum_type.
541 field_desc.enum_type = desc
556 field_desc.default_value = field_desc.enum_type.values_by_name[
  /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;
  /system/connectivity/shill/test-scripts/
crypto_util_pb2.py 84 message_type=None, enum_type=None, containing_type=None,
91 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,
154 message_type=None, enum_type=None, containing_type=None,
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,
203 message_type=None, enum_type=None, containing_type=None,
220 _ENCRYPTDATARESPONSE.fields_by_name['ret'].enum_type = _RETURNCOD
    [all...]
  /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,
  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/gen/
extended_descriptor.py 231 def PrintEnum(self, enum_type):
246 def __PrintEnumCommentLines(self, enum_type):
247 description = enum_type.description or '%s enum type.' % enum_type.name
251 PrintIndentedDescriptions(self.__printer, enum_type.values, 'Values',
260 def PrintEnum(self, enum_type):
261 self.__PrintEnumCommentLines(enum_type)
262 self.__printer('enum %s {', enum_type.name)
265 enum_type.values, key=operator.attrgetter('number'))
362 def __PrintEnumDocstringLines(self, enum_type)
    [all...]
  /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_);
javanano_file.cc 143 if (file_->enum_type(i)->name() == classname_) {
195 EnumGenerator(file_->enum_type(i), params_).Generate(printer);
255 file_->enum_type(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;
  /frameworks/compile/mclinker/include/mcld/ADT/
Flags.h 17 typedef Enum enum_type; typedef in class:mcld::Flags
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_enum_field.cc 133 return ClassName(params_, descriptor_->enum_type());
327 return ClassName(params_, descriptor_->enum_type());
  /external/protobuf/src/google/protobuf/compiler/
parser_unittest.cc 541 " enum_type { name: \"NestedEnum\" }"
653 "enum_type {"
671 "enum_type {"
691 "enum_type {"
    [all...]
  /external/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 351 // TODO(falk): Also print options and fix the message_type, enum_type,
366 const EnumDescriptor& enum_descriptor = *file_->enum_type(i);
447 PrintEnum(*descriptor.enum_type(i));
619 *message_descriptor.enum_type(i));
738 // sets the message_type and enum_type of all message and enum fields to point
758 const EnumDescriptor& enum_descriptor = *descriptor.enum_type(i);
814 // Sets any necessary message_type and enum_type attributes
835 const EnumDescriptor* enum_type = field.enum_type(); local
836 if (enum_type) {
    [all...]

Completed in 1021 milliseconds

1 2 3 4