Searched refs:MsftCommandView (Results 1 – 1 of 1) sorted by relevance
20586 …MsftCommandView : public CommandView { public:static MsftCommandView Create(CommandView parent){ r… in CreateOptional()20588 static MsftCommandView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<std::vect… in CreateOptional()20606 explicit MsftCommandView(CommandView parent) : CommandView(std::move(parent)) { was_validated_ = fa… in CreateOptional() function20609 …MsftCommandView { public:static MsftReadSupportedFeaturesView Create(MsftCommandView parent){ retu… in CreateOptional()20611 …vector<uint8_t>>(bytes);return MsftReadSupportedFeaturesView::Create(MsftCommandView::Create(Comma… in CreateOptional()20615 if (!MsftCommandView::Validate()) { in CreateOptional()20623 explicit MsftReadSupportedFeaturesView(MsftCommandView parent) : MsftCommandView(std::move(parent))… in CreateOptional()20626 …MsftCommandView { public:static MsftLeMonitorAdvView Create(MsftCommandView parent){ return MsftLe… in CreateOptional()20628 …red<std::vector<uint8_t>>(bytes);return MsftLeMonitorAdvView::Create(MsftCommandView::Create(Comma… in CreateOptional()20640 if (!MsftCommandView::Validate()) { in CreateOptional()[all …]