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

  /external/webrtc/webrtc/base/
bytebuffer.cc 154 void ByteBuffer::WriteUInt16(uint16_t val) {
  /external/libchrome/base/
pickle.h 236 bool WriteUInt16(uint16_t value) { return WritePOD(value); }

Completed in 230 milliseconds