HomeSort by relevance Sort by last modified time
    Searched refs:DoSomething (Results 1 - 7 of 7) 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/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 237 void DoSomething();
242 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 859 milliseconds