Home
last modified time | relevance | path

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

/external/clang/test/SemaObjC/
Dproperty-dot-receiver.m6 @interface Singleton { interface
11 @implementation Singleton implementation
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/memory/
Dsingleton.h70 Singleton() : thread_checker_() {} in Singleton() function
/external/clang/include/clang/AST/
DDeclContextInternals.h107 if (NamedDecl *Singleton = getAsDecl()) { in remove() local
128 } else if (NamedDecl *Singleton = getAsDecl()) { in removeExternalDecls() local
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
Dphonenumberutil.h72 friend class Singleton<PhoneNumberUtil>; variable
/external/compiler-rt/lib/tsan/tests/rtl/
Dtsan_mutex.cc177 TEST(DISABLED_BENCH_ThreadSanitizer, Singleton) { in TEST() argument
/external/openfst/src/include/fst/
Dinterval-set.h124 bool Singleton() const { in Singleton() function
/external/chromium_org/content/common/
Dplugin_list.cc33 PluginList* PluginList::Singleton() { in Singleton() function in content::PluginList
/external/chromium_org/chrome/common/
Dservice_process_util_unittest.cc105 TEST_F(ServiceProcessStateTest, Singleton) { in TEST_F() argument
/external/chromium_org/content/child/npapi/
Dplugin_host.cc91 PluginHost *PluginHost::Singleton() { in Singleton() function in content::PluginHost
/external/chromium_org/v8/src/
Djsregexp.h248 static inline CharacterRange Singleton(uc16 value) { in Singleton() function