Searched refs:ExtendedInformationFrameView (Results 1 – 1 of 1) sorted by relevance
1004 …ExtendedInformationFrameView : public StandardFrameView { public:static ExtendedInformationFrameVi… in CreateOptional()1006 …ExtendedInformationFrameView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<st… in CreateOptional()1030 explicit ExtendedInformationFrameView(StandardFrameView parent) : StandardFrameView(std::move(paren… in CreateOptional() function1062 …ExtendedInformationFrameView { public:static ExtendedInformationStartFrameView Create(ExtendedInfo… in CreateOptional()1064 …8_t>>(bytes);return ExtendedInformationStartFrameView::Create(ExtendedInformationFrameView::Create… in CreateOptional()1072 if (!ExtendedInformationFrameView::Validate()) { in CreateOptional()1082 explicit ExtendedInformationStartFrameView(ExtendedInformationFrameView parent) : ExtendedInformati… in CreateOptional()2918 static std::unique_ptr<ExtendedInformationFrameBuilder> FromView(ExtendedInformationFrameView view)… in Create()2942 …ytes(std::vector<uint8_t> captured_packet) {ExtendedInformationFrameView view = ExtendedInformatio…2945 …c = std::vector<uint8_t>(data, data + size);ExtendedInformationFrameView view = ExtendedInformatio…