Searched refs:descriptor_proto (Results 1 – 2 of 2) sorted by relevance
1360 FileDescriptorProto descriptor_proto; in TEST_F() local1361 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() argument1428 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() local1669 &descriptor_proto, &field, &index)) { in Parse()[all …]
129 io::Printer* printer, const FileDescriptor* file, bool descriptor_proto) { in PrintTopBoilerplate() argument154 if (!descriptor_proto) { in PrintTopBoilerplate()