Searched refs:AutoTestingHookImpl (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dauto_testing_hook.h86 class AutoTestingHookImpl : public AutoTestingHookBase { class in namespace:sidestep
88 static AutoTestingHookImpl<T> MakeTestingHook(T target_function,
91 return AutoTestingHookImpl<T>(target_function, replacement_function, do_it);
94 static AutoTestingHookImpl<T>* MakeTestingHookHolder(T target_function,
97 return new AutoTestingHookImpl<T>(target_function,
101 ~AutoTestingHookImpl() {
110 // have to explicitly create an AutoTestingHookImpl of the specific
117 AutoTestingHookImpl(T target_function, T replacement_function, bool do_it) function in class:sidestep::AutoTestingHookImpl
136 inline AutoTestingHookImpl<T> MakeTestingHook(T target,
139 return AutoTestingHookImpl<
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dauto_testing_hook.h86 class AutoTestingHookImpl : public AutoTestingHookBase { class in namespace:sidestep
88 static AutoTestingHookImpl<T> MakeTestingHook(T target_function,
91 return AutoTestingHookImpl<T>(target_function, replacement_function, do_it);
94 static AutoTestingHookImpl<T>* MakeTestingHookHolder(T target_function,
97 return new AutoTestingHookImpl<T>(target_function,
101 ~AutoTestingHookImpl() {
110 // have to explicitly create an AutoTestingHookImpl of the specific
117 AutoTestingHookImpl(T target_function, T replacement_function, bool do_it) function in class:sidestep::AutoTestingHookImpl
136 inline AutoTestingHookImpl<T> MakeTestingHook(T target,
139 return AutoTestingHookImpl<
[all...]

Completed in 111 milliseconds