Home
last modified time | relevance | path

Searched refs:descriptor_proto (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/
Dparser_unittest.cc1360 FileDescriptorProto descriptor_proto; in TEST_F() local
1361 DescriptorProto::descriptor()->file()->CopyTo(&descriptor_proto); in TEST_F()
1362 ASSERT_TRUE(pool_.BuildFile(descriptor_proto) != NULL); in TEST_F()
1373 other_file.set_dependency(0, descriptor_proto.name()); in TEST_F()
1427 void SortMessages(DescriptorProto *descriptor_proto) { in SortMessages() argument
1428 int size = descriptor_proto->nested_type_size(); in SortMessages()
1431 SortMessages(descriptor_proto->mutable_nested_type(i)); in SortMessages()
1434 descriptor_proto->mutable_nested_type()->mutable_data(); in SortMessages()
1665 const Message* descriptor_proto = NULL; in Parse() local
1669 &descriptor_proto, &field, &index)) { in Parse()
[all …]
/external/protobuf/src/google/protobuf/compiler/python/
Dpython_generator.cc129 io::Printer* printer, const FileDescriptor* file, bool descriptor_proto) { in PrintTopBoilerplate() argument
154 if (!descriptor_proto) { in PrintTopBoilerplate()