HomeSort by relevance Sort by last modified time
    Searched refs:ReadUInt31 (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/net/spdy/
spdy_frame_reader.h 56 bool ReadUInt31(uint32* result);
spdy_frame_reader.cc 67 bool SpdyFrameReader::ReadUInt31(uint32* result) {
spdy_framer.cc 577 successful_read = reader->ReadUInt31(&current_frame_stream_id_);
607 successful_read = reader->ReadUInt31(&current_frame_stream_id_);
    [all...]

Completed in 1317 milliseconds