| 2972 | } |
| 2973 | |
| 2974 | void StreamIndexedIO::entryIds( IndexedIO::EntryIDList &names ) const |
| 2975 | { |
| 2976 | m_node->childNames( names ); |
| 2977 | } |
| 2978 | |
| 2979 | void StreamIndexedIO::entryIds( IndexedIO::EntryIDList &names, IndexedIO::EntryType type ) const |
| 2980 | { |
no test coverage detected