HomeSort by relevance Sort by last modified time
    Searched full:set_original (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/tools/memory_watcher/
memory_hook.cc 30 patch_##name.set_original(GET_PROC_ADDRESS(hkernel32, ##name)); \
36 patch_##name.set_original(GET_PROC_ADDRESS(hntdll, ##name)); \
115 // Must have called set_original to set the original function.
135 void set_original(T original) { original_function_ = original; } function in class:Patch

Completed in 406 milliseconds