OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:context_q
(Results
1 - 1
of
1
) sorted by null
/external/openfst/src/include/fst/extensions/ngram/
ngram-fst.h
454
queue<StateId>
context_q
;
local
455
context_q
.push(context_fst.Start());
457
while (!
context_q
.empty()) {
458
const StateId &state =
context_q
.front();
477
context_q
.push(arc.nextstate);
492
context_q
.pop();
Completed in 163 milliseconds