Searched refs:fMsg (Results 1 – 9 of 9) sorted by relevance
34 Error(const SkString& s) : fMsg(s), fFatal(!this->isEmpty()) {} in Error()35 Error(const char* s) : fMsg(s), fFatal(!this->isEmpty()) {} in Error()47 const char* c_str() const { return fMsg.c_str(); } in c_str()48 bool isEmpty() const { return fMsg.isEmpty(); } in isEmpty()52 SkString fMsg;
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()
39 explicit PathInvalidator(const GrUniqueKey& key) : fMsg(key) {} in PathInvalidator()41 GrUniqueKeyInvalidatedMessage fMsg; member in __anon40003ea00111::PathInvalidator44 SkMessageBus<GrUniqueKeyInvalidatedMessage>::Post(fMsg); in onChange()
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()
278 explicit Invalidator(const GrUniqueKey& key) : fMsg(key) {} in GrInstallBitmapUniqueKeyInvalidator()280 GrUniqueKeyInvalidatedMessage fMsg; in GrInstallBitmapUniqueKeyInvalidator() member in GrInstallBitmapUniqueKeyInvalidator::Invalidator282 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()