Home
last modified time | relevance | path

Searched refs:SetMessage (Results 1 – 2 of 2) sorted by relevance

/external/sfntly/cpp/src/sfntly/port/
Dexception_type.h33 explicit Exception(const char* message) throw() { SetMessage(message); } in Exception()
38 void SetMessage(const char* message) throw() { in SetMessage() function
59 SetMessage(msg.str().c_str()); in IndexOutOfBoundException()
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_unittest.cc1612 TEST_F(OneofTest, SetMessage) { in TEST_F() argument