Searched refs:Constbuf_mode (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/bsnmp/tests/ |
H A D | constbuf.h | 46 enum class Constbuf_mode { enum 56 count_comment(A c, Constbuf_mode &mode) in count_comment() 59 mode = Constbuf_mode::BIN; in count_comment() 65 count_hex(A c, Constbuf_mode &mode, std::size_t &bits) in count_hex() 76 mode = Constbuf_mode::BIN; in count_hex() 82 handle_hex(A c, Constbuf_mode &mode, std::size_t &bit, U &n) in handle_hex() 101 mode = Constbuf_mode::BIN; in handle_hex() 107 count_check(A c, Constbuf_mode &mode, std::size_t &) in count_check() 111 mode = Constbuf_mode::BIN; in count_check() 117 handle_check(A c, Constbuf_mode &mode, std::size_t &bits, std::size_t &addr) in handle_check() [all …]
|