Lines Matching defs:Ref
31 Ref<RefCountable> provide_ref_counted() { return Ref<RefCountable>{}; }
32 void consume_ref_counted(Ref<RefCountable>) {}
132 template<typename T> struct Ref {
133 Ref() = default;
134 Ref(T*) { }
143 Ref<RefCountable> bar;
317 Ref<RefCountable> provideProtected();
349 Ref<RefCountable> provideProtected();
364 Ref { *provide() }->method();
369 Ref(*provide())->method();