HomeSort by relevance Sort by last modified time
    Searched refs:Trait (Results 1 - 10 of 10) sorted by null

  /external/libchrome/base/memory/
singleton_unittest.cc 30 struct Trait;
33 return Singleton<Init5Singleton, Trait>::get();
39 struct Init5Singleton::Trait : public DefaultSingletonTraits<Init5Singleton> {
72 struct Trait : public CallbackTrait<CallbackSingletonWithNoLeakTrait> { };
77 return Singleton<CallbackSingletonWithNoLeakTrait, Trait>::get();
83 struct Trait : public CallbackTrait<CallbackSingletonWithLeakTrait> {
90 return Singleton<CallbackSingletonWithLeakTrait, Trait>::get();
96 struct Trait;
101 return Singleton<CallbackSingletonWithStaticTrait, Trait>::get();
105 struct CallbackSingletonWithStaticTrait::Trait
    [all...]
  /external/libcxx/test/support/
poisoned_hash_helper.hpp 210 template <template <class> class Trait, bool Expect = true>
212 static_assert(Trait<First>::value == Expect, "");
213 return TypeList<Rest...>::template assertTrait<Trait, Expect>();
216 template <class Trait>
218 Trait::template apply<First>();
219 TypeList<Rest...>::template applyTrait<Trait>();
225 template <template <class> class Trait, bool Expect = true>
229 template <class Trait>
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
Serializer.cpp 53 template <class Trait>
58 if (!xmlStrcmp(col->name, (const xmlChar *)Trait::collectionTag)) {
76 template <class Trait>
78 typename Trait::Collection &collection,
79 typename Trait::PtrSerializingCtx serializingContext)
83 if (xmlStrcmp(root->name, (const xmlChar *)Trait::collectionTag) &&
84 xmlStrcmp(root->name, (const xmlChar *)Trait::tag)) {
89 if (!xmlStrcmp(child->name, (const xmlChar *)Trait::collectionTag)) {
93 if (!xmlStrcmp(child->name, (const xmlChar *)Trait::tag)) {
94 typename Trait::PtrElement element
    [all...]
  /external/clang/test/Misc/
diag-template-diffing.cpp     [all...]
  /external/clang/lib/Serialization/
GlobalModuleIndex.cpp 69 /// \brief Trait used to read the identifier index from the on-disk hash
649 /// \brief Trait used to generate the identifier index as an on-disk hash
732 IdentifierIndexWriterTrait Trait;
738 Generator.insert(I->first(), I->second, Trait);
749 BucketOffset = Generator.Emit(Out, Trait);
ASTWriter.cpp     [all...]
ASTReader.cpp     [all...]
  /external/clang/lib/Sema/
TreeTransform.h     [all...]
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.3.6/
groovy-all-2.3.6.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.4.7/
groovy-all-2.4.7.jar 

Completed in 777 milliseconds