Home
last modified time | relevance | path

Searched defs:FindAllPackageNames (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/
Ddescriptor_database_unittest.cc534 TEST(SimpleDescriptorDatabaseExtraTest, FindAllPackageNames) { in TEST() argument
Ddescriptor_database.cc94 bool DescriptorDatabase::FindAllPackageNames(std::vector<std::string>* output) { in FindAllPackageNames() function in google::protobuf::DescriptorDatabase