OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetUint16
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/media/base/
rtputils.cc
48
bool
GetUint16
(const void* data, size_t offset, int* value) {
111
return
GetUint16
(data, kRtpSeqNumOffset, value);
/external/chromium_org/net/quic/crypto/
crypto_handshake.cc
178
QuicErrorCode CryptoHandshakeMessage::
GetUint16
(QuicTag tag,
Completed in 150 milliseconds