OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WriteRepeatedByte
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/net/quic/
quic_data_writer.h
53
bool
WriteRepeatedByte
(uint8 byte, size_t count);
quic_data_writer.cc
148
bool QuicDataWriter::
WriteRepeatedByte
(uint8 byte, size_t count) {
/external/chromium_org/net/quic/crypto/
crypto_framer.cc
168
if (!writer.
WriteRepeatedByte
('-', pad_length)) {
181
if (!writer.
WriteRepeatedByte
('-', pad_length)) {
Completed in 37 milliseconds