Lines Matching defs:str
297 std::ostream& operator<< (std::ostream& str, const MessageID &id)
299 return str << glu::getDebugMessageSourceStr(id.source) << ", " << glu::getDebugMessageTypeStr(id.type) << ", " << id.id;
454 return VerificationResult(QP_TEST_RESULT_FAIL, "Extra instances of a deterministic message were present", log.str());
461 return VerificationResult(QP_TEST_RESULT_FAIL, "Message missing", log.str());
471 return VerificationResult(QP_TEST_RESULT_QUALITY_WARNING, "Extra instances of a message were present", log.str());
478 return VerificationResult(QP_TEST_RESULT_QUALITY_WARNING, "Message missing", log.str());
488 return VerificationResult(QP_TEST_RESULT_PASS, "", log.str());
495 return VerificationResult(QP_TEST_RESULT_PASS, "", log.str());
503 return VerificationResult(QP_TEST_RESULT_PASS, "", log.str());
514 return VerificationResult(QP_TEST_RESULT_PASS, "", log.str());
522 return VerificationResult(QP_TEST_RESULT_FAIL, "A message was not filtered out", log.str());
529 return VerificationResult(QP_TEST_RESULT_FAIL, "A message was not filtered out", log.str());