Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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::__anond549af4c0111::MockSourceTree
290 EXPECT_EQ(error_message, source_tree_.GetLastErrorMessage()); in ExpectCannotOpenFile()
/frameworks/opt/gamesdk/samples/tuningfork/tfvalidate/
Dapk_validator.cpp90 std::string ZipSourceTree::GetLastErrorMessage() { in GetLastErrorMessage() function in tuningfork::ZipSourceTree
119 source_tree_.GetLastErrorMessage()); in Validate()
146 source_tree_.GetLastErrorMessage()); in Validate()
Dapk_validator.h49 std::string GetLastErrorMessage() override;