Searched defs:first_explanation (Results 1 - 4 of 4) sorted by relevance

/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-matchers.h2472 void ExplainSuccess(const internal::string& first_explanation, argument
2476 if (first_explanation != "") {
2477 *listener << ", where the first field is a value " << first_explanation; local
2481 if (first_explanation != "") {
/external/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h3061 void ExplainSuccess(const internal::string& first_explanation, argument
3065 if (first_explanation != "") {
3066 *listener << ", where the first field is a value " << first_explanation; local
3070 if (first_explanation != "") {
/external/v8/testing/gmock/include/gmock/
H A Dgmock-matchers.h3061 void ExplainSuccess(const internal::string& first_explanation, argument
3065 if (first_explanation != "") {
3066 *listener << ", where the first field is a value " << first_explanation; local
3070 if (first_explanation != "") {
/external/fmtlib/test/gmock/
H A Dgmock.h7476 void ExplainSuccess(const internal::string& first_explanation, argument
7480 if (first_explanation != "") {
7481 *listener << ", where the first field is a value " << first_explanation; local
7485 if (first_explanation != "") {

Completed in 108 milliseconds