Home
last modified time | relevance | path

Searched refs:MyRefPtr (Results 1 – 2 of 2) sorted by relevance

/external/v8/tools/clang/rewrite_to_chrome_style/tests/
Dmethods-expected.cc181 class MyRefPtr {}; class in blink::BitVector
189 MyRefPtr<Baz> GetBaz() { return MyRefPtr<Baz>(); } in GetBaz()
190 const MyRefPtr<FooBar>& GetFooBar() { return foobar_; } in GetFooBar()
194 MyRefPtr<FooBar> foobar_;
Dmethods-original.cc185 class MyRefPtr {}; class in blink::BitVector
193 MyRefPtr<Baz> baz() { return MyRefPtr<Baz>(); } in baz()
194 const MyRefPtr<FooBar>& fooBar() { return foobar_; } in fooBar()
198 MyRefPtr<FooBar> foobar_;