Searched refs:RelabelFstImpl (Results 1 - 1 of 1) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Drelabel.h138 // \class RelabelFstImpl
147 class RelabelFstImpl : public CacheImpl<A> { class in namespace:fst
164 RelabelFstImpl(const Fst<A>& fst, function in class:fst::RelabelFstImpl
191 RelabelFstImpl(const Fst<A>& fst, function in class:fst::RelabelFstImpl
229 ~RelabelFstImpl() { delete fst_; }
306 DISALLOW_EVIL_CONSTRUCTORS(RelabelFstImpl);
332 impl_(new RelabelFstImpl<A>(fst, ipairs, opairs, RelabelFstOptions())) {}
338 : impl_(new RelabelFstImpl<A>(fst, ipairs, opairs, opts)) {}
343 impl_(new RelabelFstImpl<A>(fst, new_isymbols, new_osymbols,
350 : impl_(new RelabelFstImpl<
[all...]

Completed in 37 milliseconds