Home | History | Annotate | Download | only in src

Lines Matching refs:InterceptionData

77   InterceptionData function;
92 InterceptionData function;
106 InterceptionData module_to_unload;
147 std::list<InterceptionData>::const_iterator it = interceptions_.begin();
197 std::list<InterceptionData>::iterator it = interceptions_.begin();
212 std::list<InterceptionData>::iterator rest = it;
234 bool InterceptionManager::SetupDllInfo(const InterceptionData& data,
264 bool InterceptionManager::SetupInterceptionInfo(const InterceptionData& data,
348 const InterceptionData& data) const {
492 std::list<InterceptionData>::iterator it = interceptions_.begin();