OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ifst
(Results
76 - 76
of
76
) sorted by null
1
2
3
4
/external/openfst/src/include/fst/
fst.h
929
template<class F, class G> void Cast(const F &
ifst
, G *ofst) {
930
ofst->SetImpl(reinterpret_cast<typename G::Impl *>(
ifst
.GetImpl()), false);
Completed in 53 milliseconds
1
2
3
4