Searched refs:mappedInts (Results 1 – 1 of 1) sorted by relevance
172 int *mappedInts = static_cast<int *>(mapPointer); in TEST_P() local175 EXPECT_EQ(vertexData[cnt], mappedInts[cnt]); in TEST_P()