Home
last modified time | relevance | path

Searched defs: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
Ddescriptor_database.cc285 void SimpleDescriptorDatabase::DescriptorIndex<Value>::FindAllFileNames( in FindAllFileNames() function in google::protobuf::SimpleDescriptorDatabase::DescriptorIndex
369 bool SimpleDescriptorDatabase::FindAllFileNames( in FindAllFileNames() function in google::protobuf::SimpleDescriptorDatabase
461 bool EncodedDescriptorDatabase::FindAllFileNames( in FindAllFileNames() function in google::protobuf::EncodedDescriptorDatabase
Ddescriptor_database_unittest.cc519 TEST(SimpleDescriptorDatabaseExtraTest, FindAllFileNames) { in TEST() argument