Searched defs:hasNodeUpdateFunc (Results 1 – 3 of 3) sorted by relevance
48 std::function<bool(int32_t)> hasNodeUpdateFunc; member
123 void SetHasNodeUpdateFunc(std::function<bool(int32_t)>&& hasNodeUpdateFunc) in SetHasNodeUpdateFunc()
637 auto hasNodeUpdateFunc = [weak = AceType::WeakClaim(this)](int32_t nodeId) -> bool { in CreateViewNode() local