Home
last modified time | relevance | path

Searched refs:padRead (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/test/serializer/
H A Dutils_serializer_test.cpp502 …const struct Padded* padRead = reinterpret_cast<const struct Padded*>(ReadBuffer(&io, sizeof(struc… variable
503 EXPECT_EQ(pad.title, padRead->title);
504 EXPECT_EQ(pad.handle, padRead->handle);
505 EXPECT_EQ(pad.cookie, padRead->cookie);
/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_parcel_test.cpp1328 …const struct Padded *padRead = reinterpret_cast<const struct Padded *>(parcel.ReadBuffer(sizeof(st… variable
1329 ValidatePadded(*padRead, pad);
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/parcel_benchmark_test/
H A Dparcel_benchmark_test.cpp1317 const struct Padded *padRead = in BENCHMARK_F() local
1319 ValidatePadded(*padRead, pad, state); in BENCHMARK_F()