Searched refs:intercept_function_ (Results 1 – 4 of 4) sorted by relevance
173 if (intercept_function_) { in ~IATPatchFunction()205 DCHECK_EQ(nullptr, intercept_function_); in PatchFromModule()214 DCHECK_NE(original_function_, intercept_function_); in PatchFromModule()215 intercept_function_ = new_function; in PatchFromModule()222 DWORD error = RestoreImportedFunction(intercept_function_, original_function_, in Unpatch()235 intercept_function_ = nullptr; in Unpatch()
66 bool is_patched() const { return (nullptr != intercept_function_); } in is_patched()72 raw_ptr<void> intercept_function_ = nullptr; variable