Searched refs:CreateFoo (Results 1 – 2 of 2) sorted by relevance
39 scoped_ptr<Foo> CreateFoo() { in CreateFoo() function102 Bind(&CreateFoo), Bind(&ExpectFoo)); in TEST()
306 void CreateFoo(float, float);310 using A::CreateFoo;311 void CreateFoo(int, int); // expected-note {{'CreateFoo' declared here}}