OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onstack_
(Results
1 - 2
of
2
) sorted by null
/external/srec/tools/thirdparty/OpenFst/fst/lib/
connect.h
70
onstack_
= new vector<bool>;
84
onstack_
->push_back(false);
88
(*
onstack_
)[s] = true;
122
(*
onstack_
)[t] && (*dfnumber_)[t] < (*lowlink_)[s])
147
(*
onstack_
)[t] = false;
173
delete
onstack_
;
189
vector<bool> *
onstack_
; // is a state on the SCC stack
member in class:fst::SccVisitor
/external/openfst/src/include/fst/
connect.h
164
(*
onstack_
)[t] && (*dfnumber_)[t] < (*lowlink_)[s])
182
delete
onstack_
;
198
vector<bool> *
onstack_
; // is a state on the SCC stack
member in class:fst::SccVisitor
223
onstack_
= new vector<bool>;
238
onstack_
->push_back(false);
242
(*
onstack_
)[s] = true;
275
(*
onstack_
)[t] = false;
Completed in 821 milliseconds