#include <internal.h>
Public Member Functions | |
hm_fragment () | |
hm_fragment (const hm_fragment &)=delete | |
hm_fragment & | operator= (const hm_fragment &)=delete |
~hm_fragment () | |
Public Attributes | |
uint8_t * | data = nullptr |
uint32_t | msg_len = 0 |
uint8_t * | reassembly = nullptr |
uint16_t | seq = 0 |
uint8_t | type = 0 |
Static Public Attributes | |
static constexpr bool | kAllowUniquePtr = true |
Definition at line 2850 of file third_party/boringssl-with-bazel/src/ssl/internal.h.
|
inline |
Definition at line 2853 of file third_party/boringssl-with-bazel/src/ssl/internal.h.
|
delete |
hm_fragment::~hm_fragment | ( | ) |
Definition at line 146 of file d1_both.cc.
|
delete |
uint8_t* hm_fragment::data = nullptr |
Definition at line 2867 of file third_party/boringssl-with-bazel/src/ssl/internal.h.
Definition at line 2851 of file third_party/boringssl-with-bazel/src/ssl/internal.h.
uint32_t hm_fragment::msg_len = 0 |
Definition at line 2864 of file third_party/boringssl-with-bazel/src/ssl/internal.h.
uint8_t* hm_fragment::reassembly = nullptr |
Definition at line 2870 of file third_party/boringssl-with-bazel/src/ssl/internal.h.
uint16_t hm_fragment::seq = 0 |
Definition at line 2862 of file third_party/boringssl-with-bazel/src/ssl/internal.h.
uint8_t hm_fragment::type = 0 |
Definition at line 2860 of file third_party/boringssl-with-bazel/src/ssl/internal.h.