Searched defs:do_it (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dauto_testing_hook.h90 bool do_it) {
91 return AutoTestingHookImpl<T>(target_function, replacement_function, do_it);
96 bool do_it) {
98 replacement_function, do_it);
117 AutoTestingHookImpl(T target_function, T replacement_function, bool do_it) argument
121 did_it_(do_it) {
122 if (do_it) {
138 bool do_it) {
139 return AutoTestingHookImpl<T>::MakeTestingHook(target, replacement, do_it);
88 MakeTestingHook(T target_function, T replacement_function, bool do_it) argument
94 MakeTestingHookHolder(T target_function, T replacement_function, bool do_it) argument
136 MakeTestingHook(T target, T replacement, bool do_it) argument
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dauto_testing_hook.h90 bool do_it) {
91 return AutoTestingHookImpl<T>(target_function, replacement_function, do_it);
96 bool do_it) {
98 replacement_function, do_it);
117 AutoTestingHookImpl(T target_function, T replacement_function, bool do_it) argument
121 did_it_(do_it) {
122 if (do_it) {
138 bool do_it) {
139 return AutoTestingHookImpl<T>::MakeTestingHook(target, replacement, do_it);
88 MakeTestingHook(T target_function, T replacement_function, bool do_it) argument
94 MakeTestingHookHolder(T target_function, T replacement_function, bool do_it) argument
136 MakeTestingHook(T target, T replacement, bool do_it) argument
/external/lldb/source/Target/
H A DThreadPlanStepOverBreakpoint.cpp156 ThreadPlanStepOverBreakpoint::SetAutoContinue (bool do_it) argument
158 m_auto_continue = do_it;

Completed in 267 milliseconds