Home
last modified time | relevance | path

Searched refs:typed_impl (Results 1 – 2 of 2) sorted by relevance

/external/openfst/src/include/fst/script/
Dweight-class.h166 WeightClassImpl<W> *typed_impl = in GetWeight() local
168 return &typed_impl->weight; in GetWeight()
Dfst-class.h223 FstClassImpl<Arc> *typed_impl = static_cast<FstClassImpl<Arc> *>(impl_); in GetFst() local
224 return typed_impl->GetImpl(); in GetFst()