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

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
cache.h 59 class CacheBaseImpl : public VectorFstBaseImpl<S> {
70 CacheBaseImpl()
78 explicit CacheBaseImpl(const CacheOptions &opts)
85 ~CacheBaseImpl() {
338 DISALLOW_EVIL_CONSTRUCTORS(CacheBaseImpl);
342 const size_t CacheBaseImpl<S>::kMinCacheLimit = 8096;
369 // A CacheBaseImpl with a commonly used CacheState.
371 class CacheImpl : public CacheBaseImpl< CacheState<A> > {
378 : CacheBaseImpl< CacheState<A> >(opts) {}
385 // Use this to make a state iterator for a CacheBaseImpl-derived Fst
    [all...]
factor-weight.h 141 using CacheBaseImpl< CacheState<A> >::HasStart;
142 using CacheBaseImpl< CacheState<A> >::HasFinal;
143 using CacheBaseImpl< CacheState<A> >::HasArcs;
synchronize.h 47 using CacheBaseImpl< CacheState<A> >::HasStart;
48 using CacheBaseImpl< CacheState<A> >::HasFinal;
49 using CacheBaseImpl< CacheState<A> >::HasArcs;
determinize.h 124 using CacheBaseImpl< CacheState<A> >::HasStart;
125 using CacheBaseImpl< CacheState<A> >::HasFinal;
126 using CacheBaseImpl< CacheState<A> >::HasArcs;
rmepsilon.h 320 using CacheBaseImpl< CacheState<A> >::HasStart;
321 using CacheBaseImpl< CacheState<A> >::HasFinal;
322 using CacheBaseImpl< CacheState<A> >::HasArcs;
compose.h 95 using CacheBaseImpl< CacheState<A> >::HasStart;
96 using CacheBaseImpl< CacheState<A> >::HasFinal;
97 using CacheBaseImpl< CacheState<A> >::HasArcs;
    [all...]

Completed in 709 milliseconds