Searched defs:final (Results 1 – 7 of 7) 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 { argument246 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;
482 struct tBTA_AV_SCB final { struct485 bool sdp_discovery_started; /* variable to determine whether SDP is started */486 tBTA_AV_SEP seps[BTAV_A2DP_CODEC_INDEX_MAX];487 AvdtpSepConfig peer_cap; /* buffer used for get capabilities */488 list_t* a2dp_list; /* used for audio channels only */489 tBTA_AV_Q_INFO q_info;490 tAVDT_SEP_INFO sep_info[BTA_AV_NUM_SEPS]; /* stream discovery results */491 AvdtpSepConfig cfg; /* local SEP configuration */492 alarm_t* avrc_ct_timer; /* delay timer for AVRC CT */493 alarm_t* link_signalling_timer;[all …]
63 struct HashPair final { struct65 size_t operator()(const std::pair<TFirst, TSecond>& p) const noexcept { in operator()
47 fun final(key: Int): PreviewKey = Final(key) method