Searched defs:MockWrite (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/socket/
H A Dsocket_test_util.h76 // MockRead and MockWrite shares the same interface and members, but we'd like
79 // MockWrite are instantiated by using this template. Template parameter |type|
83 // |data| in MockRead and MockWrite has different meanings: |data| in MockRead
85 // attempted, while |data| in MockWrite is the expected data that should be
185 typedef MockReadWrite<MOCK_WRITE> MockWrite; typedef in namespace:net
244 MockWrite* writes,
250 const MockWrite& PeekWrite() const;
253 const MockWrite& PeekWrite(size_t index) const;
273 MockWrite* writes_;
352 // |writes| the list of MockWrite completion
[all...]

Completed in 45 milliseconds