OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CacheOptions
(Results
1 - 2
of
2
) sorted by null
/external/srec/tools/thirdparty/OpenFst/fst/lib/
cache.h
32
struct
CacheOptions
{
37
CacheOptions
(bool g, size_t l) : gc(g), gc_limit(l) {}
38
CacheOptions
()
78
explicit CacheBaseImpl(const
CacheOptions
&opts)
377
explicit CacheImpl(const
CacheOptions
&opts)
/external/openfst/src/include/fst/
cache.h
37
struct
CacheOptions
{
41
CacheOptions
(bool g, size_t l) : gc(g), gc_limit(l) {}
42
CacheOptions
()
131
explicit CacheBaseImpl(const
CacheOptions
&opts, C *allocator = 0)
640
explicit CacheImpl(const
CacheOptions
&opts)
Completed in 153 milliseconds