Searched refs:GetOutcomeCode (Results 1 – 6 of 6) sorted by relevance
139 EXPECT_EQ(DIAG_SQLITE_ERROR_HANDLER_CALLED, info->GetOutcomeCode()); in TEST_F()161 EXPECT_EQ(DIAG_SQLITE_ERROR_HANDLER_CALLED, info->GetOutcomeCode()); in TEST_F()
74 virtual int GetOutcomeCode() const = 0;
70 virtual int GetOutcomeCode() const OVERRIDE;
97 int DiagnosticsTest::GetOutcomeCode() const { return outcome_code_; } in GetOutcomeCode() function in diagnostics::DiagnosticsTest
48 int outcome_code = GetOutcomeCode(); in RecoveryImpl()
231 test_info.GetOutcomeCode(), in OnTestFinished()