| 508 | } |
| 509 | |
| 510 | PathMatcher::RawIterator PathMatcher::find( const std::vector<IECore::InternedString> &path ) const |
| 511 | { |
| 512 | return RawIterator( *this, path ); |
| 513 | } |
| 514 | |
| 515 | PathMatcher::Node *PathMatcher::writable( Node *node, NodePtr &writableCopy, bool shared ) |
| 516 | { |
no test coverage detected