Searched refs:baseMethod (Results 1 – 3 of 3) sorted by relevance
6 - (void)baseMethod; method25 - (void)baseMethod; method
30 void baseMethod() const { }37 void work() const { baseMethod(); }
3916 virtual void baseMethod() = 0;3926 void baseMethod() EXCLUSIVE_LOCKS_REQUIRED(get_mutex()) { in baseMethod() function in TemplateLockReturned::Derived