Searched refs:SNodeId (Results 1 – 1 of 1) sorted by relevance
473 struct SNodeId { struct476 explicit SNodeId(int Id) : Id(Id) {} in SNodeId() argument477 explicit SNodeId() = default;480 SNodeId &operator++() { return ++Id, *this; } in operator ++() argument481 SNodeId &operator--() { return --Id, *this; } in operator --() argument482 SNodeId operator+(int Other) const { return SNodeId(Id + Other); } in operator +() argument492 std::vector<SNodeId> LeftMostDescendants;495 std::vector<SNodeId> KeyRoots;503 NodeId getIdInRoot(SNodeId Id) const { in getIdInRoot()507 const Node &getNode(SNodeId Id) const { in getNode()[all …]