Lines Matching refs:entry
98 for (auto const &entry : curPluginMap) {
99 auto const &pluginPtr = entry.second;
137 for (auto const &entry : curPluginMap) {
138 auto const &pluginName = entry.first;
139 if (entry.second != nullptr) {
142 (entry.second->GetType() == Plugin::PluginType::DYNAMIC) ? "True" : "False");
143 dprintf(fd, "Version:%s ", (entry.second->GetVersion().c_str()));
146 ((entry.second->GetWorkLoop() == nullptr) ? "Null" : entry.second->GetWorkLoop()->GetName().c_str()));
156 for (auto const &entry : curPluginMap) {
157 auto pluginName = entry.first;
158 if (entry.second != nullptr) {
182 for (auto const &entry : curThreadMap) {
183 if (entry.second != nullptr) {
184 std::string name = entry.second->GetName();
208 for (auto const &entry : curPipelineMap) {
209 auto pipeline = entry.first;