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

  /external/libchrome/base/memory/
singleton.h 68 // different from kRegisterAtExit because StaticMemorySingletonTraits allows
109 struct StaticMemorySingletonTraits {
139 StaticMemorySingletonTraits<Type>::buffer_;
141 subtle::Atomic32 StaticMemorySingletonTraits<Type>::dead_ = 0;
singleton_unittest.cc 106 : public StaticMemorySingletonTraits<CallbackSingletonWithStaticTrait> {
110 StaticMemorySingletonTraits<CallbackSingletonWithStaticTrait>::Delete(
122 StaticMemorySingletonTraits<AlignedTestSingleton>>::get();

Completed in 114 milliseconds