Searched refs:channel_scan_count (Results 1 – 3 of 3) sorted by relevance
636 const flatbuffers::Vector<uint8_t> *channel_scan_count() const { in channel_scan_count() function662 verifier.Verify(channel_scan_count()) && in Verify()704 flatbuffers::Offset<flatbuffers::Vector<uint8_t>> channel_scan_count) { in add_channel_scan_count()705 fbb_.AddOffset(ScanStats::VT_CHANNEL_SCAN_COUNT, channel_scan_count); in add_channel_scan_count()735 flatbuffers::Offset<flatbuffers::Vector<uint8_t>> channel_scan_count = 0,743 builder_.add_channel_scan_count(channel_scan_count);759 const std::vector<uint8_t> *channel_scan_count = nullptr,767 channel_scan_count ? _fbb.CreateVector<uint8_t>(*channel_scan_count) : 0,
113 channel_scan_count:[ubyte];
61 const auto &histo = fbs_stats.channel_scan_count(); in Deserialize()