Lines Matching refs:data
80 CORE_LOG_I("Core engine version: %s", GetVersion().data());
82 CORE_LOG_I("Version: %s (DEBUG)", GetVersion().data());
113 CORE_LOG_I("%s PerformanceData for this run:", perfMan->GetCategory().data());
323 const auto& data = GetInterfaceMetadata(uid);
324 if (data.getInterface) {
325 return data.getInterface(const_cast<Engine&>(*this), data.token);
332 const auto& data = GetInterfaceMetadata(uid);
333 if (data.createInterface) {
334 return IInterface::Ptr { data.createInterface(*this, data.token) };