Home
last modified time | relevance | path

Searched refs:CreateFoo (Results 1 – 4 of 4) sorted by relevance

/external/v8/tools/clang/rewrite_scoped_refptr/tests/
Dtemp-returned-as-raw-original.cc15 scoped_refptr<Foo> CreateFoo();
21 return CreateFoo(); in TestFunction()
Dtemp-returned-as-raw-expected.cc15 scoped_refptr<Foo> CreateFoo();
21 return CreateFoo(); in TestFunction()
/external/libchrome/base/
Dtask_runner_util_unittest.cc40 std::unique_ptr<Foo> CreateFoo() { in CreateFoo() function
103 Bind(&CreateFoo), Bind(&ExpectFoo)); in TEST()
/external/clang/test/SemaCXX/
Dtypo-correction.cpp306 void CreateFoo(float, float);
310 using A::CreateFoo; // expected-note {{'CreateFoo' declared here}}
311 void CreateFoo(int, int); // expected-note {{'CreateFoo' declared here}}