Searched refs:CreateFoo (Results 1 – 4 of 4) sorted by relevance
15 scoped_refptr<Foo> CreateFoo();21 return CreateFoo(); in TestFunction()
40 std::unique_ptr<Foo> CreateFoo() { in CreateFoo() function103 Bind(&CreateFoo), Bind(&ExpectFoo)); in TEST()
306 void CreateFoo(float, float);310 using A::CreateFoo; // expected-note {{'CreateFoo' declared here}}311 void CreateFoo(int, int); // expected-note {{'CreateFoo' declared here}}