Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/compiler/
Dimporter.cc230 std::string SourceTree::GetLastErrorMessage() { return "File not found."; } in GetLastErrorMessage() function in google::protobuf::compiler::SourceTree
423 std::string DiskSourceTree::GetLastErrorMessage() { in GetLastErrorMessage() function in google::protobuf::compiler::DiskSourceTree
Dimporter_unittest.cc84 std::string GetLastErrorMessage() override { return "File not found."; } in GetLastErrorMessage() function in google::protobuf::compiler::__anon7aa054d60111::MockSourceTree