Searched refs:GetDumpInfoFunc (Results 1 – 3 of 3) sorted by relevance
37 using GetDumpInfoFunc = int32_t (*)(std::string& result); variable47 void SetDumpInfoFunc(GetDumpInfoFunc DumpInfoFunc_);60 GetDumpInfoFunc getDumpInfoFunc_;
45 void VdiDumper::SetDumpInfoFunc(GetDumpInfoFunc DumpInfoFunc_) in SetDumpInfoFunc()
110 dumper.SetDumpInfoFunc(reinterpret_cast<GetDumpInfoFunc>(dlsym(libHandle_, "GetDumpInfo"))); in HidumperInit()