HomeSort by relevance Sort by last modified time
    Searched refs:NextLeaf (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/Rewrite/Core/
RewriteRope.cpp 133 /// NextLeaf field. This allows the B+Tree forward iterator to be constant
144 /// NextLeaf - This is a pointer to the next leaf in the tree, allowing
146 RopePieceBTreeLeaf **PrevLeaf, *NextLeaf;
149 PrevLeaf(nullptr), NextLeaf(nullptr) {}
151 if (PrevLeaf || NextLeaf)
172 const RopePieceBTreeLeaf *getNextLeafInOrder() const { return NextLeaf; }
174 assert(!PrevLeaf && !NextLeaf && "Already in ordering");
176 NextLeaf = Node->NextLeaf;
177 if (NextLeaf)
    [all...]
  /external/chromium_org/v8/src/
objects.h     [all...]
objects.cc     [all...]

Completed in 322 milliseconds