OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsOpenMessage
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/talk/app/webrtc/
sctputils.h
43
bool
IsOpenMessage
(const rtc::Buffer& payload);
sctputils_unittest.cc
166
EXPECT_TRUE(webrtc::
IsOpenMessage
(open));
170
EXPECT_FALSE(webrtc::
IsOpenMessage
(open));
174
EXPECT_FALSE(webrtc::
IsOpenMessage
(invalid));
177
EXPECT_FALSE(webrtc::
IsOpenMessage
(empty));
sctputils.cc
51
bool
IsOpenMessage
(const rtc::Buffer& payload) {
webrtcsession.cc
[
all
...]
Completed in 46 milliseconds