Searched defs:RemoveNode (Results 1 – 6 of 6) sorted by relevance
93 struct RemoveNode { struct105 using Change = std::variant<ReplaceWithSingleNode, ReplaceWithMultipleNodes, RemoveNode, ChangeText… argument
79 void RemoveNode(const std::string &key) in RemoveNode() function
82 void RemoveNode(T *node) in RemoveNode() function
218 JSTaggedValue TaggedHashArray::RemoveNode(JSThread *thread, int hash, JSTaggedValue key) in RemoveNode() function in panda::ecmascript::TaggedHashArray
218 void TaggedList<Derived>::RemoveNode(JSThread *thread, int prevDataIndex) in RemoveNode() function in panda::ecmascript::TaggedList
562 void RemoveNode(TreapNode*& n) in RemoveNode() function