OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SingletonObjC
(Results
1 - 2
of
2
) sorted by null
/external/chromium/base/memory/
singleton_objc.h
6
//
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();
58
class
SingletonObjC
: public Singleton<Type, Traits, DifferentiatingType> {
/external/chromium_org/base/memory/
singleton_objc.h
6
//
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> {
Completed in 2620 milliseconds