Searched refs:other_file (Results 1 – 3 of 3) sorted by relevance
1768 FileDescriptorProto other_file; in TEST_F() local1769 other_file.set_name("bar.proto"); in TEST_F()1770 other_file.add_message_type()->set_name("foo"); in TEST_F()1771 EXPECT_TRUE(pool_.BuildFile(other_file) != NULL); in TEST_F()1789 FileDescriptorProto other_file; in TEST_F() local1790 other_file.set_name("bar.proto"); in TEST_F()1791 other_file.add_message_type()->set_name("foo"); in TEST_F()1792 EXPECT_TRUE(pool_.BuildFile(other_file) != nullptr); in TEST_F()1803 FileDescriptorProto other_file; in TEST_F() local1804 other_file.set_name("foo.proto"); in TEST_F()[all …]
193 # /path/to/project/root/build/#path#to#project#root#subdir#other_file.c.gcov
4017 const FileDescriptor* other_file = tables_->FindSymbol(full_name).GetFile(); in AddSymbol() local4018 if (other_file == file_) { in AddSymbol()4033 other_file->name() + "\"."); in AddSymbol()