Searched refs:fMsg (Results 1 – 9 of 9) sorted by relevance
130 String fMsg = XSLMessages.createXPATHMessage( in reportWrongNumberArgs() local134 throw new RuntimeException(fMsg); in reportWrongNumberArgs()
323 String fMsg = XSLMessages.createXPATHMessage( in reportWrongNumberArgs() local327 throw new RuntimeException(fMsg); in reportWrongNumberArgs()
37 Error(const SkString& s) : fMsg(s), fFatal(!this->isEmpty()) {} in Error()38 Error(const char* s) : fMsg(s), fFatal(!this->isEmpty()) {} in Error()50 const char* c_str() const { return fMsg.c_str(); } in c_str()51 bool isEmpty() const { return fMsg.isEmpty(); } in isEmpty()55 SkString fMsg;
419 java.lang.String fMsg = XSLMessages.createXPATHMessage( in assertion() local423 throw new RuntimeException(fMsg); in assertion()
553 String fMsg = XSLMessages.createXPATHMessage( in assertion() local557 throw new RuntimeException(fMsg); in assertion()
42 explicit PathInvalidator(const GrUniqueKey& key) : fMsg(key) {} in PathInvalidator()44 GrUniqueKeyInvalidatedMessage fMsg; member in __anonf59bf3f70111::PathInvalidator47 SkMessageBus<GrUniqueKeyInvalidatedMessage>::Post(fMsg); in onChange()
151 explicit Invalidator(const GrUniqueKey& key) : fMsg(key) {} in GrInstallBitmapUniqueKeyInvalidator()153 GrUniqueKeyInvalidatedMessage fMsg; in GrInstallBitmapUniqueKeyInvalidator() member in GrInstallBitmapUniqueKeyInvalidator::Invalidator155 void onChange() override { SkMessageBus<GrUniqueKeyInvalidatedMessage>::Post(fMsg); } in GrInstallBitmapUniqueKeyInvalidator()
1190 java.lang.String fMsg = XSLMessages.createXPATHMessage( in assertion() local1194 throw new RuntimeException(fMsg); in assertion()
583 String fMsg = XSLMessages.createXPATHMessage( in assertion() local587 throw new RuntimeException(fMsg); in assertion()