OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WriteUInt16
(Results
1 - 2
of
2
) sorted by null
/external/libchrome/base/
pickle.h
184
bool
WriteUInt16
(uint16_t value) { return WritePOD(value); }
/external/webrtc/webrtc/base/
bytebuffer.cc
154
void ByteBuffer::
WriteUInt16
(uint16_t val) {
Completed in 2331 milliseconds