Searched refs:Test2 (Results 1 - 17 of 17) sorted by relevance

/haiku/src/tests/kits/app/bmessage/
H A DMessagePointerItemTest.h54 inline static const void* Test2() { return (const void*)&Test2; } function in struct:TPointerInitPolicy
61 array.push_back(Test2());
H A DMessageDoubleItemTest.h38 inline static double Test2() { return 5.678; } function in struct:TDoubleInitPolicy
H A DMessageFloatItemTest.h38 inline static float Test2() { return 5.678; } function in struct:TFloatInitPolicy
H A DMessageInt16ItemTest.h38 inline static int16 Test2() { return 5678; } function in struct:TInt16InitPolicy
H A DMessageInt64ItemTest.h38 inline static int64 Test2() { return 5678; } function in struct:TInt64InitPolicy
H A DMessageInt8ItemTest.h38 inline static int8 Test2() { return 32; } function in struct:TInt8InitPolicy
H A DMessageCStringItemTest.h41 inline static const char* Test2() { return sStr3; } function in struct:TCStringInitPolicy
48 array.push_back(Test2());
H A DMessageInt32ItemTest.h41 inline static int32 Test2() { return 5678; } function in struct:TInt32InitPolicy
H A DMessageMessengerItemTest.h60 inline static BMessenger Test2() { return BMessenger(&sLooper); } function in struct:TMessengerInitPolicy
67 array.push_back(Test2());
H A DMessageBPointItemTest.h38 inline static BPoint Test2() { return BPoint(20.0, 20.0); } function in struct:TPointInitPolicy
H A DMessageBRectItemTest.h38 inline static BRect Test2() { return BRect(5, 6, 7, 8); } function in struct:TBRectInitPolicy
H A DMessageBoolItemTest.h83 inline static bool Test2() { return false; } function in struct:TBoolInitPolicy
H A DMessageBStringItemTest.h112 inline static BString Test2() { return "Supercalafragilistricexpialadocious"; } function in struct:TBStringInitPolicy
119 array.push_back(Test2());
H A DMessageFlattenableItemTest.h147 inline static MyFlattenableType Test2() { return "MyFlattenableType"; } function in struct:TFlattenableInitPolicy
155 array.push_back(Test2());
H A DMessageRefItemTest.h128 static entry_ref Test2() function in struct:TRefInitPolicy
144 array.push_back(Test2());
H A DMessageMessageItemTest.h173 static BMessage Test2() function in struct:TMessageInitPolicy
188 array[2] = Test2();
H A DMessageItemTest.h44 // Type Test2()
161 // Type Test2()
271 Type in2 = InitPolicy::Test2();
369 Type in2 = InitPolicy::Test2();

Completed in 47 milliseconds