OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NextLeaf
(Results
1 - 4
of
4
) 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(0),
NextLeaf
(0) {}
151
if (PrevLeaf ||
NextLeaf
)
172
const RopePieceBTreeLeaf *getNextLeafInOrder() const { return
NextLeaf
; }
174
assert(PrevLeaf == 0 &&
NextLeaf
== 0 && "Already in ordering");
176
NextLeaf
= Node->
NextLeaf
;
177
if (
NextLeaf
)
[
all
...]
/external/chromium_org/v8/src/
objects-inl.h
[
all
...]
objects.h
[
all
...]
objects.cc
[
all
...]
Completed in 81 milliseconds