Home | History | Annotate | Download | only in gmock

Lines Matching refs:explanation

93   // Returns true iff the listener is interested in an explanation of
95 // this information to avoid generating the explanation when no one
118 // should generate an explanation like "which points to ...".
152 // A match result listener that ignores the explanation.
161 // A match result listener that forwards the explanation to a given
173 // A match result listener that stores the explanation in a string.
178 // Returns the explanation heard so far.
564 // If the explanation is not empty, prints it to the ostream.
565 inline void PrintIfNotEmpty(const internal::string& explanation,
567 if (explanation != "" && os != NULL) {
568 *os << ", " << explanation;
592 // inner explanation.
2070 // construct the inner explanation.
2367 const internal::string explanation = inner_listener.str();
2368 if (explanation != "") {
2369 *listener << "whose first field is a value " << explanation;
2448 // explanation.
2590 // explanations[i] is the explanation of the element at index i.