Searched refs:other_file (Results 1 – 3 of 3) sorted by relevance
1184 FileDescriptorProto other_file; in TEST_F() local1185 other_file.set_name("bar.proto"); in TEST_F()1186 other_file.add_message_type()->set_name("foo"); in TEST_F()1187 EXPECT_TRUE(pool_.BuildFile(other_file) != NULL); in TEST_F()1337 FileDescriptorProto other_file; in TEST_F() local1338 other_file.set_name("base.proto"); in TEST_F()1339 other_file.set_package("base"); in TEST_F()1340 other_file.add_message_type()->set_name("bar"); in TEST_F()1341 EXPECT_TRUE(pool_.BuildFile(other_file) != NULL); in TEST_F()1369 FileDescriptorProto other_file; in TEST_F() local[all …]
264 other_file = self.write_crash_dir_entry('bad.other', '')269 os.path.exists(other_file)):
3103 const FileDescriptor* other_file = tables_->FindSymbol(full_name).GetFile(); in AddSymbol() local3104 if (other_file == file_) { in AddSymbol()3119 other_file->name() + "\"."); in AddSymbol()