Home
last modified time | relevance | path

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

/external/libchrome/base/
Dlazy_instance.h109 struct LeakyLazyInstanceTraits { struct
110 static const bool kRegisterOnExit = false;
112 static const bool kAllowedToAccessOnNonjoinableThread = true;
115 static Type* New(void* instance) { in New()
119 static void Delete(Type* instance) { in Delete()