Searched defs:final (Results 1 – 6 of 6) sorted by relevance
90 struct NullDecoder final : public Decoder { struct93 DecodeResult Decode(std::span<char>* output) final { in Decode() argument110 struct NullEncoder final : public Encoder { struct113 EncodeResult Encode(Block* output) final { in Encode() argument136 struct BrotliDecoder final : public Decoder { struct142 DecodeResult Decode(std::span<char>* output) final { in Decode() argument178 struct BrotliEncoder final : public Encoder { struct188 EncodeResult Encode(Block* output) final { in Encode() argument235 struct LZ4Decoder final : public Decoder { struct246 DecodeResult Decode(std::span<char>* output) final { in Decode() argument[all …]
57 struct fdevent final { struct79 // final. argument
35 struct fdevent_context_epoll final : public fdevent_context { struct52 unique_fd interrupt_fd_;53 fdevent* interrupt_fde_ = nullptr;
47 struct fdevent_context_poll final : public fdevent_context { struct65 fdevent* interrupt_fde_ = nullptr;
512 struct tBTA_AV_SCB final { struct515 bool sdp_discovery_started; /* variable to determine whether SDP is started */516 tBTA_AV_SEP seps[BTAV_A2DP_CODEC_INDEX_MAX];517 AvdtpSepConfig peer_cap; /* buffer used for get capabilities */518 list_t* a2dp_list; /* used for audio channels only */519 tBTA_AV_Q_INFO q_info;520 tAVDT_SEP_INFO sep_info[BTA_AV_NUM_SEPS]; /* stream discovery results */521 AvdtpSepConfig cfg; /* local SEP configuration */522 alarm_t* avrc_ct_timer; /* delay timer for AVRC CT */523 alarm_t* link_signalling_timer;[all …]
63 struct HashPair final { struct65 size_t operator()(const std::pair<TFirst, TSecond>& p) const noexcept { in operator()