Home
last modified time | relevance | path

Searched refs:MarshallingArray (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_marshalling_helper_test.cpp1292 EXPECT_TRUE(RSMarshallingHelper::MarshallingArray(parcel, &val, 0));
1293 EXPECT_TRUE(RSMarshallingHelper::MarshallingArray(parcel, &val, 1));
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/
H A Drs_marshalling_helper.h117 static bool MarshallingArray(Parcel& parcel, const T* val, int count) in MarshallingArray() function