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

  /external/chromium_org/net/spdy/
spdy_frame_reader.cc 35 bool SpdyFrameReader::ReadUInt16(uint16* result) {
99 if (!ReadUInt16(&result_len)) {
  /external/chromium/net/spdy/
spdy_frame_builder.cc 35 bool SpdyFrameBuilder::ReadUInt16(void** iter, uint16* result) const {
67 if (!ReadUInt16(iter, &len))
100 if (!ReadUInt16(iter, length))
  /external/chromium/third_party/libjingle/source/talk/base/
bytebuffer.cc 74 bool ByteBuffer::ReadUInt16(uint16* val) {
  /external/chromium_org/net/quic/
quic_data_reader.cc 17 bool QuicDataReader::ReadUInt16(uint16* result) {
32 if (!ReadUInt16(&hi)) {
65 if (!ReadUInt16(&result_len)) {
  /external/chromium_org/third_party/libjingle/source/talk/base/
bytebuffer.cc 87 bool ByteBuffer::ReadUInt16(uint16* val) {
  /external/chromium/base/
pickle.cc 160 bool Pickle::ReadUInt16(void** iter, uint16* result) const {
  /external/chromium_org/base/
pickle.cc 77 bool PickleIterator::ReadUInt16(uint16* result) {
pickle.h 33 bool ReadUInt16(uint16* result) WARN_UNUSED_RESULT;
150 bool ReadUInt16(PickleIterator* iter, uint16* result) const {
151 return iter->ReadUInt16(result);
  /external/chromium_org/chrome/test/chromedriver/
util.cc 138 bool ReadUInt16(uint16* data) {
188 if (!stream.ReadUInt16(&zip->version_needed)) {
192 if (!stream.ReadUInt16(&zip->bit_flag)) {
196 if (!stream.ReadUInt16(&zip->compression_method)) {
200 if (!stream.ReadUInt16(&zip->mod_time)) {
204 if (!stream.ReadUInt16(&zip->mod_date)) {
222 if (!stream.ReadUInt16(&name_length)) {
227 if (!stream.ReadUInt16(&field_length)) {
  /external/chromium_org/chrome/test/webdriver/
webdriver_util.cc 125 bool ReadUInt16(uint16* data) {
175 if (!stream.ReadUInt16(&zip->version_needed)) {
179 if (!stream.ReadUInt16(&zip->bit_flag)) {
183 if (!stream.ReadUInt16(&zip->compression_method)) {
187 if (!stream.ReadUInt16(&zip->mod_time)) {
191 if (!stream.ReadUInt16(&zip->mod_date)) {
209 if (!stream.ReadUInt16(&name_length)) {
214 if (!stream.ReadUInt16(&field_length)) {

Completed in 196 milliseconds