Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Ddescriptor_database.h119 virtual bool FindAllFileNames(std::vector<std::string>* output) { in FindAllFileNames() function
187 bool FindAllFileNames(std::vector<std::string>* output) override;
212 void FindAllFileNames(std::vector<std::string>* output);
332 bool FindAllFileNames(std::vector<std::string>* output) override;
Ddescriptor_database.cc74 if (!db->FindAllFileNames(&file_names)) { in ForAllFileProtos()
285 void SimpleDescriptorDatabase::DescriptorIndex<Value>::FindAllFileNames( in FindAllFileNames() function in google::protobuf::SimpleDescriptorDatabase::DescriptorIndex
369 bool SimpleDescriptorDatabase::FindAllFileNames( in FindAllFileNames() function in google::protobuf::SimpleDescriptorDatabase
371 index_.FindAllFileNames(output); in FindAllFileNames()
461 bool EncodedDescriptorDatabase::FindAllFileNames( in FindAllFileNames() function in google::protobuf::EncodedDescriptorDatabase
463 index_.FindAllFileNames(output); in FindAllFileNames()
Ddescriptor_database_unittest.cc519 TEST(SimpleDescriptorDatabaseExtraTest, FindAllFileNames) { in TEST() argument
530 db.FindAllFileNames(&all_files); in TEST()