Searched refs:UnmarshalNode (Results 1 - 2 of 2) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler_base.cpp | 653 UnmarshalNode(context, data, fileVersion); in UnmarshalNodes() 673 void RSProfiler::UnmarshalNode(RSContext& context, std::stringstream& data, uint32_t fileVersion) in UnmarshalNode() function in RSProfiler 704 UnmarshalNode(context, data, nodeId, fileVersion); in UnmarshalNode() 707 void RSProfiler::UnmarshalNode(RSContext& context, std::stringstream& data, NodeId nodeId, uint32_t fileVersion) in UnmarshalNode() function in RSProfiler
|
H A D | rs_profiler.h | 271 RSB_EXPORT static void UnmarshalNode(RSContext& context, std::stringstream& data, uint32_t fileVersion); 272 RSB_EXPORT static void UnmarshalNode(
|
Completed in 4 milliseconds