Home
last modified time | relevance | path

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

/rocksdb-6.9/
DCONTRIBUTING.md16 If you prefer to sign a paper copy, we can send you a PDF. Send us an
/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc1449 virtual void Send(const std::string& message) = 0;
1455 void SendLn(const std::string& message) { Send(message + "\n"); } in SendLn()
1472 virtual void Send(const std::string& message) { in Send() function in testing::internal::StreamingListener::SocketWriter