Searched refs:current_spec (Results 1 – 3 of 3) sorted by relevance
/external/chromium/testing/gmock/include/gmock/ |
D | gmock-generated-function-mockers.h | 68 return this->current_spec(); in With() 88 this->current_spec().SetMatchers(::std::tr1::make_tuple(m1)); in With() 89 return this->current_spec(); in With() 109 this->current_spec().SetMatchers(::std::tr1::make_tuple(m1, m2)); in With() 110 return this->current_spec(); in With() 131 this->current_spec().SetMatchers(::std::tr1::make_tuple(m1, m2, m3)); in With() 132 return this->current_spec(); in With() 153 this->current_spec().SetMatchers(::std::tr1::make_tuple(m1, m2, m3, m4)); in With() 154 return this->current_spec(); in With() 176 this->current_spec().SetMatchers(::std::tr1::make_tuple(m1, m2, m3, m4, in With() [all …]
|
D | gmock-generated-function-mockers.h.pump | 81 this->current_spec().SetMatchers(::std::tr1::make_tuple($ms)); 84 return this->current_spec();
|
D | gmock-spec-builders.h | 1528 MockSpec<F>& current_spec() { return current_spec_; } in current_spec() function
|