Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/
H A Drs_marshalling_helper.h154 static bool UnmarshallingVec(Parcel& parcel, std::vector<T>& val) in UnmarshallingVec() function
196 if (!UnmarshallingVec(parcel, tmp)) { in UnmarshallingVec2()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_marshalling_helper_test.cpp1335 EXPECT_TRUE(RSMarshallingHelper::UnmarshallingVec(parcel, val));