Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/
Dimporter.h224 virtual string GetLastErrorMessage();
297 virtual string GetLastErrorMessage();
Dimporter.cc132 source_tree_->GetLastErrorMessage()); in FindFileByName()
229 string SourceTree::GetLastErrorMessage() { in GetLastErrorMessage() function in google::protobuf::compiler::SourceTree
438 string DiskSourceTree::GetLastErrorMessage() { in GetLastErrorMessage() function in google::protobuf::compiler::DiskSourceTree
Dimporter_unittest.cc113 string GetLastErrorMessage() { in GetLastErrorMessage() function in google::protobuf::compiler::__anon5cd70b830111::MockSourceTree
290 EXPECT_EQ(error_message, source_tree_.GetLastErrorMessage()); in ExpectCannotOpenFile()