Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
Dui_task_scheduler.h143 struct NodeCompare { struct
162 using PageDirtySet = std::set<RefPtr<FrameNode>, NodeCompare<RefPtr<FrameNode>>>; argument
Dpipeline_context.h671 struct NodeCompare { struct
672 bool operator()(const T& nodeLeft, const T& nodeRight) const in operator()
/foundation/arkui/ace_engine/frameworks/core/pipeline/
Dpipeline_context.h846 struct NodeCompare { struct
868 auto compare = NodeCompare<decltype(nodeLeft)>(); in operator() argument