Searched refs:InitFrame (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/websockets/
H A Dwebsocket_channel_test.cc281 struct InitFrame { struct in namespace:net::__anon9820
295 std::ostream& operator<<(std::ostream& os, const InitFrame& frame) {
306 std::ostream& operator<<(std::ostream& os, const InitFrame (&frames)[N]) {
320 // Convert a const array of InitFrame structs to the format used at
324 const InitFrame (&source_frames)[N]) {
328 const InitFrame& source_frame = source_frames[i];
347 // |frames| is an array of InitFrame. |frames| needs to be passed by pointer
357 // InitFrame objects. Although it is possible to compose built-in GoogleMock
364 EqualsFramesMatcher(const InitFrame (*expect_frames)[N])
375 const InitFrame
[all...]

Completed in 210 milliseconds