Searched refs:tpName (Results 1 – 1 of 1) sorted by relevance
32 const string_view tpName, const string_view name, const array_view<const uint8_t> srcData) in CreatePod() argument35 PLUGIN_LOG_W("Zero size pod is not created (name: %s)", tpName.data()); in CreatePod()52 auto& typeNameRef = typeNameToPodNames_[tpName]; in CreatePod()134 array_view<const string> RenderDataStorePod::GetPodNames(const string_view tpName) const in GetPodNames()138 const auto iter = typeNameToPodNames_.find(tpName); in GetPodNames()142 PLUGIN_LOG_I("render data store pod type (%s), not found", tpName.data()); in GetPodNames()