Home
last modified time | relevance | path

Searched defs:T1 (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/
H A Drs_marshalling_helper.h391 static bool Marshalling(Parcel& parcel, const std::pair<T1, T2>& val) in Marshalling()
396 static bool Unmarshalling(Parcel& parcel, std::pair<T1, T2>& val) in Unmarshalling()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/base/include/
H A Dark_web_types.h200 R ArkWebBasicMapClassToStruct(const std::map<T1, T2>& class_value) in ArkWebBasicMapClassToStruct()
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dvendor_helper.cpp47 …List(const T1 *array, uint32_t count, std::vector<T2> &list, bool (*convertType)(const T1 &, T2 &)) in ConvertArrayToList()