Lines Matching refs:explanation
303 // A match result listener that stores the explanation in a string.
308 // Returns the explanation accumulated so far.
311 // Clears the explanation accumulated so far.
562 // If the explanation is not empty, prints it to the ostream.
563 inline void PrintIfNotEmpty(const std::string& explanation,
565 if (explanation != "" && os != nullptr) {
566 *os << ", " << explanation;
590 // inner explanation.
1605 "rerun to generate the explanation.";
2542 // construct the inner explanation.
2966 const std::string explanation = inner_listener.str();
2967 if (explanation != "") {
2968 *listener << "whose first field is a value " << explanation;
3086 // explanation.
3308 // explanation.
3424 // explanations[i] is the explanation of the element at index i.