Searched refs:actual_ (Results 1 – 2 of 2) sorted by relevance
600 vm_->SetCheckJniAbortHook(Hook, &actual_); in CheckJniAbortCatcher()605 EXPECT_TRUE(actual_.empty()) << actual_; in ~CheckJniAbortCatcher()613 EXPECT_TRUE(actual_.find(expected_text) != std::string::npos) << "\n" in Check()615 << "In the output : " << actual_; in Check()616 actual_.clear(); in Check()
261 std::string actual_; variable