OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fBranchStack
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/icu/source/common/
triedict.cpp
252
UVector32
fBranchStack
; // Stack of which branch we are working on
266
: fNodeStack(status),
fBranchStack
(status) {
269
fBranchStack
.push(kLessThan, status);
286
StackBranch where = (StackBranch)
fBranchStack
.peeki();
294
fBranchStack
.setElementAt(kEqual,
fBranchStack
.size()-1);
296
where = (StackBranch)
fBranchStack
.push(kLessThan, status);
308
fBranchStack
.setElementAt(kGreaterThan,
fBranchStack
.size()-1);
312
where = (StackBranch)
fBranchStack
.push(kLessThan, status)
[
all
...]
/external/chromium_org/third_party/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();
695
branchBalance =
fBranchStack
.count() - branchBalance;
698
Branch& branch =
fBranchStack
.index(branchIndex++);
722
while (
fBranchStack
.top().fDone == Branch::kIsDone)
723
fBranchStack
.pop()
[
all
...]
SkScript2.h
254
SkTDStack<Branch>
fBranchStack
; // logical operators, slot to store forward branch
/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();
695
branchBalance =
fBranchStack
.count() - branchBalance;
698
Branch& branch =
fBranchStack
.index(branchIndex++);
722
while (
fBranchStack
.top().fDone == Branch::kIsDone)
723
fBranchStack
.pop()
[
all
...]
SkScript2.h
254
SkTDStack<Branch>
fBranchStack
; // logical operators, slot to store forward branch
Completed in 120 milliseconds