Lines Matching defs:explanation
305 // A match result listener that stores the explanation in a string.
310 // Returns the explanation accumulated so far.
313 // Clears the explanation accumulated so far.
564 // If the explanation is not empty, prints it to the ostream.
565 inline void PrintIfNotEmpty(const std::string& explanation,
567 if (!explanation.empty() && os != nullptr) {
568 *os << ", " << explanation;
592 // inner explanation.
1608 "rerun to generate the explanation.";
2545 // construct the inner explanation.
2970 const std::string explanation = inner_listener.str();
2971 if (!explanation.empty()) {
2972 *listener << "whose first field is a value " << explanation;
3090 // explanation.
3312 // explanation.
3428 // explanations[i] is the explanation of the element at index i.