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

  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
auto_testing_hook.h 63 // AutoTestingHookHolder holder_;
65 class AutoTestingHookHolder {
67 explicit AutoTestingHookHolder(AutoTestingHookBase* hook) : hook_(hook) {}
68 ~AutoTestingHookHolder() { delete hook_; }
70 AutoTestingHookHolder() {} // disallow
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
auto_testing_hook.h 63 // AutoTestingHookHolder holder_;
65 class AutoTestingHookHolder {
67 explicit AutoTestingHookHolder(AutoTestingHookBase* hook) : hook_(hook) {}
68 ~AutoTestingHookHolder() { delete hook_; }
70 AutoTestingHookHolder() {} // disallow

Completed in 2345 milliseconds