Home
last modified time | relevance | path

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

/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/
Dlazy_instance.h66 struct LazyInstanceTraitsBase { struct
67 static Type* New(void* instance) { in New()
95 return LazyInstanceTraitsBase<Type>::New(instance); in New() argument
/aosp_15_r20/external/cronet/base/
H A Dlazy_instance.h65 struct LazyInstanceTraitsBase { struct
66 static Type* New(void* instance) { in New()
94 return LazyInstanceTraitsBase<Type>::New(instance); in New() argument
/aosp_15_r20/external/libchrome/base/
H A Dlazy_instance.h63 struct LazyInstanceTraitsBase { struct
64 static Type* New(void* instance) { in New()
92 return LazyInstanceTraitsBase<Type>::New(instance); in New() argument
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/2/external/libchrome/base/
Dlazy_instance.h66 struct LazyInstanceTraitsBase { struct
67 static Type* New(void* instance) { in New()
95 return LazyInstanceTraitsBase<Type>::New(instance); in New() argument