Home
last modified time | relevance | path

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

/external/libchrome/base/
Dlazy_instance.h63 struct LazyInstanceTraitsBase { struct
64 static Type* New(void* instance) { in New()
92 return LazyInstanceTraitsBase<Type>::New(instance); in New() argument