Home
last modified time | relevance | path

Searched refs:other_file (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/
Dparser_unittest.cc1184 FileDescriptorProto other_file; in TEST_F() local
1185 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() local
1338 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 …]
/external/autotest/client/site_tests/logging_CrashSender/
Dlogging_CrashSender.py264 other_file = self.write_crash_dir_entry('bad.other', '')
269 os.path.exists(other_file)):
/external/protobuf/src/google/protobuf/
Ddescriptor.cc3103 const FileDescriptor* other_file = tables_->FindSymbol(full_name).GetFile(); in AddSymbol() local
3104 if (other_file == file_) { in AddSymbol()
3119 other_file->name() + "\"."); in AddSymbol()