Searched refs:boolread (Results 1 – 2 of 2) sorted by relevance
1438 vector<bool> boolread; in ReadVectorTestDataFunc01() local1444 bool result = parcel.ReadBoolVector(&boolread); in ReadVectorTestDataFunc01()1447 EXPECT_EQ(data.booltest[i], boolread[i]); in ReadVectorTestDataFunc01()
1465 vector<bool> boolread; in ReadVectorTestData() local1474 bool result = parcel.ReadBoolVector(&boolread); in ReadVectorTestData()1476 LoopReadVectorCmpData(data.booltest, boolread, in ReadVectorTestData()