OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:protocol_length
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/talk/app/webrtc/
sctputils.cc
103
uint16_t
protocol_length
;
local
104
if (!buffer.ReadUInt16(&
protocol_length
)) {
112
if (!buffer.ReadString(&config->protocol,
protocol_length
)) {
sctputils_unittest.cc
42
uint16_t
protocol_length
;
local
69
ASSERT_TRUE(buffer.ReadUInt16(&
protocol_length
));
71
EXPECT_EQ(config.protocol.size(),
protocol_length
);
77
ASSERT_TRUE(buffer.ReadString(&protocol_output,
protocol_length
));
Completed in 48 milliseconds