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

/external/openfst/src/include/fst/
H A Dvector-fst.h42 class VectorFstBaseImpl : public FstImpl<typename State::Arc> { class in namespace:fst
48 VectorFstBaseImpl() : start_(kNoStateId) {} function in class:fst::VectorFstBaseImpl
50 ~VectorFstBaseImpl() {
161 DISALLOW_COPY_AND_ASSIGN(VectorFstBaseImpl);
179 // This is a VectorFstBaseImpl container that holds VectorState's. It
182 class VectorFstImpl : public VectorFstBaseImpl< VectorState<A> > {
190 using VectorFstBaseImpl<VectorState<A> >::Start;
191 using VectorFstBaseImpl<VectorState<A> >::NumStates;
192 using VectorFstBaseImpl<VectorState<A> >::GetState;
193 using VectorFstBaseImpl<VectorStat
[all...]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dvector-fst.h36 class VectorFstBaseImpl : public FstImpl<typename State::Arc> { class in namespace:fst
42 VectorFstBaseImpl() : start_(kNoStateId) {} function in class:fst::VectorFstBaseImpl
44 ~VectorFstBaseImpl() {
155 DISALLOW_EVIL_CONSTRUCTORS(VectorFstBaseImpl);
173 // This is a VectorFstBaseImpl container that holds VectorState's. It
176 class VectorFstImpl : public VectorFstBaseImpl< VectorState<A> > {
183 using VectorFstBaseImpl<VectorState<A> >::Start;
184 using VectorFstBaseImpl<VectorState<A> >::NumStates;
188 typedef VectorFstBaseImpl< VectorState<A> > BaseImpl;

Completed in 221 milliseconds