HomeSort by relevance Sort by last modified time
    Searched refs:containing_type (Results 51 - 75 of 124) sorted by null

1 23 4 5

  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
extension_set.h 130 GeneratedExtensionFinder(const MessageLite* containing_type)
131 : containing_type_(containing_type) {}
165 static void RegisterExtension(const MessageLite* containing_type,
168 static void RegisterEnumExtension(const MessageLite* containing_type,
172 static void RegisterMessageExtension(const MessageLite* containing_type,
181 void AppendToList(const Descriptor* containing_type,
335 // FieldSkipper automatically). |containing_type| is the default
341 const MessageLite* containing_type);
343 const Message* containing_type,
355 const MessageLite* containing_type);
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
extension_set.h 130 GeneratedExtensionFinder(const MessageLite* containing_type)
131 : containing_type_(containing_type) {}
165 static void RegisterExtension(const MessageLite* containing_type,
168 static void RegisterEnumExtension(const MessageLite* containing_type,
172 static void RegisterMessageExtension(const MessageLite* containing_type,
181 void AppendToList(const Descriptor* containing_type,
335 // FieldSkipper automatically). |containing_type| is the default
341 const MessageLite* containing_type);
343 const Message* containing_type,
355 const MessageLite* containing_type);
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
extension_set.h 130 GeneratedExtensionFinder(const MessageLite* containing_type)
131 : containing_type_(containing_type) {}
165 static void RegisterExtension(const MessageLite* containing_type,
168 static void RegisterEnumExtension(const MessageLite* containing_type,
172 static void RegisterMessageExtension(const MessageLite* containing_type,
181 void AppendToList(const Descriptor* containing_type,
335 // FieldSkipper automatically). |containing_type| is the default
341 const MessageLite* containing_type);
343 const Message* containing_type,
355 const MessageLite* containing_type);
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
extension_set.h 130 GeneratedExtensionFinder(const MessageLite* containing_type)
131 : containing_type_(containing_type) {}
165 static void RegisterExtension(const MessageLite* containing_type,
168 static void RegisterEnumExtension(const MessageLite* containing_type,
172 static void RegisterMessageExtension(const MessageLite* containing_type,
181 void AppendToList(const Descriptor* containing_type,
335 // FieldSkipper automatically). |containing_type| is the default
341 const MessageLite* containing_type);
343 const Message* containing_type,
355 const MessageLite* containing_type);
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_message_field.cc 64 SafeFunctionName(descriptor->containing_type(),
226 DependentBaseClassTemplateName(descriptor_->containing_type()) + "<T>";
582 DependentBaseClassTemplateName(descriptor_->containing_type()) + "<T>";
    [all...]
cpp_helpers.cc 143 while (outer->containing_type() != NULL) outer = outer->containing_type();
156 if (enum_descriptor->containing_type() == NULL) {
163 string result = ClassName(enum_descriptor->containing_type(), qualified);
211 field->containing_type()->FindFieldByCamelcaseName(
cpp_extension.cc 53 const Descriptor* extendee = descriptor->containing_type();
cpp_field.cc 193 GOOGLE_CHECK_EQ(field->containing_type(), descriptor_);
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_extension.cc 82 (*variables)["extends"] = ClassName(params, descriptor->containing_type());
  /external/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 134 for (const Descriptor* current = descriptor.containing_type();
135 current != NULL; current = current->containing_type()) {
481 printer_->Print("containing_type=None,\n");
655 "containing_type=None,\n";
714 " index=$index$, containing_type=None, fields=[]),\n");
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.h 193 const Descriptor* containing_type() const;
593 const Descriptor* containing_type() const;
745 const Descriptor* containing_type() const;
    [all...]
extension_set.h 132 GeneratedExtensionFinder(const MessageLite* containing_type)
133 : containing_type_(containing_type) {}
171 static void RegisterExtension(const MessageLite* containing_type,
174 static void RegisterEnumExtension(const MessageLite* containing_type,
178 static void RegisterMessageExtension(const MessageLite* containing_type,
187 void AppendToList(const Descriptor* containing_type,
365 // FieldSkipper automatically). |containing_type| is the default
371 const MessageLite* containing_type);
373 const Message* containing_type,
376 const MessageLite* containing_type,
    [all...]
descriptor.cc 312 case ONEOF : return oneof_descriptor ->containing_type()->file();
2178 const Descriptor* containing_type = NULL; local
2273 const Descriptor* containing_type = NULL; local
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/compiler/
importer.h 102 bool FindFileContainingExtension(const string& containing_type,
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/compiler/
importer.h 102 bool FindFileContainingExtension(const string& containing_type,
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/compiler/
importer.h 102 bool FindFileContainingExtension(const string& containing_type,
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
descriptor.h 193 const Descriptor* containing_type() const;
593 const Descriptor* containing_type() const;
745 const Descriptor* containing_type() const;
    [all...]
extension_set.h 132 GeneratedExtensionFinder(const MessageLite* containing_type)
133 : containing_type_(containing_type) {}
171 static void RegisterExtension(const MessageLite* containing_type,
174 static void RegisterEnumExtension(const MessageLite* containing_type,
178 static void RegisterMessageExtension(const MessageLite* containing_type,
187 void AppendToList(const Descriptor* containing_type,
365 // FieldSkipper automatically). |containing_type| is the default
371 const MessageLite* containing_type);
373 const Message* containing_type,
376 const MessageLite* containing_type,
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/compiler/
importer.h 102 bool FindFileContainingExtension(const string& containing_type,
  /external/protobuf/src/google/protobuf/compiler/java/
java_name_resolver.cc 75 const Descriptor* message_descriptor = descriptor->containing_type();
250 return GetClassName(descriptor->containing_type(), immutable) + "." +
java_enum_field.cc 309 if (PreserveUnknownFields(descriptor_->containing_type())) {
498 if (PreserveUnknownFields(descriptor_->containing_type())) {
645 context_->HasGeneratedMethods(descriptor_->containing_type())) {
844 if (PreserveUnknownFields(descriptor_->containing_type())) {
    [all...]
java_extension.cc 72 vars["containing_type"] =
73 name_resolver->GetClassName(descriptor->containing_type(), immutable);
127 " $containing_type$,\n"
138 " $containing_type$,\n"
java_field.h 151 GOOGLE_CHECK_EQ(field->containing_type(), descriptor_);
  /external/protobuf/python/google/protobuf/internal/
descriptor_test.py 118 self.assertEqual(self.my_message, self.my_message.fields[0].containing_type)
119 self.assertEqual(self.my_message, self.my_enum.containing_type)
435 self.assertEqual(message_descriptor.fields[0].containing_type,
451 self.assertEqual(field_descriptor.containing_type.name, 'TestAllTypes')
455 field_descriptor.containing_type.fields_by_name['optional_int32'],
458 field_descriptor.containing_type.fields_by_camelcase_name[
762 self.assertEqual(result.fields[1].message_type.containing_type,
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
importer.h 102 bool FindFileContainingExtension(const string& containing_type,

Completed in 1312 milliseconds

1 23 4 5