Home | History | Annotate | Download | only in ssl

Lines Matching full:pure_virtual

227 #define PURE_VIRTUAL = 0
235 // PURE_VIRTUAL should be used instead of = 0 when defining pure-virtual
238 #define PURE_VIRTUAL { abort(); }
933 virtual uint16_t GroupID() const PURE_VIRTUAL;
937 virtual bool Offer(CBB *out_public_key) PURE_VIRTUAL;
954 Span<const uint8_t> peer_key) PURE_VIRTUAL;