ShortFind
static status_t ShortFind(BMessage& msg, const char* name, BString* data);
static status_t ShortFind(BMessage& msg, const char* name, MyFlattenableType* val)
static status_t ShortFind(BMessage& msg, const char* name, Type* val)
CPPUNIT_ASSERT(FuncPolicy::ShortFind(msg, "item", &out) == B_NAME_NOT_FOUND);
CPPUNIT_ASSERT(FuncPolicy::ShortFind(msg, "item", &out) == B_OK);
CPPUNIT_ASSERT(FuncPolicy::ShortFind(msg, "item", &out) == B_OK);
CPPUNIT_ASSERT(FuncPolicy::ShortFind(msg, "item", &out) == B_OK);
CPPUNIT_ASSERT(FuncPolicy::ShortFind(msg, NULL, &out) == B_BAD_VALUE);
CPPUNIT_ASSERT(FuncPolicy::ShortFind(msg, "item", &out) == B_OK);
static status_t ShortFind(BMessage& msg, const char* name, BMessage* val);
static status_t ShortFind(BMessage& msg, const char* name, BMessenger* val)
static status_t ShortFind(BMessage& msg, const char* name, const void** val)
static status_t ShortFind(BMessage& msg, const char* name, entry_ref* val)