OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CacheImpl
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
regexp_cache.h
54
typedef std::tr1::unordered_map<string, const RegExp*>
CacheImpl
;
56
typedef std::map<string, const RegExp*>
CacheImpl
;
69
scoped_ptr<
CacheImpl
> cache_impl_; // protected by lock_
/external/chromium_org/chrome/common/
instant_restricted_id_cache.h
75
typedef base::MRUCache<InstantRestrictedID, T>
CacheImpl
;
77
mutable
CacheImpl
cache_;
78
typename
CacheImpl
::reverse_iterator last_add_start_;
146
for (typename
CacheImpl
::reverse_iterator it = last_add_start_;
158
typename
CacheImpl
::const_iterator cache_it = cache_.Peek(restricted_id);
/external/srec/tools/thirdparty/OpenFst/fst/lib/
cache.h
276
VLOG(2) << "
CacheImpl
: Enter GC: object = " << Type() << "(" << this
305
VLOG(2) << "
CacheImpl
: Exit GC: object = " << Type() << "(" << this
371
class
CacheImpl
: public CacheBaseImpl< CacheState<A> > {
375
CacheImpl
() {}
377
explicit
CacheImpl
(const CacheOptions &opts)
381
DISALLOW_EVIL_CONSTRUCTORS(
CacheImpl
);
/external/openfst/src/include/fst/
cache.h
563
VLOG(2) << "
CacheImpl
: Enter GC: object = " << Type() << "(" << this
593
FSTERROR() << "
CacheImpl
:GC: Unable to free all cached states";
595
VLOG(2) << "
CacheImpl
: Exit GC: object = " << Type() << "(" << this
634
class
CacheImpl
: public CacheBaseImpl< CacheState<A> > {
638
CacheImpl
() {}
640
explicit
CacheImpl
(const CacheOptions &opts)
643
CacheImpl
(const
CacheImpl
<A> &impl, bool preserve_cache = false)
647
void operator=(const
CacheImpl
<State> &impl); // disallow
Completed in 2041 milliseconds