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 143 using CacheBaseImpl< CacheState<A> >::HasStart;
144 using CacheBaseImpl< CacheState<A> >::HasFinal;
145 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 126 using CacheBaseImpl< CacheState<A> >::HasStart;
127 using CacheBaseImpl< CacheState<A> >::HasFinal;
128 using CacheBaseImpl< CacheState<A> >::HasArcs;
rmepsilon.h 322 using CacheBaseImpl< CacheState<A> >::HasStart;
323 using CacheBaseImpl< CacheState<A> >::HasFinal;
324 using CacheBaseImpl< CacheState<A> >::HasArcs;
compose.h 96 using CacheBaseImpl< CacheState<A> >::HasStart;
97 using CacheBaseImpl< CacheState<A> >::HasFinal;
98 using CacheBaseImpl< CacheState<A> >::HasArcs;
    [all...]

Completed in 384 milliseconds