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

/external/openfst/src/include/fst/
H A Dcache.h103 class CacheBaseImpl : public VectorFstBaseImpl<S> { class in namespace:fst
120 explicit CacheBaseImpl(C *allocator = 0) function in class:fst::CacheBaseImpl
131 explicit CacheBaseImpl(const CacheOptions &opts, C *allocator = 0) function in class:fst::CacheBaseImpl
143 CacheBaseImpl(const CacheBaseImpl<S, C> &impl, bool preserve_cache = false) argument
178 ~CacheBaseImpl() {
497 void operator=(const CacheBaseImpl<S, C> &impl); // disallow
502 S *CacheBaseImpl<S, C>::ExtendState(typename S::Arc::StateId s) {
559 void CacheBaseImpl<S, C>::GC(typename S::Arc::StateId current,
602 template <class S, class C> const uint32 CacheBaseImpl<
[all...]
H A Dfactor-weight.h160 using CacheBaseImpl< CacheState<A> >::PushArc;
161 using CacheBaseImpl< CacheState<A> >::HasStart;
162 using CacheBaseImpl< CacheState<A> >::HasFinal;
163 using CacheBaseImpl< CacheState<A> >::HasArcs;
164 using CacheBaseImpl< CacheState<A> >::SetArcs;
165 using CacheBaseImpl< CacheState<A> >::SetFinal;
166 using CacheBaseImpl< CacheState<A> >::SetStart;
H A Drmepsilon.h386 using CacheBaseImpl< CacheState<A> >::PushArc;
387 using CacheBaseImpl< CacheState<A> >::HasArcs;
388 using CacheBaseImpl< CacheState<A> >::HasFinal;
389 using CacheBaseImpl< CacheState<A> >::HasStart;
390 using CacheBaseImpl< CacheState<A> >::SetArcs;
391 using CacheBaseImpl< CacheState<A> >::SetFinal;
392 using CacheBaseImpl< CacheState<A> >::SetStart;
H A Dsynchronize.h56 using CacheBaseImpl< CacheState<A> >::PushArc;
57 using CacheBaseImpl< CacheState<A> >::HasArcs;
58 using CacheBaseImpl< CacheState<A> >::HasFinal;
59 using CacheBaseImpl< CacheState<A> >::HasStart;
60 using CacheBaseImpl< CacheState<A> >::SetArcs;
61 using CacheBaseImpl< CacheState<A> >::SetFinal;
62 using CacheBaseImpl< CacheState<A> >::SetStart;
H A Drandgen.h335 using CacheBaseImpl< CacheState<B> >::AddArc;
336 using CacheBaseImpl< CacheState<B> >::HasArcs;
337 using CacheBaseImpl< CacheState<B> >::HasFinal;
338 using CacheBaseImpl< CacheState<B> >::HasStart;
339 using CacheBaseImpl< CacheState<B> >::SetArcs;
340 using CacheBaseImpl< CacheState<B> >::SetFinal;
341 using CacheBaseImpl< CacheState<B> >::SetStart;
H A Dcompose.h112 using CacheBaseImpl< CacheState<A> >::HasStart;
113 using CacheBaseImpl< CacheState<A> >::HasFinal;
114 using CacheBaseImpl< CacheState<A> >::HasArcs;
115 using CacheBaseImpl< CacheState<A> >::SetFinal;
116 using CacheBaseImpl< CacheState<A> >::SetStart;
215 using CacheBaseImpl<CacheState<Arc> >::SetArcs;
H A Ddeterminize.h362 using CacheBaseImpl< CacheState<A> >::HasStart;
363 using CacheBaseImpl< CacheState<A> >::HasFinal;
364 using CacheBaseImpl< CacheState<A> >::HasArcs;
365 using CacheBaseImpl< CacheState<A> >::SetFinal;
366 using CacheBaseImpl< CacheState<A> >::SetStart;
696 using CacheBaseImpl< CacheState<A> >::GetCacheGc;
697 using CacheBaseImpl< CacheState<A> >::GetCacheLimit;
/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.h141 using CacheBaseImpl< CacheState<A> >::HasStart;
142 using CacheBaseImpl< CacheState<A> >::HasFinal;
143 using CacheBaseImpl< CacheState<A> >::HasArcs;
H A Drmepsilon.h320 using CacheBaseImpl< CacheState<A> >::HasStart;
321 using CacheBaseImpl< CacheState<A> >::HasFinal;
322 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.h95 using CacheBaseImpl< CacheState<A> >::HasStart;
96 using CacheBaseImpl< CacheState<A> >::HasFinal;
97 using CacheBaseImpl< CacheState<A> >::HasArcs;
H A Ddeterminize.h124 using CacheBaseImpl< CacheState<A> >::HasStart;
125 using CacheBaseImpl< CacheState<A> >::HasFinal;
126 using CacheBaseImpl< CacheState<A> >::HasArcs;
/external/openfst/src/include/fst/extensions/pdt/
H A Dexpand.h70 using CacheBaseImpl< CacheState<A> >::PushArc;
71 using CacheBaseImpl< CacheState<A> >::HasArcs;
72 using CacheBaseImpl< CacheState<A> >::HasFinal;
73 using CacheBaseImpl< CacheState<A> >::HasStart;
74 using CacheBaseImpl< CacheState<A> >::SetArcs;
75 using CacheBaseImpl< CacheState<A> >::SetFinal;
76 using CacheBaseImpl< CacheState<A> >::SetStart;

Completed in 3852 milliseconds