Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/
Ddescriptor_database_unittest.cc555 TEST(SimpleDescriptorDatabaseExtraTest, FindAllMessageNames) { in TEST() argument
571 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