OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DoSomething
(Results
1 - 8
of
8
) sorted by null
/external/clang/test/SemaCXX/
warn-unused-result.cpp
56
Status
DoSomething
();
61
Status s =
DoSomething
();
70
(void)
DoSomething
();
75
DoSomething
(); // expected-warning {{ignoring return value}}
arrow-operator.cpp
55
void
DoSomething
();
61
worker.
DoSomething
(); // expected-error {{no member named '
DoSomething
' in 'arrow_suggest::wrapped_ptr<arrow_suggest::Worker>'; did you mean to use '->' instead of '.'?}}
/external/chromium/net/base/
test_completion_callback_unittest.cc
33
bool
DoSomething
(CompletionCallback* callback);
57
// Only used on the origin thread (where
DoSomething
was called).
102
bool ExampleEmployer::
DoSomething
(CompletionCallback* callback) {
121
bool queued = boss.
DoSomething
(&callback);
/external/chromium_org/net/base/
test_completion_callback_unittest.cc
31
bool
DoSomething
(const net::CompletionCallback& callback);
56
// Only used on the origin thread (where
DoSomething
was called).
96
bool ExampleEmployer::
DoSomething
(const net::CompletionCallback& callback) {
117
bool queued = boss.
DoSomething
(callback.callback());
/external/gtest/test/
gtest_nc.cc
208
void
DoSomething
() {}
213
h.
DoSomething
(); // To avoid the "unused variable" warning.
/external/protobuf/gtest/test/
gtest_nc.cc
208
void
DoSomething
() {}
213
h.
DoSomething
(); // To avoid the "unused variable" warning.
/external/clang/test/FixIt/
fixit.cpp
238
void
DoSomething
();
243
worker.
DoSomething
(); // expected-error {{no member named '
DoSomething
' in 'arrow_suggest::wrapped_ptr<arrow_suggest::Worker>'; did you mean to use '->' instead of '.'?}}
/external/clang/test/Analysis/
misc-ps-region-store.cpp
193
T::
DoSomething
();
Completed in 283 milliseconds