OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:efst
(Results
1 - 3
of
3
) sorted by null
/external/srec/tools/thirdparty/OpenFst/fst/lib/
expanded-fst.h
84
const ExpandedFst<Arc> *
efst
= down_cast<const ExpandedFst<Arc> *>(&fst);
local
85
return
efst
->NumStates();
/external/openfst/src/test/
fst_test.h
237
ExpandedFst<Arc> *
efst
= ExpandedFst<Arc>::Read(filename);
local
238
CHECK(
efst
);
239
TestBase(*
efst
);
240
TestExpanded(*
efst
);
241
delete
efst
;
/external/openfst/src/include/fst/
expanded-fst.h
177
const ExpandedFst<Arc> *
efst
= static_cast<const ExpandedFst<Arc> *>(&fst);
local
178
return
efst
->NumStates();
Completed in 223 milliseconds