| 668 | } |
| 669 | |
| 670 | void Properties::rewind() |
| 671 | { |
| 672 | _propertiesItr = _properties.end(); |
| 673 | _namespacesItr = _namespaces.end(); |
| 674 | } |
| 675 | |
| 676 | Properties* Properties::getNamespace(std::string_view id, bool searchNames, bool recurse) const |
| 677 | { |
no test coverage detected