Searched defs:LeakyLazyInstanceTraits (Results 1 - 2 of 2) sorted by relevance

/external/chromium/base/
H A Dlazy_instance.h65 struct LeakyLazyInstanceTraits { struct in namespace:base
74 // LeakyLazyInstanceTraits in contexts where you don't have an
80 void (*LeakyLazyInstanceTraits<Type>::Delete)(void* instance) = NULL;
139 // Traits::Delete will be null for LeakyLazyInstanceTraits
/external/chromium_org/base/
H A Dlazy_instance.h84 // base::LazyInstance<T, base::internal::LeakyLazyInstanceTraits<T> >
90 struct LeakyLazyInstanceTraits { struct in namespace:base::internal
132 typedef LazyInstance<Type, internal::LeakyLazyInstanceTraits<Type> > Leaky;

Completed in 141 milliseconds