proxygen
|
#include <folly/io/IOBufQueue.h>
Go to the source code of this file.
Functions | |
void | writeFrameHeaderManual (folly::IOBufQueue &queue, uint32_t length, uint8_t type, uint8_t flags, uint32_t stream) |
void writeFrameHeaderManual | ( | folly::IOBufQueue & | queue, |
uint32_t | length, | ||
uint8_t | type, | ||
uint8_t | flags, | ||
uint32_t | stream | ||
) |
Definition at line 27 of file HTTP2FramerTest.cpp.
References proxygen::http2::kFrameHeaderSize, stream, type, uint32_t, uint8_t, and folly::io::detail::Writable< Derived >::writeBE().
Referenced by TEST_F().