Searched defs:ReadUInt16 (Results 1 – 3 of 3) sorted by relevance
35 bool SpdyFrameBuilder::ReadUInt16(void** iter, uint16* result) const { in ReadUInt16() function in spdy::SpdyFrameBuilder
74 bool ByteBuffer::ReadUInt16(uint16* val) { in ReadUInt16() function in talk_base::ByteBuffer
160 bool Pickle::ReadUInt16(void** iter, uint16* result) const { in ReadUInt16() function in Pickle