Set plugin namespace
| 292 | |
| 293 | // Set plugin namespace |
| 294 | void PriorBox::setPluginNamespace(char const* pluginNamespace) noexcept |
| 295 | { |
| 296 | PLUGIN_VALIDATE(pluginNamespace != nullptr); |
| 297 | mPluginNamespace = pluginNamespace; |
| 298 | } |
| 299 | |
| 300 | char const* PriorBox::getPluginNamespace() const noexcept |
| 301 | { |
no outgoing calls
no test coverage detected