Searched refs:SingletonObjC (Results 1 - 1 of 1) sorted by relevance

/external/libchrome/base/memory/
H A Dsingleton_objc.h6 // SingletonObjC is the same as a Singleton, except the default traits are
10 // NSExampleType* exampleSingleton = SingletonObjC<NSExampleType>::get();
28 // Foo* widgetSingleton = SingletonObjC<Foo, FooSingletonTraits>::get();
57 class SingletonObjC : public Singleton<Type, Traits, DifferentiatingType> { class in inherits:Singleton

Completed in 685 milliseconds