Searched refs:FindAllFileNames (Results 1 – 3 of 3) sorted by relevance
119 virtual bool FindAllFileNames(std::vector<std::string>* output) { in FindAllFileNames() function187 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;
74 if (!db->FindAllFileNames(&file_names)) { in ForAllFileProtos()285 void SimpleDescriptorDatabase::DescriptorIndex<Value>::FindAllFileNames( in FindAllFileNames() function in google::protobuf::SimpleDescriptorDatabase::DescriptorIndex369 bool SimpleDescriptorDatabase::FindAllFileNames( in FindAllFileNames() function in google::protobuf::SimpleDescriptorDatabase371 index_.FindAllFileNames(output); in FindAllFileNames()461 bool EncodedDescriptorDatabase::FindAllFileNames( in FindAllFileNames() function in google::protobuf::EncodedDescriptorDatabase463 index_.FindAllFileNames(output); in FindAllFileNames()
519 TEST(SimpleDescriptorDatabaseExtraTest, FindAllFileNames) { in TEST() argument530 db.FindAllFileNames(&all_files); in TEST()