OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fBranchStack
(Results
1 - 2
of
2
) 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/
SkScript2.h
247
SkTDStack<Branch>
fBranchStack
; // logical operators, slot to store forward branch
Completed in 122 milliseconds