Searched defs:Zero (Results 1 - 17 of 17) sorted by relevance

/haiku/src/tests/kits/app/bmessage/
H A DMessageDoubleItemTest.h36 inline static double Zero() { return 0; } function in struct:TDoubleInitPolicy
52 inline static double Zero() { return 0; } function in struct:TDoubleAssertPolicy
H A DMessageFloatItemTest.h36 inline static float Zero() { return 0; } function in struct:TFloatInitPolicy
52 inline static float Zero() { return 0; } function in struct:TFloatAssertPolicy
H A DMessageInt16ItemTest.h36 inline static int16 Zero() { return 0; } function in struct:TInt16InitPolicy
H A DMessageInt32ItemTest.h39 inline static int32 Zero() { return 0; } function in struct:TInt32InitPolicy
H A DMessageInt64ItemTest.h36 inline static int64 Zero() { return 0; } function in struct:TInt64InitPolicy
H A DMessageInt8ItemTest.h36 inline static int8 Zero() { return 0; } function in struct:TInt8InitPolicy
H A DMessageBPointItemTest.h36 inline static BPoint Zero() { return BPoint(0.0, 0.0); } function in struct:TPointInitPolicy
52 inline static BPoint Zero() { return BPoint(0.0, 0.0); } function in struct:TPointAssertPolicy
H A DMessageBRectItemTest.h36 inline static BRect Zero() { return BRect(0, 0, 0, 0); } function in struct:TBRectInitPolicy
52 inline static BRect Zero() { return BRect(0, 0, 0, 0); } function in struct:TBRectAssertPolicy
H A DMessageBoolItemTest.h81 inline static bool Zero() { return false; } function in struct:TBoolInitPolicy
H A DMessageBStringItemTest.h110 inline static BString Zero() { return BString(); } function in struct:TBStringInitPolicy
126 inline static BString Zero() { return BString(); } function in struct:TBStringAssertPolicy
H A DMessageCStringItemTest.h39 inline static const char* Zero() { return sStr1; } function in struct:TCStringInitPolicy
63 inline static const char* Zero() { return ""; } function in struct:TCStringAssertPolicy
H A DMessageMessengerItemTest.h58 inline static BMessenger Zero() { return BMessenger(); } function in struct:TMessengerInitPolicy
80 inline static BMessenger Zero() { return BMessenger(); } function in struct:TMessengerAssertPolicy
H A DMessagePointerItemTest.h52 inline static const void* Zero() { return NULL; } function in struct:TPointerInitPolicy
68 inline static const void* Zero() { return NULL; } function in struct:TPointerAssertPolicy
H A DMessageRefItemTest.h121 inline static entry_ref Zero() { return entry_ref(); } function in struct:TRefInitPolicy
151 inline static entry_ref Zero() { return TRefInitPolicy::Zero(); } function in struct:TRefAssertPolicy
H A DMessageFlattenableItemTest.h145 inline static MyFlattenableType Zero() { return ""; } function in struct:TFlattenableInitPolicy
162 inline static MyFlattenableType Zero() { return MyFlattenableType(); } function in struct:TFlattenableAssertPolicy
H A DMessageItemTest.h130 inline static T Zero() { return zero; } function in struct:TMessageItemAssertPolicy
[all...]
H A DMessageMessageItemTest.h166 inline static BMessage Zero() { return BMessage(); } function in struct:TMessageInitPolicy
195 inline static BMessage Zero() { return BMessage(); } function in struct:TMessageAssertPolicy

Completed in 137 milliseconds