Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Ddescriptor_database_unittest.cc554 TEST(SimpleDescriptorDatabaseExtraTest, FindAllMessageNames) { in TEST() argument
570 EXPECT_TRUE(db.FindAllMessageNames(&messages)); in TEST()
Ddescriptor_database.h135 bool FindAllMessageNames(std::vector<std::string>* output);
Ddescriptor_database.cc103 bool DescriptorDatabase::FindAllMessageNames(std::vector<std::string>* output) { in FindAllMessageNames() function in google::protobuf::DescriptorDatabase