Searched refs:GetTotalLengthInBytes (Results 1 – 4 of 4) sorted by relevance
62 EXPECT_EQ(0, map_.GetTotalLengthInBytes()); in TEST_F()65 map_.GetTotalLengthInBytes()); in TEST_F()
71 uint16_t GetTotalLengthInBytes() const;
108 uint16_t RtpHeaderExtensionMap::GetTotalLengthInBytes() const { in GetTotalLengthInBytes() function in webrtc::RtpHeaderExtensionMap
220 return rtp_header_extension_map_.GetTotalLengthInBytes(); in RtpHeaderExtensionTotalLength()