Home
last modified time | relevance | path

Searched refs:DoSomething (Results 1 – 25 of 25) sorted by relevance

/external/clang/test/SemaCXX/
Dwarn-unused-result.cpp62 Status DoSomething();
67 Status s = DoSomething(); in lazy()
76 (void)DoSomething(); in lazy()
81 DoSomething(); // expected-warning {{ignoring return value}} in lazy()
Darrow-operator.cpp55 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/
Dwarn-unused-result.cpp92 Status DoSomething();
97 Status s = DoSomething(); in lazy()
106 (void)DoSomething(); in lazy()
111 DoSomething(); // expected-warning {{ignoring return value}} in lazy()
Darrow-operator.cpp55 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/
Dabstract_class.cc39 derived_->DoSomething(); in ~Base()
50 void Derived::DoSomething() { in DoSomething() function in google_breakpad::Derived
Dabstract_class.h43 virtual void DoSomething() = 0;
52 virtual void DoSomething();
/external/llvm-project/lldb/test/API/commands/frame/language/
Dother-2.cpp6 DoSomething(); in DoSomethingElse()
Dother.cpp6 Other::DoSomething() in DoSomething() function in Other
Dother.h4 static void DoSomething();
/external/clang/test/FixIt/
Dfixit.cpp240 void DoSomething();
245 …worker.DoSomething(); // expected-error {{no member named 'DoSomething' in 'arrow_suggest::wrapped… in test()
/external/rust/crates/structopt/tests/
Dsubcommands.rs86 DoSomething { arg: String }, enumerator
94 Opt2::DoSomething { in test_hyphenated_subcommands()
/external/llvm-project/clang/test/FixIt/
Dfixit.cpp252 void DoSomething();
257 …worker.DoSomething(); // expected-error {{no member named 'DoSomething' in 'arrow_suggest::wrapped… in test()
/external/libchrome/mojo/public/interfaces/bindings/tests/
Dsample_import.mojom37 DoSomething();
/external/libchrome/mojo/public/cpp/bindings/tests/
Dhandle_passing_unittest.cc45 void DoSomething() override { in DoSomething() function in mojo::test::__anon2f51f26b0111::ImportedInterfaceImpl
104 proxy->DoSomething(); in DoStuff()
/external/clang/test/Analysis/
Dmisc-ps-region-store.cpp189 T::DoSomething(); in ~Foo()
/external/llvm-project/clang/test/Analysis/
Dmisc-ps-region-store.cpp189 T::DoSomething(); in ~Foo()
/external/pigweed/pw_metric/
Ddocs.rst54 void DoSomething() {
98 DoSomething();
119 DoSomething();
303 void DoSomething() {
/external/googletest/docs/
Dfaq.md726 TEST(CoolTest, DoSomething) {
732 TEST(CoolTest, DoSomething) {
745 TEST_F(CoolTest, DoSomething) {
752 TEST_F(CoolTest, DoSomething) {
Dgmock_cook_book.md2477 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/
DREADME.md493 // Will asynchronously invoke bar_impl.DoSomething() in process A.
494 bar->DoSomething();
/external/pigweed/pw_log/
Ddocs.rst199 void DoSomething() {
/external/libchrome/mojo/public/cpp/bindings/
DREADME.md1078 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/
DCHANGELOG.md127 DoSomething {
/external/llvm-project/llvm/docs/
DSpeculativeLoadHardening.md281 void DoSomething() override;
297 object.DoSomething();
/external/pigweed/pw_assert/
Ddocs.rst430 void DoSomething() {