Searched refs:GetErrorCode (Results 1 – 10 of 10) sorted by relevance
35 EXPECT_EQ(SQLITE_OK, db().GetErrorCode()); in TEST_F()39 EXPECT_EQ(SQLITE_ERROR, db().GetErrorCode()); in TEST_F()
98 EXPECT_EQ(SQLITE_ROW, db().GetErrorCode()); in TEST_F()
265 int GetErrorCode() const;
306 int Connection::GetErrorCode() const { in GetErrorCode() function in sql::Connection
57 int error = db.GetErrorCode(); in ExecuteImpl()
83 const StunErrorCodeAttribute* attr = response->GetErrorCode(); in OnErrorResponse()
133 const StunErrorCodeAttribute* GetErrorCode() const;
296 if (const StunErrorCodeAttribute* error_code = stun_msg->GetErrorCode()) { in GetStunMessage()805 const StunErrorCodeAttribute* error = response->GetErrorCode(); in OnConnectionRequestErrorResponse()
121 const StunErrorCodeAttribute* StunMessage::GetErrorCode() const { in GetErrorCode() function in cricket::StunMessage
775 const StunErrorCodeAttribute* attr = response->GetErrorCode(); in OnErrorResponse()