Searched defs:Zero (Results 1 - 21 of 21) sorted by last modified time

/haiku-fatelf/src/tests/kits/app/bmessage/
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 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 DMessageBoolItemTest.h81 inline static bool Zero() { return false; } function in struct:TBoolInitPolicy
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 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 DMessageFlattenableItemTest.h145 inline static MyFlattenableType Zero() { return ""; } function in struct:TFlattenableInitPolicy
162 inline static MyFlattenableType Zero() { return MyFlattenableType(); } function in struct:TFlattenableAssertPolicy
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 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
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
/haiku-fatelf/src/system/libroot/posix/glibc/arch/generic/
H A De_fmod.c27 static const double one = 1.0, Zero[] = {0.0, -0.0,}; variable
29 static double one = 1.0, Zero[] = {0.0, -0.0,}; variable
H A De_fmodf.c30 static const float one = 1.0, Zero[] = {0.0, -0.0,}; variable
32 static float one = 1.0, Zero[] = {0.0, -0.0,}; variable
/haiku-fatelf/src/bin/makeudfimage/
H A DPositionIOStream.cpp128 PositionIOStream::Zero(size_t size) function in class:PositionIOStream
H A DSimulatedStream.cpp218 SimulatedStream::Zero(size_t size) function in class:SimulatedStream

Completed in 90 milliseconds