Searched refs:doStuff (Results 1 – 4 of 4) sorted by relevance
6 - (void)doStuff:(bycopy id)clientId; // expected-note {{previous declaration is here}}17 - (void)doStuff:(id)clientId { } // expected-warning {{conflicting distributed object modifiers on …
50 Status doStuff();93 f.doStuff(); // expected-warning {{ignoring return value}} in test()
7 @end void doStuff(); function
747 UBool doStuff(int32_t offset, UnicodeString &appendErr, UErrorCode &status) const;759 UBool ThreadSafeFormat::doStuff(int32_t offset, UnicodeString &appendErr, UErrorCode &status) const… in doStuff() function in ThreadSafeFormat1019 if(!fTSF->doStuff(fNum, appendErr, status)) { in run()