Searched refs:DoSomething (Results 1 – 15 of 15) sorted by relevance
62 Status DoSomething();67 Status s = DoSomething(); in lazy()76 (void)DoSomething(); in lazy()81 DoSomething(); // expected-warning {{ignoring return value}} in lazy()
55 void DoSomething(); // expected-note {{'DoSomething' declared here}}61 …worker.DoSomething(); // expected-error {{no member named 'DoSomething' in 'arrow_suggest::wrapped… in test()
24 declare external void @DoSomething()27 call void @DoSomething();35 ; ASM-NEXT: bl DoSomething60 ; IASM-NEXT: bl DoSomething @ .word ebfffffe82 call void @DoSomething();93 ; ASM-NEXT: bl DoSomething137 ; IASM-NEXT: bl DoSomething @ .word ebfffffe
39 derived_->DoSomething(); in ~Base()50 void Derived::DoSomething() { in DoSomething() function in google_breakpad::Derived
43 virtual void DoSomething() = 0;52 virtual void DoSomething();
240 void DoSomething();245 …worker.DoSomething(); // expected-error {{no member named 'DoSomething' in 'arrow_suggest::wrapped… in test()
37 DoSomething();
45 void DoSomething() override { in DoSomething() function in mojo::test::__anon12f707340111::ImportedInterfaceImpl104 proxy->DoSomething(); in DoStuff()
189 T::DoSomething(); in ~Foo()
740 TEST(CoolTest, DoSomething) {746 TEST(CoolTest, DoSomething) {759 TEST_F(CoolTest, DoSomething) {766 TEST_F(CoolTest, DoSomething) {
493 // Will asynchronously invoke bar_impl.DoSomething() in process A.494 bar->DoSomething();
101 int DoSomething(bool flag, int* ptr);
2010 string DoSomething();2027 .WillOnce(DoAll(IgnoreResult(Invoke(DoSomething)),2028 // Ignores the string DoSomething() returns.3330 int DoSomething(bool flag, int* ptr);
1078 bar_ptr->DoSomething();1087 It should be noted that you cannot call `bar_ptr->DoSomething()` before passing1089 side, when the message of `DoSomething` call arrives, we want to dispatch it to1103 bar_ptr->DoSomething();
281 void DoSomething() override;297 object.DoSomething();