Home
last modified time | relevance | path

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

/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc2143 Message msg; in HasOneFailure()
2446 Message::Message() : ss_(new ::std::stringstream) { in Message() function in testing::Message
2454 Message& Message::operator <<(const wchar_t* wide_c_str) { in operator <<()
2457 Message& Message::operator <<(wchar_t* wide_c_str) { in operator <<()
2473 Message& Message::operator <<(const ::wstring& wstr) { in operator <<()
4997 Message m; in EscapeXml()
5405 Message m; in EscapeJson()
6726 const Message msg = Message() in ShouldShard()
6734 const Message msg = Message() in ShouldShard()
6742 const Message msg = Message() in ShouldShard()
[all …]
Dgtest.h2313 class Message;
4064 class GTEST_API_ Message {
4072 Message();
4075 Message(const Message& msg) : ss_(new ::std::stringstream) { // NOLINT
4150 Message& operator <<(bool b) {
4206 void operator=(const Message&);
7970 namespace proto2 { class Message; }
9084 = ::testing::Message()
9493 ::testing::Message()
9818 ::testing::Message()
[all …]