OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:app_item_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/test/
rtcp_packet_parser.h
227
uint8_t* Data() { return
app_item_
.Data; }
228
uint16_t DataLength() const { return
app_item_
.Size; }
234
app_item_
= app;
238
RTCPUtility::RTCPPacketAPP
app_item_
;
member in class:webrtc::test::AppItem
643
AppItem* app_item() { return &
app_item_
; }
678
AppItem
app_item_
;
rtcp_packet_parser.cc
54
app_item_
.Set(parser.Packet().APP);
Completed in 61 milliseconds