HomeSort by relevance Sort by last modified time
    Searched defs:Trait (Results 1 - 5 of 5) 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/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);
  /external/clang/test/Misc/
diag-template-diffing.cpp     [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 520 milliseconds