Home
last modified time | relevance | path

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

/external/libchrome/base/
Dlazy_instance.h59 struct DefaultLazyInstanceTraits { struct
60 static const bool kRegisterOnExit = true;
62 static const bool kAllowedToAccessOnNonjoinableThread = false;
65 static Type* New(void* instance) { in New()
74 static void Delete(Type* instance) { in Delete()