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

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dcache.h59 class CacheBaseImpl : public VectorFstBaseImpl<S> { class in namespace:fst
70 CacheBaseImpl() function in class:fst::CacheBaseImpl
78 explicit CacheBaseImpl(const CacheOptions &opts) function in class:fst::CacheBaseImpl
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
[all...]
H A Dfactor-weight.h143 using CacheBaseImpl< CacheState<A> >::HasStart;
144 using CacheBaseImpl< CacheState<A> >::HasFinal;
145 using CacheBaseImpl< CacheState<A> >::HasArcs;
H A Drmepsilon.h322 using CacheBaseImpl< CacheState<A> >::HasStart;
323 using CacheBaseImpl< CacheState<A> >::HasFinal;
324 using CacheBaseImpl< CacheState<A> >::HasArcs;
H A Dsynchronize.h47 using CacheBaseImpl< CacheState<A> >::HasStart;
48 using CacheBaseImpl< CacheState<A> >::HasFinal;
49 using CacheBaseImpl< CacheState<A> >::HasArcs;
H A Dcompose.h96 using CacheBaseImpl< CacheState<A> >::HasStart;
97 using CacheBaseImpl< CacheState<A> >::HasFinal;
98 using CacheBaseImpl< CacheState<A> >::HasArcs;
H A Ddeterminize.h126 using CacheBaseImpl< CacheState<A> >::HasStart;
127 using CacheBaseImpl< CacheState<A> >::HasFinal;
128 using CacheBaseImpl< CacheState<A> >::HasArcs;

Completed in 40 milliseconds