Searched refs:hook (Results 1 – 1 of 1) sorted by relevance
521 const void* hook = options[i].second; in Parse() local522 hook_is_sensitive_thread_ = reinterpret_cast<bool (*)()>(const_cast<void*>(hook)); in Parse()524 const void* hook = options[i].second; in Parse() local525 if (hook == nullptr) { in Parse()530 reinterpret_cast<int (*)(FILE *, const char*, va_list)>(const_cast<void*>(hook)); in Parse()532 const void* hook = options[i].second; in Parse() local533 if (hook == nullptr) { in Parse()537 hook_exit_ = reinterpret_cast<void(*)(jint)>(const_cast<void*>(hook)); in Parse()539 const void* hook = options[i].second; in Parse() local540 if (hook == nullptr) { in Parse()[all …]