HomeSort by relevance Sort by last modified time
    Searched defs:SetMessage (Results 1 - 2 of 2) sorted by null

  /external/image_io/includes/image_io/base/
data_match_result.h 87 DataMatchResult& SetMessage(const Message& message) {
96 DataMatchResult& SetMessage(const Message::Type type,
98 return SetMessage(Message(type, 0, text));
  /external/sfntly/cpp/src/sfntly/port/
exception_type.h 33 explicit Exception(const char* message) throw() { SetMessage(message); }
38 void SetMessage(const char* message) throw() {
59 SetMessage(msg.str().c_str());

Completed in 101 milliseconds