Searched refs:branched (Results 1 – 7 of 7) sorted by relevance
981 assert(!branched() && "Cannot acces leaf data in branched root"); in rootLeaf()985 assert(!branched() && "Cannot acces leaf data in branched root"); in rootLeaf()989 assert(branched() && "Cannot access branch data in non-branched root"); in rootBranchData()993 assert(branched() && "Cannot access branch data in non-branched root"); in rootBranchData()1025 bool branched() const { return height > 0; } in branched() function1052 return !branched() ? rootLeaf().start(0) : rootBranchStart(); in start()1058 return !branched() ? rootLeaf().stop(rootSize - 1) : in stop()1066 return branched() ? treeSafeLookup(x, NotFound) :1074 if (branched() || rootSize == RootLeaf::Capacity) in insert()1134 assert(branched() && "treeLookup assumes a branched root"); in treeSafeLookup()[all …]
991 assert(!branched() && "Cannot acces leaf data in branched root"); in rootLeaf()995 assert(!branched() && "Cannot acces leaf data in branched root"); in rootLeaf()999 assert(branched() && "Cannot access branch data in non-branched root"); in rootBranchData()1003 assert(branched() && "Cannot access branch data in non-branched root"); in rootBranchData()1035 bool branched() const { return height > 0; } in branched() function1062 return !branched() ? rootLeaf().start(0) : rootBranchStart(); in start()1068 return !branched() ? rootLeaf().stop(rootSize - 1) : in stop()1076 return branched() ? treeSafeLookup(x, NotFound) :1084 if (branched() || rootSize == RootLeaf::Capacity) in insert()1144 assert(branched() && "treeLookup assumes a branched root"); in treeSafeLookup()[all …]
257 # The state that branched to here must have pushed a return state
448 branched to, using a goto, in the event of failure. A common source
1126 ; A block can be "branched to" from another even if it is also reachable via
13085 - We have "branched" the source-tree at a few places. Checkout the CVS sources