Lines Matching refs:VectorFst
49 // VectorFst and CompactFst, for example, are both well-behaved in this regard.
65 // thread-safe for reading (VectorFst, for example, has this property)
68 typename MutableFstT = VectorFst<A> >
314 // A mutable fst (by default, a VectorFst) to contain new states, and/or
345 // of type MutableFstT (defaults to VectorFst<A>) and not a pointer,
383 // thread-safe for reading (VectorFst, for example, has this property)
386 typename MutableFstT = VectorFst<A> >
400 // a VectorFst--more precisely, a VectorFstImpl instance--but with slightly
647 // and do what default constructor does: set wrapped_ to a new VectorFst
689 typename MutableFstT = VectorFst<A> >