Home
last modified time | relevance | path

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

/external/chromium_org/base/memory/
Dsingleton_unittest.cc36 struct Init5Singleton::Trait : public DefaultSingletonTraits<Init5Singleton> { struct in __anondea152270111::Init5Singleton
37 static Init5Singleton* New() { in New()
69 struct Trait : public CallbackTrait<CallbackSingletonWithNoLeakTrait> { }; struct in __anondea152270111::CallbackSingletonWithNoLeakTrait
80 struct Trait : public CallbackTrait<CallbackSingletonWithLeakTrait> { struct in __anondea152270111::CallbackSingletonWithLeakTrait
81 static const bool kRegisterAtExit = false;
102 struct CallbackSingletonWithStaticTrait::Trait struct in __anondea152270111::CallbackSingletonWithStaticTrait
104 static void Delete(CallbackSingletonWithStaticTrait* instance) { in Delete()
/external/clang/test/Misc/
Ddiag-template-diffing.cpp907 template <typename> struct Trait { struct
908 enum { V = 40 };
909 typedef int Ty;
910 static int I;
/external/clang/lib/Serialization/
DGlobalModuleIndex.cpp728 IdentifierIndexWriterTrait Trait; in writeIndex() local
DASTWriter.cpp2847 ASTMethodPoolTrait Trait(*this); in WriteSelectors() local
2895 ASTMethodPoolTrait Trait(*this); in WriteSelectors() local
3276 ASTIdentifierTableTrait Trait(*this, PP, IdResolver, IsModule); in WriteIdentifierTable() local
3306 ASTIdentifierTableTrait Trait(*this, PP, IdResolver, IsModule); in WriteIdentifierTable() local
3527 ASTDeclContextNameLookupTrait Trait(*this); in GenerateNameLookupTable() local
DASTReader.cpp1661 ASTIdentifierLookupTrait Trait(IdTable->getInfoObj().getReader(), in visit() local
7384 ASTSelectorLookupTrait Trait(*this, M); in DecodeSelector() local
/external/clang/lib/Sema/
DTreeTransform.h2301 ExprResult RebuildTypeTrait(TypeTrait Trait, in RebuildTypeTrait()
2312 ExprResult RebuildArrayTypeTrait(ArrayTypeTrait Trait, in RebuildArrayTypeTrait()
2324 ExprResult RebuildExpressionTrait(ExpressionTrait Trait, in RebuildExpressionTrait()