Searched defs:Trait (Results 1 – 6 of 6) sorted by relevance
| /external/chromium_org/base/memory/ |
| D | singleton_unittest.cc | 36 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/ |
| D | diag-template-diffing.cpp | 907 template <typename> struct Trait { struct 908 enum { V = 40 }; 909 typedef int Ty; 910 static int I;
|
| /external/clang/lib/Serialization/ |
| D | GlobalModuleIndex.cpp | 728 IdentifierIndexWriterTrait Trait; in writeIndex() local
|
| D | ASTWriter.cpp | 2847 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
|
| D | ASTReader.cpp | 1661 ASTIdentifierLookupTrait Trait(IdTable->getInfoObj().getReader(), in visit() local 7384 ASTSelectorLookupTrait Trait(*this, M); in DecodeSelector() local
|
| /external/clang/lib/Sema/ |
| D | TreeTransform.h | 2301 ExprResult RebuildTypeTrait(TypeTrait Trait, in RebuildTypeTrait() 2312 ExprResult RebuildArrayTypeTrait(ArrayTypeTrait Trait, in RebuildArrayTypeTrait() 2324 ExprResult RebuildExpressionTrait(ExpressionTrait Trait, in RebuildExpressionTrait()
|