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

/external/chromium_org/net/tools/balsa/
H A Dbuffer_interface.h58 virtual void GetWritablePtr(char **ptr, int* size) const = 0;
H A Dsimple_buffer.h44 virtual void GetWritablePtr(char **ptr, int* size) const OVERRIDE;
H A Dsimple_buffer.cc105 inline void SimpleBuffer::GetWritablePtr(char **ptr, int* size) const { function in class:net::SimpleBuffer
/external/chromium_org/net/tools/flip_server/
H A Dring_buffer.cc36 GetWritablePtr(&wptr, &wsize);
48 GetWritablePtr(&wptr, &wsize);
76 void RingBuffer::GetWritablePtr(char** ptr, int* size) const { function in class:net::RingBuffer
155 GetWritablePtr(&write_ptr, &write_size);
H A Dring_buffer.h55 virtual void GetWritablePtr(char** ptr, int* size) const OVERRIDE;
H A Dsm_connection.cc421 read_buffer_.GetWritablePtr(&bytes, &size);

Completed in 2048 milliseconds