Searched refs:pQueryAllMethodSymsExt (Results 1 – 2 of 2) sorted by relevance
97 if (pQueryAllMethodSymsExt == nullptr) { in QueryAllMethodSyms()100 pQueryAllMethodSymsExt(pfExt_, AppendMethodInfo, static_cast<void *>(&methodInfos)); in QueryAllMethodSyms()113 static decltype(QueryAllMethodSymsExt) *pQueryAllMethodSymsExt;
29 decltype(QueryAllMethodSymsExt) *PandaFileWrapper::pQueryAllMethodSymsExt = nullptr; member in panda_api::panda_file::PandaFileWrapper