| 503 | } |
| 504 | |
| 505 | PathMatcher::RawIterator PathMatcher::end() const |
| 506 | { |
| 507 | return RawIterator( *this, true ); |
| 508 | } |
| 509 | |
| 510 | PathMatcher::RawIterator PathMatcher::find( const std::vector<IECore::InternedString> &path ) const |
| 511 | { |
no test coverage detected