OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:wrapped_fst
(Results
1 - 1
of
1
) sorted by null
/external/openfst/src/include/fst/
edit-fst.h
668
Fst<A> *
wrapped_fst
= Fst<A>::Read(strm, wrapped_opts);
local
669
if (!
wrapped_fst
) {
672
impl->wrapped_ = static_cast<WrappedFstT *>(
wrapped_fst
);
677
delete
wrapped_fst
;
Completed in 120 milliseconds