Home
last modified time | relevance | path

Searched refs:ShortFind (Results 1 – 7 of 7) sorted by relevance

/haiku/src/tests/kits/app/bmessage/
H A DMessageBStringItemTest.h29 static status_t ShortFind(BMessage& msg, const char* name, BString* data);
56 inline status_t TBStringFuncPolicy::ShortFind(BMessage& msg, const char* name, in ShortFind() function
H A DMessageItemTest.h104 static status_t ShortFind(BMessage& msg, const char* name, Type* val) in ShortFind() function
212 CPPUNIT_ASSERT(FuncPolicy::ShortFind(msg, "item", &out) == B_NAME_NOT_FOUND); in MessageItemTest1()
244 CPPUNIT_ASSERT(FuncPolicy::ShortFind(msg, "item", &out) == B_OK); in MessageItemTest2()
277 CPPUNIT_ASSERT(FuncPolicy::ShortFind(msg, "item", &out) == B_OK); in MessageItemTest3()
415 CPPUNIT_ASSERT(FuncPolicy::ShortFind(msg, "item", &out) == B_OK); in MessageItemTest7()
504 CPPUNIT_ASSERT(FuncPolicy::ShortFind(msg, NULL, &out) == B_BAD_VALUE); in MessageItemTest10()
539 CPPUNIT_ASSERT(FuncPolicy::ShortFind(msg, "item", &out) == B_OK); in MessageItemTest11()
H A DMessageMessageItemTest.h31 static status_t ShortFind(BMessage& msg, const char* name, BMessage* val);
70 inline status_t TMessageFuncPolicy::ShortFind(BMessage& msg, const char* name, in ShortFind() function
H A DMessagePointerItemTest.h32 static status_t ShortFind(BMessage& msg, const char* name, const void** val) in ShortFind() function
H A DMessageMessengerItemTest.h34 static status_t ShortFind(BMessage& msg, const char* name, BMessenger* val) in ShortFind() function
H A DMessageRefItemTest.h36 static status_t ShortFind(BMessage& msg, const char* name, entry_ref* val) in ShortFind() function
H A DMessageFlattenableItemTest.h106 static status_t ShortFind(BMessage& msg, const char* name, MyFlattenableType* val) in ShortFind() function