Home
last modified time | relevance | path

Searched refs:user_msg (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h132 const std::string& gtest_msg, const Message& user_msg);
/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest.cc2013 const Message& user_msg) { in AppendUserMessage() argument
2015 const std::string user_msg_string = user_msg.GetString(); in AppendUserMessage()