HomeSort by relevance Sort by last modified time
    Searched refs:DoSomething (Results 1 - 6 of 6) sorted by null

  /external/google-breakpad/src/client/windows/tests/crash_generation_app/
abstract_class.h 43 virtual void DoSomething() = 0;
52 virtual void DoSomething();
abstract_class.cc 39 derived_->DoSomething();
50 void Derived::DoSomething() {
  /external/clang/test/SemaCXX/
arrow-operator.cpp 55 void DoSomething(); // expected-note {{'DoSomething' declared here}}
61 worker.DoSomething(); // expected-error {{no member named 'DoSomething' in 'arrow_suggest::wrapped_ptr<arrow_suggest::Worker>'; did you mean to use '->' instead of '.'?}}
63 // expected-error {{no member named 'DoSamething' in 'arrow_suggest::Worker'; did you mean 'DoSomething'?}}
warn-unused-result.cpp 62 Status DoSomething();
67 Status s = DoSomething();
76 (void)DoSomething();
81 DoSomething(); // expected-warning {{ignoring return value}}
  /external/clang/test/FixIt/
fixit.cpp 240 void DoSomething();
245 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 189 T::DoSomething();

Completed in 1839 milliseconds