Lines Matching refs:RefCountable
72 RefCountable* make_obj();
81 RefCountable* ref_countable = make_obj();
107 RefCountable* suppressed_ref_countable = nullptr;
114 RefCountable automatic;
115 RefCountable& ref_countable_ref = automatic;
134 RefCountable automatic;
135 RefCountable &ref_countable_ref = automatic;
144 RefCountable *ref_countable = nullptr;
148 void map(RefCountable* start, [[clang::noescape]] Callback&& callback)
157 void doubleMap(RefCountable* start, [[clang::noescape]] Callback1&& callback1, Callback2&& callback2)
167 RefCountable* someObj = make_obj();
168 RefCountable* otherObj = make_obj();
169 map(make_obj(), [&](RefCountable& obj) {
172 doubleMap(make_obj(), [&](RefCountable& obj) {
174 }, [&](RefCountable& obj) {
183 void lambda_capture_param(RefCountable* obj) {
212 RefCountable* x = make_obj();
221 RefCountable* x = make_obj();
230 RefCountable* x = make_obj();
239 RefCountable* x = make_obj();
283 RefCountable* ref_countable = make_obj();
290 void lambda_with_args(RefCountable* obj) {
303 void lambda_converted_to_function(RefCountable* obj)