HomeSort by relevance Sort by last modified time
    Searched full:aligned_scratch (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/net/websockets/
websocket_frame_unittest.cc 319 char* const aligned_scratch = scratch.get() + alignment; local
323 memcpy(aligned_scratch, kTestInput + frame_offset, aligned_len);
330 aligned_scratch + chunk_start,
335 ASSERT_TRUE(std::equal(aligned_scratch,
336 aligned_scratch + aligned_len,

Completed in 240 milliseconds