Home
last modified time | relevance | path

Searched refs:last_clause_ (Results 1 – 2 of 2) sorted by relevance

/external/google-breakpad/src/testing/include/gmock/
Dgmock-spec-builders.h245 : file_(a_file), line_(a_line), last_clause_(kNone) {} in UntypedOnCallSpecBase()
276 Clause last_clause_; variable
302 ExpectSpecProperty(last_clause_ < kWith, in With()
305 last_clause_ = kWith; in With()
313 ExpectSpecProperty(last_clause_ < kWillByDefault, in WillByDefault()
316 last_clause_ = kWillByDefault; in WillByDefault()
331 AssertSpecProperty(last_clause_ == kWillByDefault, in GetAction()
860 Clause last_clause_; variable
900 if (last_clause_ == kWith) { in With()
905 ExpectSpecProperty(last_clause_ < kWith, in With()
[all …]
/external/google-breakpad/src/testing/src/
Dgmock-spec-builders.cc81 last_clause_(kNone), in ExpectationBase()
226 if (last_clause_ == kTimes) { in UntypedTimes()
231 ExpectSpecProperty(last_clause_ < kTimes, in UntypedTimes()
236 last_clause_ = kTimes; in UntypedTimes()