HomeSort by relevance Sort by last modified time
    Searched refs:ArcIteratorBase (Results 1 - 6 of 6) sorted by null

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
fst.h 289 class ArcIteratorBase {
294 virtual ~ArcIteratorBase() {}
305 ArcIteratorBase<A> *base; // Specialized iterator if non-zero
mutable-fst.h 116 class MutableArcIteratorBase : public ArcIteratorBase<A> {
complement.h 215 class ArcIterator< ComplementFst<A> > : public ArcIteratorBase<A> {
  /external/openfst/src/include/fst/
complement.h 234 class ArcIterator< ComplementFst<A> > : public ArcIteratorBase<A> {
mutable-fst.h 159 class MutableArcIteratorBase : public ArcIteratorBase<A> {
fst.h 393 class ArcIteratorBase {
398 virtual ~ArcIteratorBase() {}
428 ArcIteratorBase<A> *base; // Specialized iterator if non-zero

Completed in 296 milliseconds