Searched refs:captured_post_body_ (Results 1 – 1 of 1) sorted by relevance
74 captured_post_body_(captured_post_body), in FakeHttpRequest()100 if (captured_post_body_) { in SetPostFromBuffer()101 *captured_post_body_ = string(buffer, size); in SetPostFromBuffer()109 if (captured_post_body_) { in SetPostEmptyBody()110 *captured_post_body_ = "<empty>"; in SetPostEmptyBody()186 string* captured_post_body_ = nullptr; variable