Searched defs:containing_type (Results 1 - 13 of 13) sorted by relevance

/external/nanopb-c/generator/google/protobuf/compiler/
H A Dplugin_pb2.py27 containing_type=None, variable
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,
69 containing_type=None, variable
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,
110 containing_type=None, variable
116 message_type=None, enum_type=None, containing_type
[all...]
/external/nanopb-c/generator/proto/
H A Dplugin_pb2.py23 containing_type=None, variable
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,
65 containing_type=None, variable
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,
106 containing_type=None, variable
112 message_type=None, enum_type=None, containing_type
[all...]
H A Dnanopb_pb2.py42 containing_type=None, variable
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,
94 containing_type=None, variable
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
[all...]
/external/nanopb-c/generator/google/protobuf/
H A Ddescriptor_pb2.py98 containing_type=None, variable
123 containing_type=None, variable
148 containing_type=None, variable
173 containing_type=None, variable
185 containing_type=None, variable
191 message_type=None, enum_type=None, containing_type=None,
213 containing_type=None, variable
219 message_type=None, enum_type=None, containing_type=None,
226 message_type=None, enum_type=None, containing_type=None,
233 message_type=None, enum_type=None, containing_type
311 containing_type=None, variable
345 containing_type=None, variable
415 containing_type=None, variable
494 containing_type=None, variable
536 containing_type=None, variable
578 containing_type=None, variable
620 containing_type=None, variable
669 containing_type=None, variable
761 containing_type=None, variable
803 containing_type=None, variable
874 containing_type=None, variable
909 containing_type=None, variable
937 containing_type=None, variable
965 containing_type=None, variable
993 containing_type=None, variable
1027 containing_type=None, variable
1097 containing_type=None, variable
1145 containing_type=None, variable
[all...]
/external/protobuf/src/google/protobuf/compiler/
H A Dimporter.cc158 const string& containing_type, int field_number,
157 FindFileContainingExtension( const string& containing_type, int field_number, FileDescriptorProto* output) argument
H A Dparser.cc1269 DescriptorProto* containing_type,
1304 containing_type->field_size());
1306 FieldDescriptorProto* field = containing_type->add_field();
1311 containing_type->mutable_nested_type(),
1268 ParseOneof(OneofDescriptorProto* oneof_decl, DescriptorProto* containing_type, int oneof_index, const LocationRecorder& oneof_location, const LocationRecorder& containing_type_location, const FileDescriptorProto* containing_file) argument
/external/protobuf/src/google/protobuf/
H A Ddescriptor_database.cc190 const string& containing_type,
193 make_pair(containing_type, field_number),
199 const string& containing_type,
202 by_extension_.lower_bound(make_pair(containing_type, 0));
205 for (; it != by_extension_.end() && it->first.first == containing_type;
280 const string& containing_type,
283 return MaybeCopy(index_.FindExtension(containing_type, field_number), output);
371 const string& containing_type,
374 return MaybeParse(index_.FindExtension(containing_type, field_number),
418 const string& containing_type,
189 FindExtension( const string& containing_type, int field_number) argument
198 FindAllExtensionNumbers( const string& containing_type, vector<int>* output) argument
279 FindFileContainingExtension( const string& containing_type, int field_number, FileDescriptorProto* output) argument
370 FindFileContainingExtension( const string& containing_type, int field_number, FileDescriptorProto* output) argument
417 FindFileContainingExtension( const string& containing_type, int field_number, FileDescriptorProto* output) argument
495 FindFileContainingExtension( const string& containing_type, int field_number, FileDescriptorProto* output) argument
[all...]
H A Dextension_set_heavy.cc82 const Descriptor* containing_type)
83 : pool_(pool), factory_(factory), containing_type_(containing_type) {}
94 void ExtensionSet::AppendToList(const Descriptor* containing_type, argument
114 containing_type, iter->first));
270 const Message* containing_type,
274 GeneratedExtensionFinder finder(containing_type);
279 containing_type->GetDescriptor());
285 const Message* containing_type,
289 GeneratedExtensionFinder finder(containing_type);
294 containing_type
80 DescriptorPoolExtensionFinder(const DescriptorPool* pool, MessageFactory* factory, const Descriptor* containing_type) argument
269 ParseField(uint32 tag, io::CodedInputStream* input, const Message* containing_type, UnknownFieldSet* unknown_fields) argument
284 ParseMessageSet(io::CodedInputStream* input, const Message* containing_type, UnknownFieldSet* unknown_fields) argument
567 ParseMessageSet(io::CodedInputStream* input, const MessageLite* containing_type) argument
[all...]
H A Dextension_set.h129 GeneratedExtensionFinder(const MessageLite* containing_type) argument
130 : containing_type_(containing_type) {}
167 static void RegisterExtension(const MessageLite* containing_type,
170 static void RegisterEnumExtension(const MessageLite* containing_type,
174 static void RegisterMessageExtension(const MessageLite* containing_type,
183 void AppendToList(const Descriptor* containing_type,
352 // FieldSkipper automatically). |containing_type| is the default
358 const MessageLite* containing_type);
360 const Message* containing_type,
363 const MessageLite* containing_type,
[all...]
H A Dextension_set.cc94 void Register(const MessageLite* containing_type, argument
98 if (!InsertIfNotPresent(registry_, make_pair(containing_type, number),
101 << containing_type->GetTypeName()
107 const MessageLite* containing_type, int number) {
109 FindOrNull(*registry_, make_pair(containing_type, number));
127 void ExtensionSet::RegisterExtension(const MessageLite* containing_type, argument
134 Register(containing_type, number, info);
150 void ExtensionSet::RegisterEnumExtension(const MessageLite* containing_type, argument
159 Register(containing_type, number, info);
162 void ExtensionSet::RegisterMessageExtension(const MessageLite* containing_type, argument
106 FindRegisteredExtension( const MessageLite* containing_type, int number) argument
1172 ParseField(uint32 tag, io::CodedInputStream* input, const MessageLite* containing_type) argument
1179 ParseField(uint32 tag, io::CodedInputStream* input, const MessageLite* containing_type, io::CodedOutputStream* unknown_fields) argument
[all...]
H A Ddescriptor_unittest.cc497 EXPECT_TRUE(message_->containing_type() == NULL);
498 EXPECT_TRUE(message2_->containing_type() == NULL);
621 EXPECT_EQ(message_, foo_->containing_type());
622 EXPECT_EQ(message_, bar_->containing_type());
623 EXPECT_EQ(message_, baz_->containing_type());
624 EXPECT_EQ(message_, qux_->containing_type());
626 EXPECT_EQ(message2_, foo2_ ->containing_type());
627 EXPECT_EQ(message2_, bar2_ ->containing_type());
628 EXPECT_EQ(message2_, quux2_->containing_type());
1017 EXPECT_TRUE(enum_->containing_type()
4806 FindFileContainingExtension(const string& containing_type, int field_number, FileDescriptorProto* output) argument
4842 FindFileContainingExtension(const string& containing_type, int field_number, FileDescriptorProto* output) argument
4871 FindFileContainingExtension(const string& containing_type, int field_number, FileDescriptorProto* output) argument
5169 FindFileContainingExtension(const string& containing_type, int field_number, FileDescriptorProto* output) argument
[all...]
H A Ddescriptor.cc292 case ONEOF : return oneof_descriptor ->containing_type()->file();
803 parent = field->containing_type();
814 DescriptorIntPair key(field->containing_type(), field->number());
825 DescriptorIntPair key(field->containing_type(), field->number());
1489 const Descriptor* containing_type, int field_number) const {
1494 containing_type->full_name(), field_number, &file_proto)) {
1643 if (!containing_type()->is_unqualified_placeholder_) {
1646 proto->mutable_extendee()->append(containing_type()->full_name());
1866 const Descriptor* containing_type = NULL; local
1868 if (extension(i)->containing_type() !
1488 TryFindExtensionInFallbackDatabase( const Descriptor* containing_type, int field_number) const argument
1937 const Descriptor* containing_type = NULL; local
[all...]
/external/protobuf/src/google/protobuf/compiler/python/
H A Dpython_generator.cc98 for (const Descriptor* current = descriptor.containing_type();
99 current != NULL; current = current->containing_type()) {
426 printer_->Print("containing_type=None,\n");
600 "containing_type=None,\n";
657 " index=$index$, containing_type=None, fields=[]),\n");
817 // containing_type may be NULL, in which case this is a module-level field.
821 // or extensions_by_name). We ignore python_dict_name if containing_type
823 void Generator::FixForeignFieldsInField(const Descriptor* containing_type, argument
827 containing_type, field, python_dict_name);
845 // containing_type ma
851 FieldReferencingExpression( const Descriptor* containing_type, const FieldDescriptor& field, const string& python_dict_name) const argument
[all...]

Completed in 180 milliseconds