Searched refs:SendStr (Results 1 – 4 of 4) sorted by relevance
59 sock.SendStr(header + "\r\n"); in SendHttpReq()61 sock.SendStr("Content-Length: " + std::to_string(body.size()) + "\r\n"); in SendHttpReq()62 sock.SendStr("\r\n"); in SendHttpReq()63 sock.SendStr(body); in SendHttpReq()272 cli.sock.SendStr( in TEST_F()
136 cli->SendStr("."); in TEST_F()137 EXPECT_FALSE(cli->SendStr("should_fail_both_on_win_and_unix")); in TEST_F()182 ASSERT_TRUE(cli->SendStr("cli>srv")); in TEST_F()183 ASSERT_TRUE(srv_conn->SendStr("srv>cli")); in TEST_F()197 ASSERT_FALSE(cli->SendStr("foo")); in TEST_F()198 ASSERT_FALSE(srv_conn->SendStr("bar")); in TEST_F()255 ASSERT_TRUE(t->SendStr("PONG")); in TEST_F()266 ASSERT_TRUE(s->SendStr("PING")); in TEST_F()410 cli->SendStr("test"); in TEST_F()451 ASSERT_TRUE(s->SendStr("welcome")); in TEST_F()[all …]
145 ssize_t SendStr(const std::string& str) { in SendStr() function340 inline bool SendStr(const std::string& msg) { in SendStr() function
723 - `Offset::name` now returns `SendStr`.