Searched refs:MyRefPtr (Results 1 – 2 of 2) sorted by relevance
185 class MyRefPtr {}; class in blink::BitVector193 MyRefPtr<Baz> baz() { return MyRefPtr<Baz>(); } in baz()194 const MyRefPtr<FooBar>& fooBar() { return foobar_; } in fooBar()198 MyRefPtr<FooBar> foobar_;
181 class MyRefPtr {}; class in blink::BitVector189 MyRefPtr<Baz> GetBaz() { return MyRefPtr<Baz>(); } in GetBaz()190 const MyRefPtr<FooBar>& GetFooBar() { return foobar_; } in GetFooBar()194 MyRefPtr<FooBar> foobar_;