OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CacheBaseImpl
(Results
1 - 2
of
2
) 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
...]
/external/openfst/src/include/fst/
cache.h
103
class
CacheBaseImpl
: public VectorFstBaseImpl<S> {
120
explicit
CacheBaseImpl
(C *allocator = 0)
131
explicit
CacheBaseImpl
(const CacheOptions &opts, C *allocator = 0)
143
CacheBaseImpl
(const
CacheBaseImpl
<S, C> &impl, bool preserve_cache = false)
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
<S, C>::kCacheFinal
[
all
...]
Completed in 80 milliseconds