OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreateFoo
(Results
1 - 2
of
2
) sorted by null
/external/libchrome/base/
task_runner_util_unittest.cc
39
scoped_ptr<Foo>
CreateFoo
() {
102
Bind(&
CreateFoo
), Bind(&ExpectFoo));
/external/clang/test/SemaCXX/
typo-correction.cpp
306
void
CreateFoo
(float, float);
310
using A::
CreateFoo
;
311
void
CreateFoo
(int, int); // expected-note {{'
CreateFoo
' declared here}}
314
x.
Createfoo
(0,0); // expected-error {{no member named '
Createfoo
' in 'PR13387::B'; did you mean '
CreateFoo
'?}}
Completed in 84 milliseconds