Searched defs:FrameNodeSnapshot (Results 1 – 1 of 1) sorted by relevance
31 struct FrameNodeSnapshot { struct34 int32_t nodeId = -1;35 int32_t parentNodeId = -1;36 std::string tag;60 std::list<FrameNodeSnapshot> hitTestTree; argument