OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetUint16
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/net/quic/crypto/
quic_crypto_client_config_test.cc
29
EXPECT_EQ(QUIC_NO_ERROR, msg.
GetUint16
(kVERS, &vers));
crypto_handshake.h
101
QuicErrorCode
GetUint16
(QuicTag tag, uint16* out) const;
crypto_handshake.cc
178
QuicErrorCode CryptoHandshakeMessage::
GetUint16
(QuicTag tag,
/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);
Completed in 28 milliseconds