Searched refs:mismatch_found (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h3173 bool mismatch_found = false; // Have we found a mismatched element yet? local
3189 mismatch_found = true;
3193 // If mismatch_found is true, 'exam_pos' is the index of the mismatch.
3214 if (mismatch_found) {

Completed in 22 milliseconds