Searched refs:AppendNoCoalesce (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/net/quic/
H A Diovector.h108 void AppendNoCoalesce(char* buffer, size_t length) { function in class:net::IOVector
H A Dquic_connection_test.cc1790 data_iov.AppendNoCoalesce(data, 2);
1791 data_iov.AppendNoCoalesce(data + 2, 2);
1815 data_iov.AppendNoCoalesce(data, 2);
1816 data_iov.AppendNoCoalesce(data + 2, 2);

Completed in 103 milliseconds