Searched refs:msg2 (Results 1 - 4 of 4) sorted by relevance

/haiku/src/tests/kits/app/bmessage/
H A DMessageOpAssignTest.cpp24 BMessage msg2; local
25 msg2 = msg1;
26 CPPUNIT_ASSERT(msg2.what == msg1.what);
H A DMessageConstructTest.cpp60 BMessage msg2(msg1);
61 CPPUNIT_ASSERT(msg2.what == msg1.what);
62 ConfirmNullConstruction(msg2);
H A DMessageItemTest.h536 BMessage msg2; local
538 CPPUNIT_ASSERT(msg2.Unflatten(buf) == B_OK);
572 BMessage msg2; local
576 CPPUNIT_ASSERT(msg2.Unflatten(buf) == B_OK);
/haiku/src/tests/kits/storage/
H A DMimeTypeTest.cpp105 static bool operator==(BMessage &msg1, BMessage &msg2);
106 static bool operator!=(BMessage &msg1, BMessage &msg2);
275 operator==(BMessage &msg1, BMessage &msg2) { argument
279 if (msg1.what != msg2.what)
285 msg2.PrintToStream();
292 count2 = msg2.CountNames(B_ANY_TYPE);
297 // with the same name exists in msg2, is of the same type, and
307 err = msg2.GetInfo(name, &typeFound2, &countFound2);
318 err = msg2.FindData(name, typeFound2, j, (const void**)&data2, &bytes2);
329 operator!=(BMessage &msg1, BMessage &msg2) { argument
2278 types_fields_are_identical(const BMessage &msg1, const BMessage &msg2) argument
2735 BMessage msg1, msg2; local
[all...]

Completed in 157 milliseconds