Lines Matching refs:_pimpl
119 _pimpl(pimpl_) in test_case()
130 _pimpl(new impl(name_, NULL, md_, none)) in test_case()
158 _pimpl(new impl( in test_case()
193 _pimpl->name, in apply_metadata_defaults()
195 _pimpl->md, in apply_metadata_defaults()
196 _pimpl->fake_result))); in apply_metadata_defaults()
206 return _pimpl->name; in name()
220 return _pimpl->get_metadata(); in get_metadata()
235 return _pimpl->md; in get_raw_metadata()
243 _pimpl->debugger = debugger; in attach_debugger()
253 return _pimpl->debugger; in get_debugger()
263 return _pimpl->fake_result; in fake_result()
281 return _pimpl == other._pimpl || *_pimpl == *other._pimpl; in operator ==()