OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:root_fst_
(Results
1 - 1
of
1
) sorted by null
/external/openfst/src/include/fst/
replace-util.h
177
Label
root_fst_
; // root Fst ID
member in class:fst::ReplaceUtil
210
root_fst_
= nonterminal_hash_[root_label_];
211
if (!
root_fst_
)
232
root_fst_
= nonterminal_hash_[root_label];
233
if (!
root_fst_
)
242
:
root_fst_
(root_fst),
254
root_label_ = nonterminal_array_[
root_fst_
];
276
depfst_.SetStart(
root_fst_
);
325
if (j ==
root_fst_
) // can't replace root
Completed in 54 milliseconds