Searched refs:rootLeaf (Results 1 – 1 of 1) sorted by relevance
987 const RootLeaf &rootLeaf() const { in rootLeaf() function991 RootLeaf &rootLeaf() { in rootLeaf() function1023 rootLeaf().~RootLeaf(); in switchRootToBranch()1031 new(&rootLeaf()) RootLeaf(); in switchRootToLeaf()1045 new(&rootLeaf()) RootLeaf(); in IntervalMap()1050 rootLeaf().~RootLeaf(); in ~IntervalMap()1061 return !branched() ? rootLeaf().start(0) : rootBranchStart(); in start()1067 return !branched() ? rootLeaf().stop(rootSize - 1) : in stop()1076 rootLeaf().safeLookup(x, NotFound);1087 unsigned p = rootLeaf().findFrom(0, rootSize, a); in insert()[all …]