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.cc1768 FileDescriptorProto other_file; in TEST_F() local
1769 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() local
1790 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() local
1804 other_file.set_name("foo.proto"); in TEST_F()
[all …]
/external/cn-cbor/cmake/
DCoverallsGenerateGcov.cmake193 # /path/to/project/root/build/#path#to#project#root#subdir#other_file.c.gcov
/external/protobuf/src/google/protobuf/
Ddescriptor.cc4017 const FileDescriptor* other_file = tables_->FindSymbol(full_name).GetFile(); in AddSymbol() local
4018 if (other_file == file_) { in AddSymbol()
4033 other_file->name() + "\"."); in AddSymbol()