Searched refs:CropFront (Results 1 – 4 of 4) sorted by relevance
47 buffer_.CropFront(next_payload_); in GetNextMessage()65 buffer_.CropFront(kHeaderSize); in GetPayloadSize()
56 void CropFront(int bytes);
62 cropped.CropFront(pos); in TestCropFront()228 TEST_F(CompoundBufferTest, CropFront) { in TEST_F() argument
93 void CompoundBuffer::CropFront(int bytes) { in CropFront() function in remoting::CompoundBuffer