Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_unittest.inc1642 TEST_F(OneofTest, SetMessage) {