Searched refs:RefCountable (Results 1 – 6 of 6) sorted by relevance
24 Ref<RefCountable> provide_ref_counted() { return Ref<RefCountable>{}; } in provide_ref_counted()70 RefCountable* downcast(RefCountable*) { return nullptr; } in downcast() argument136 Ref<RefCountable> bar; in foo()169 RefCountable* downcast(RefCountable*) { return nullptr; } in downcast() argument209 RefCountable* downcast(RefCountable*) { return nullptr; } in downcast() argument253 RefCountable* downcast(RefCountable*) { return nullptr; } in downcast() argument283 RefCountable* downcast(RefCountable*) { return nullptr; } in downcast() argument286 RefPtr<RefCountable> bar; in foo()297 RefCountable rc;315 RefCountable* global;[all …]
7 RefCountable *bar; in foo()11 void bar(RefCountable *) {} in bar() argument16 RefCountable automatic; in foo_ref()26 RefPtr<RefCountable> foo; in foo1()31 RefPtr<RefCountable> foo; in foo2()38 RefPtr<RefCountable> foo; in foo3()70 { RefCountable *bar = downcast<RefCountable>(foo.get()); } in foo1()76 RefCountable *bar = in foo2()77 static_cast<RefCountable *>(downcast<RefCountable>(foo.get())); in foo2()84 Ref<RefCountable> rc; in foo()[all …]
8 RefCountable* a = nullptr;12 RefPtr<RefCountable> b;15 RefCountable silenceWarningAboutInit;16 RefCountable& c = silenceWarningAboutInit;18 Ref<RefCountable> d;27 void forceTmplToInstantiate(FooTmpl<RefCountable>) {} in forceTmplToInstantiate() argument32 RefCountable* a;33 RefPtr<RefCountable> b;34 Ref<RefCountable> c;42 void forceTmplToInstantiate(RefPtr<RefCountable>) {} in forceTmplToInstantiate() argument
5 RefCountable* ref_countable = nullptr; in raw_ptr()21 RefCountable automatic; in references()22 RefCountable& ref_countable_ref = automatic; in references()37 RefCountable automatic; in quiet()38 RefCountable &ref_countable_ref = automatic; in quiet()43 RefCountable *ref_countable = nullptr; in quiet()
41 struct RefCountable { struct
2824 RefCountable* provide_uncounted();2825 void consume(RefCountable*);2845 RefPtr<RefCountable> member;2860 RefCountable* provide_uncounted();2861 void consume(RefCountable*);2873 void foo(RefCountable& a) {2912 RefPtr<RefCountable> counted;2924 RefCountable* uncounted = this; // ok2932 RefCountable* uncounted = new RefCountable; // warn2935 RefCountable* global_uncounted;[all …]