Searched refs:StoreInspectorInfo (Results 1 – 2 of 2) sorted by relevance
36 using StoreInspectorInfo = void (*)(const std::string& jsonTreeStr, const std::string& jsonSnapshot… typedef46 StoreInspectorInfo g_storeInspectorInfo = nullptr;104 …g_storeInspectorInfo = reinterpret_cast<StoreInspectorInfo>(dlsym(handlerConnectServerSo_, "StoreI… in InitFunc()114 g_storeInspectorInfo = reinterpret_cast<StoreInspectorInfo>(&Toolchain::StoreInspectorInfo); in InitFunc()
52 using StoreInspectorInfo = void (*)(const std::string&, const std::string&); typedef378 auto storeInspectorInfo = reinterpret_cast<StoreInspectorInfo>( in SendInspector()