Lines Matching refs:_impl
21 _impl = Impl::create(xmlParseURI(in));
25 uri._impl->reference();
26 _impl = uri._impl;
38 _impl = Impl::create(uri);
42 _impl->unreference();
46 // No check for self-assignment needed, as _impl refcounting increments first.
47 uri._impl->reference();
48 _impl->unreference();
49 _impl = uri._impl;
152 if (!_impl->getPath()) {
155 std::string path = std::string(_impl->getPath());