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

  /external/chromium_org/base/memory/
singleton.h 64 static const bool kRegisterAtExit = true;
68 // different from kRegisterAtExit because StaticMemorySingletonTraits allows
80 static const bool kRegisterAtExit = false;
125 static const bool kRegisterAtExit = true;
191 // RAE = kRegisterAtExit
261 if (newval != NULL && Traits::kRegisterAtExit)
singleton_unittest.cc 12 COMPILE_ASSERT(DefaultSingletonTraits<int>::kRegisterAtExit == true, a);
81 static const bool kRegisterAtExit = false;
  /external/chromium_org/base/android/
build_info.cc 35 // We're leaking this type, see kRegisterAtExit.
39 static const bool kRegisterAtExit = false;

Completed in 2307 milliseconds