Home | History | Annotate | Download | only in testing

Lines Matching defs:obj_

921       : obj_(obj), method_(method), pb_(pb) {
926 return DispatchToMethod<R>(this->obj_, this->method_, pb_, params);
929 T* obj_;
959 : obj_(obj), method_(method), pb_(pb) {
964 EXPECT_THAT(*this->obj_, testing::NotNull());
965 if (NULL == *this->obj_)
967 return DispatchToMethod<R>( *this->obj_, this->method_, pb_, params);
970 T** obj_;