Searched defs:Invalid (Results 1 - 12 of 12) sorted by relevance

/haiku-fatelf/src/tests/kits/app/bmessage/
H A DMessageDoubleItemTest.h53 inline static double Invalid() { return 0; } function in struct:TDoubleAssertPolicy
H A DMessageFloatItemTest.h53 inline static float Invalid() { return 0; } function in struct:TFloatAssertPolicy
H A DMessageBPointItemTest.h53 inline static BPoint Invalid() { return BPoint(0.0, 0.0); } function in struct:TPointAssertPolicy
H A DMessageBRectItemTest.h53 inline static BRect Invalid() { return BRect(0, 0, -1, -1); } function in struct:TBRectAssertPolicy
H A DMessageBStringItemTest.h127 inline static BString Invalid() { return BString(); } function in struct:TBStringAssertPolicy
H A DMessageCStringItemTest.h64 inline static const char* Invalid() { return ""; } function in struct:TCStringAssertPolicy
H A DMessageMessengerItemTest.h81 inline static BMessenger Invalid() { return BMessenger(); } function in struct:TMessengerAssertPolicy
H A DMessagePointerItemTest.h69 inline static const void* Invalid() { return NULL; } function in struct:TPointerAssertPolicy
H A DMessageRefItemTest.h152 inline static entry_ref Invalid() { return TRefInitPolicy::Zero();} function in struct:TRefAssertPolicy
H A DMessageFlattenableItemTest.h163 inline static MyFlattenableType Invalid() { return MyFlattenableType(); } function in struct:TFlattenableAssertPolicy
H A DMessageItemTest.h131 inline static T Invalid() { return invalid; } function in struct:TMessageItemAssertPolicy
H A DMessageMessageItemTest.h196 inline static BMessage Invalid() { return BMessage(); } function in struct:TMessageAssertPolicy

Completed in 107 milliseconds