Searched defs:SetPayloadLength (Results 1 – 4 of 4) sorted by relevance
/external/cronet/net/third_party/quiche/src/quiche/http2/test_tools/ | ||
D | http2_frame_builder.cc | 167 void Http2FrameBuilder::SetPayloadLength(uint32_t payload_length) { in SetPayloadLength() function in http2::test::Http2FrameBuilder |
D | http2_frame_builder_test.cc | 50 TEST(Http2FrameBuilderTest, SetPayloadLength) { in TEST() argument |
/external/openthread/src/core/net/ | ||
D | ip6_headers.hpp | 241 void SetPayloadLength(uint16_t aLength) { mPayloadLength = HostSwap16(aLength); } in SetPayloadLength() function in ot::Ip6::Header |
/external/openthread/src/core/mac/ | ||
D | mac_frame.cpp | 688 void Frame::SetPayloadLength(uint16_t aLength) in SetPayloadLength() function in ot::Mac::Frame |