HomeSort by relevance Sort by last modified time
    Searched defs:ReadUInt16 (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/net/spdy/
spdy_frame_reader.cc 35 bool SpdyFrameReader::ReadUInt16(uint16* result) {
117 if (!ReadUInt16(&result_len)) {
  /external/chromium_org/net/quic/
quic_data_reader.cc 20 bool QuicDataReader::ReadUInt16(uint16* result) {
35 if (!ReadUInt16(&hi)) {
67 if (!ReadUInt16(&value)) {
99 if (!ReadUInt16(&result_len)) {
  /external/chromium_org/third_party/webrtc/base/
bytebuffer.cc 71 bool ByteBuffer::ReadUInt16(uint16* val) {
  /external/chromium_org/base/
pickle.cc 93 bool PickleIterator::ReadUInt16(uint16* result) {
  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_zip.cpp 74 inline uint32_t ReadUInt16(uint8_t* mem_bytes, int offset) {
163 uint32_t num_entries = ReadUInt16(
179 ReadUInt16(mem_bytes, off + kOffsetFilenameLengthInCentralDirectory);
181 ReadUInt16(mem_bytes, off + kOffsetExtraFieldLengthInCentralDirectory);
183 ReadUInt16(mem_bytes, off + kOffsetCommentLengthInCentralDirectory);
205 ReadUInt16(
209 ReadUInt16(
  /external/chromium_org/chrome/test/chromedriver/
util.cc 145 bool ReadUInt16(uint16* data) {
197 if (!stream.ReadUInt16(&zip->version_needed)) {
201 if (!stream.ReadUInt16(&zip->bit_flag)) {
205 if (!stream.ReadUInt16(&zip->compression_method)) {
209 if (!stream.ReadUInt16(&zip->mod_time)) {
213 if (!stream.ReadUInt16(&zip->mod_date)) {
231 if (!stream.ReadUInt16(&name_length)) {
236 if (!stream.ReadUInt16(&field_length)) {

Completed in 248 milliseconds