Lines Matching defs:RefCountable
6 void consume_refcntbl(RefCountable*) {} in consume_refcntbl() argument
25 void consume_ref_counted(Ref<RefCountable>) {} in consume_ref_counted()
70 RefCountable* downcast(RefCountable*) { return nullptr; } in downcast() argument
133 void consume_ref(RefCountable&) {} in consume_ref() argument
142 void consume_ref_countable_ref(RefCountable&) {} in consume_ref_countable_ref() argument
143 void consume_ref_countable_ptr(RefCountable*) {} in consume_ref_countable_ptr() argument
169 RefCountable* downcast(RefCountable*) { return nullptr; } in downcast() argument
182 auto consume_ref_countable_ref = [](RefCountable&) {}; in __anon8eba47080102() argument
183 auto consume_ref_countable_ptr = [](RefCountable*) {}; in __anon8eba47080202() argument
209 RefCountable* downcast(RefCountable*) { return nullptr; } in downcast() argument
253 RefCountable* downcast(RefCountable*) { return nullptr; } in downcast() argument
266 void makeRef(RefCountable*) {} in makeRef() argument
267 void makeRefPtr(RefCountable*) {} in makeRefPtr() argument
268 void makeWeakPtr(RefCountable*) {} in makeWeakPtr() argument
269 void makeWeakPtr(RefCountable&) {} in makeWeakPtr() argument
282 void consume_ref_countable(RefCountable*) {} in consume_ref_countable() argument
283 RefCountable* downcast(RefCountable*) { return nullptr; } in downcast() argument
301 void consume_ptr(RefCountable*) {} in consume_ptr() argument
302 void consume_ref(RefCountable&) {} in consume_ref() argument