OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fBranchStack
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/common/
triedict.cpp
232
UVector32
fBranchStack
; // Stack of which branch we are working on
246
: fNodeStack(status),
fBranchStack
(status) {
249
fBranchStack
.push(kLessThan, status);
266
StackBranch where = (StackBranch)
fBranchStack
.peeki();
274
fBranchStack
.setElementAt(kEqual,
fBranchStack
.size()-1);
276
where = (StackBranch)
fBranchStack
.push(kLessThan, status);
288
fBranchStack
.setElementAt(kGreaterThan,
fBranchStack
.size()-1);
292
where = (StackBranch)
fBranchStack
.push(kLessThan, status)
[
all
...]
/external/skia/src/animator/
SkScriptTokenizer.cpp
128
fBranchStack
.push(branch);
140
int limit =
fBranchStack
.count() - 1;
142
Branch& branch =
fBranchStack
.index(index);
147
while (
fBranchStack
.top().fDone == Branch::kIsDone)
148
fBranchStack
.pop();
479
int branchBalance =
fBranchStack
.count();
697
branchBalance =
fBranchStack
.count() - branchBalance;
700
Branch& branch =
fBranchStack
.index(branchIndex++);
724
while (
fBranchStack
.top().fDone == Branch::kIsDone)
725
fBranchStack
.pop()
[
all
...]
SkScript2.h
254
SkTDStack<Branch>
fBranchStack
; // logical operators, slot to store forward branch
Completed in 168 milliseconds