/external/clang/test/SemaCXX/ |
D | warn-unused-result.cpp | 62 Status DoSomething(); 67 Status s = DoSomething(); in lazy() 76 (void)DoSomething(); in lazy() 81 DoSomething(); // expected-warning {{ignoring return value}} in lazy()
|
D | arrow-operator.cpp | 55 void DoSomething(); // expected-note {{'DoSomething' declared here}} 61 …worker.DoSomething(); // expected-error {{no member named 'DoSomething' in 'arrow_suggest::wrapped… in test()
|
/external/llvm-project/clang/test/SemaCXX/ |
D | warn-unused-result.cpp | 92 Status DoSomething(); 97 Status s = DoSomething(); in lazy() 106 (void)DoSomething(); in lazy() 111 DoSomething(); // expected-warning {{ignoring return value}} in lazy()
|
D | arrow-operator.cpp | 55 void DoSomething(); // expected-note {{'DoSomething' declared here}} 61 …worker.DoSomething(); // expected-error {{no member named 'DoSomething' in 'arrow_suggest::wrapped… in test()
|
/external/google-breakpad/src/client/windows/tests/crash_generation_app/ |
D | abstract_class.cc | 39 derived_->DoSomething(); in ~Base() 50 void Derived::DoSomething() { in DoSomething() function in google_breakpad::Derived
|
D | abstract_class.h | 43 virtual void DoSomething() = 0; 52 virtual void DoSomething();
|
/external/llvm-project/lldb/test/API/commands/frame/language/ |
D | other-2.cpp | 6 DoSomething(); in DoSomethingElse()
|
D | other.cpp | 6 Other::DoSomething() in DoSomething() function in Other
|
D | other.h | 4 static void DoSomething();
|
/external/clang/test/FixIt/ |
D | fixit.cpp | 240 void DoSomething(); 245 …worker.DoSomething(); // expected-error {{no member named 'DoSomething' in 'arrow_suggest::wrapped… in test()
|
/external/rust/crates/structopt/tests/ |
D | subcommands.rs | 86 DoSomething { arg: String }, enumerator 94 Opt2::DoSomething { in test_hyphenated_subcommands()
|
/external/llvm-project/clang/test/FixIt/ |
D | fixit.cpp | 252 void DoSomething(); 257 …worker.DoSomething(); // expected-error {{no member named 'DoSomething' in 'arrow_suggest::wrapped… in test()
|
/external/libchrome/mojo/public/interfaces/bindings/tests/ |
D | sample_import.mojom | 37 DoSomething();
|
/external/libchrome/mojo/public/cpp/bindings/tests/ |
D | handle_passing_unittest.cc | 45 void DoSomething() override { in DoSomething() function in mojo::test::__anon2f51f26b0111::ImportedInterfaceImpl 104 proxy->DoSomething(); in DoStuff()
|
/external/clang/test/Analysis/ |
D | misc-ps-region-store.cpp | 189 T::DoSomething(); in ~Foo()
|
/external/llvm-project/clang/test/Analysis/ |
D | misc-ps-region-store.cpp | 189 T::DoSomething(); in ~Foo()
|
/external/pigweed/pw_metric/ |
D | docs.rst | 54 void DoSomething() { 98 DoSomething(); 119 DoSomething(); 303 void DoSomething() {
|
/external/googletest/docs/ |
D | faq.md | 726 TEST(CoolTest, DoSomething) { 732 TEST(CoolTest, DoSomething) { 745 TEST_F(CoolTest, DoSomething) { 752 TEST_F(CoolTest, DoSomething) {
|
D | gmock_cook_book.md | 2477 string DoSomething(); 2493 .WillOnce(DoAll(IgnoreResult(DoSomething), 2494 // Ignores the string DoSomething() returns. 3957 int DoSomething(bool flag, int* ptr);
|
/external/libchrome/mojo/public/cpp/system/ |
D | README.md | 493 // Will asynchronously invoke bar_impl.DoSomething() in process A. 494 bar->DoSomething();
|
/external/pigweed/pw_log/ |
D | docs.rst | 199 void DoSomething() {
|
/external/libchrome/mojo/public/cpp/bindings/ |
D | README.md | 1078 bar_ptr->DoSomething(); 1087 It should be noted that you cannot call `bar_ptr->DoSomething()` before passing 1089 side, when the message of `DoSomething` call arrives, we want to dispatch it to 1103 bar_ptr->DoSomething();
|
/external/rust/crates/structopt/ |
D | CHANGELOG.md | 127 DoSomething {
|
/external/llvm-project/llvm/docs/ |
D | SpeculativeLoadHardening.md | 281 void DoSomething() override; 297 object.DoSomething();
|
/external/pigweed/pw_assert/ |
D | docs.rst | 430 void DoSomething() {
|