HomeSort by relevance Sort by last modified time
    Searched defs:CacheOptions (Results 1 - 3 of 3) 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)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntsecapi.h     [all...]

Completed in 2195 milliseconds