OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreateFoo
(Results
1 - 4
of
4
) sorted by null
/external/v8/tools/clang/rewrite_scoped_refptr/tests/
temp-returned-as-raw-expected.cc
15
scoped_refptr<Foo>
CreateFoo
();
21
return
CreateFoo
();
temp-returned-as-raw-original.cc
15
scoped_refptr<Foo>
CreateFoo
();
21
return
CreateFoo
();
/external/libchrome/base/
task_runner_util_unittest.cc
39
std::unique_ptr<Foo>
CreateFoo
() {
102
Bind(&
CreateFoo
), Bind(&ExpectFoo));
/external/clang/test/SemaCXX/
typo-correction.cpp
306
void
CreateFoo
(float, float);
310
using A::
CreateFoo
; // expected-note {{'
CreateFoo
' declared here}}
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
'?}}
315
x.
Createfoo
(0.f,0.f); // expected-error {{no member named '
Createfoo
' in 'PR13387::B'; did you mean 'CreateFoo'?}
[
all
...]
Completed in 326 milliseconds