Searched refs:SetMessage (Results 1 – 2 of 2) sorted by relevance
33 explicit Exception(const char* message) throw() { SetMessage(message); } in Exception()38 void SetMessage(const char* message) throw() { in SetMessage() function59 SetMessage(msg.str().c_str()); in IndexOutOfBoundException()
1547 TEST_F(OneofTest, SetMessage) { in TEST_F() argument