Home | History | Annotate | Download | only in testing

Lines Matching defs:method_

921       : obj_(obj), method_(method), pb_(pb) {
926 return DispatchToMethod<R>(this->obj_, this->method_, pb_, params);
930 Method method_;
959 : obj_(obj), method_(method), pb_(pb) {
967 return DispatchToMethod<R>( *this->obj_, this->method_, pb_, params);
971 Method method_;