Searched defs:GetImplIfCompactFst (Results 1 - 1 of 1) sorted by relevance

/external/openfst/src/include/fst/
H A Dcompact-fst.h909 static Impl* GetImplIfCompactFst(const CompactFst<A, C, U> &compact_fst) { function in class:fst::CompactFst
915 static Impl* GetImplIfCompactFst(const NonCompactFst& fst) { function in class:fst::CompactFst
939 if (Impl* impl = GetImplIfCompactFst(fst)) {

Completed in 73 milliseconds