Searched refs:rIndex (Results 1 - 2 of 2) sorted by relevance

/haiku/src/tests/kits/app/bmessage/
H A DMessageInt32ItemTest.cpp125 const int rIndex = 2; local
132 CPPUNIT_ASSERT(msg.ReplaceInt32("an int32", rIndex, in2) == B_OK);
133 CPPUNIT_ASSERT(msg.HasInt32("an int32", rIndex));
134 CPPUNIT_ASSERT(msg.FindInt32("an int32", rIndex) == in2);
135 CPPUNIT_ASSERT(msg.FindInt32("an int32", rIndex, &out) == B_OK);
140 CPPUNIT_ASSERT(msg.FindData("an int32", B_INT32_TYPE, rIndex,
H A DMessageItemTest.h371 const int rIndex = 2; local
378 CPPUNIT_ASSERT(FuncPolicy::Replace(msg, "item", rIndex, in2) == B_OK);
379 CPPUNIT_ASSERT(FuncPolicy::Has(msg, "item", rIndex));
380 CPPUNIT_ASSERT(ComparePolicy::Compare(FuncPolicy::QuickFind(msg, "item", rIndex),
382 CPPUNIT_ASSERT(FuncPolicy::Find(msg, "item", rIndex, &out) == B_OK);
387 CPPUNIT_ASSERT(FuncPolicy::FindData(msg, "item", TypeCode, rIndex,

Completed in 100 milliseconds