Home
last modified time | relevance | path

Searched refs:current_spec (Results 1 – 3 of 3) sorted by relevance

/external/chromium/testing/gmock/include/gmock/
Dgmock-generated-function-mockers.h68 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 …]
Dgmock-generated-function-mockers.h.pump81 this->current_spec().SetMatchers(::std::tr1::make_tuple($ms));
84 return this->current_spec();
Dgmock-spec-builders.h1528 MockSpec<F>& current_spec() { return current_spec_; } in current_spec() function