Searched refs:padRead (Results 1 – 3 of 3) sorted by relevance
502 …const struct Padded* padRead = reinterpret_cast<const struct Padded*>(ReadBuffer(&io, sizeof(struc… variable503 EXPECT_EQ(pad.title, padRead->title);504 EXPECT_EQ(pad.handle, padRead->handle);505 EXPECT_EQ(pad.cookie, padRead->cookie);
1328 …const struct Padded *padRead = reinterpret_cast<const struct Padded *>(parcel.ReadBuffer(sizeof(st… variable1329 ValidatePadded(*padRead, pad);
1317 const struct Padded *padRead = in BENCHMARK_F() local1319 ValidatePadded(*padRead, pad, state); in BENCHMARK_F()