Searched refs:MyRefPtr (Results 1 – 2 of 2) sorted by relevance
184 class MyRefPtr {}; class in blink::BitVector192 MyRefPtr<Baz> GetBaz() { return MyRefPtr<Baz>(); } in GetBaz()193 const MyRefPtr<FooBar>& GetFooBar() { return foobar_; } in GetFooBar()197 MyRefPtr<FooBar> foobar_;
188 class MyRefPtr {}; class in blink::BitVector196 MyRefPtr<Baz> baz() { return MyRefPtr<Baz>(); } in baz()197 const MyRefPtr<FooBar>& fooBar() { return foobar_; } in fooBar()201 MyRefPtr<FooBar> foobar_;