Searched defs:ReadUInt16 (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/net/spdy/
H A Dspdy_frame_reader.cc35 bool SpdyFrameReader::ReadUInt16(uint16* result) { function in class:net::SpdyFrameReader
117 if (!ReadUInt16(&result_len)) {
/external/chromium_org/net/quic/
H A Dquic_data_reader.cc20 bool QuicDataReader::ReadUInt16(uint16* result) { function in class:net::QuicDataReader
35 if (!ReadUInt16(&hi)) {
67 if (!ReadUInt16(&value)) {
99 if (!ReadUInt16(&result_len)) {
/external/chromium_org/third_party/webrtc/base/
H A Dbytebuffer.cc71 bool ByteBuffer::ReadUInt16(uint16* val) { function in class:rtc::ByteBuffer
/external/chromium_org/base/
H A Dpickle.cc93 bool PickleIterator::ReadUInt16(uint16* result) { function in class:PickleIterator
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_zip.cpp74 inline uint32_t ReadUInt16(uint8_t* mem_bytes, int offset) { function in namespace:__anon11500
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/
H A Dutil.cc145 bool ReadUInt16(uint16* data) { function in class:__anon5980::DataInputStream
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 607 milliseconds