OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SimpleClient
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/net/tools/quic/test_tools/
simple_client.cc
11
void
SimpleClient
::WaitForResponse() {
16
void
SimpleClient
::WaitForInitialResponse() {
20
int
SimpleClient
::ResetSocket() {
21
LOG(FATAL) << "
SimpleClient
::ResetSocket is not implemented";
25
int
SimpleClient
::HalfClose() {
26
LOG(FATAL) << "
SimpleClient
::HalfClose is not implemented";
30
int
SimpleClient
::response_header_size() const { return 0; }
32
int64
SimpleClient
::response_body_size() const { return 0; }
simple_client.h
20
class
SimpleClient
{
22
virtual ~
SimpleClient
() {}
quic_test_client.h
61
// A toy QUIC client used for testing, mostly following the
SimpleClient
APIs.
62
class QuicTestClient : public
SimpleClient
,
91
// From
SimpleClient
120
// These functions are all unimplemented functions from
SimpleClient
, and log
121
// DFATAL if called by users of
SimpleClient
.
/external/chromium_org/ipc/
ipc_sync_channel_unittest.cc
285
class
SimpleClient
: public Worker {
287
SimpleClient
() : Worker(Channel::MODE_CLIENT, "simple_client") { }
298
workers.push_back(new
SimpleClient
());
921
workers.push_back(new
SimpleClient
());
1019
workers.push_back(new
SimpleClient
());
[
all
...]
Completed in 71 milliseconds