#include <base32.h>
Public Member Functions | |
| void | Append (int bits) |
| int | Extract () |
| int | Peek () const |
| int | BitsAvailable () const |
| bool | CanAppend () const |
| bool | CanExtract () const |
|
inline |
Definition at line 18 of file base32.h.
References fml::BitConverter< from_length, to_length, buffer_length >::CanAppend(), and FML_DCHECK.
|
inline |
Definition at line 34 of file base32.h.
Referenced by fml::BitConverter< from_length, to_length, buffer_length >::CanExtract().
|
inline |
Definition at line 35 of file base32.h.
Referenced by fml::BitConverter< from_length, to_length, buffer_length >::Append().
|
inline |
Definition at line 36 of file base32.h.
References fml::BitConverter< from_length, to_length, buffer_length >::BitsAvailable().
Referenced by fml::BitConverter< from_length, to_length, buffer_length >::Extract().
|
inline |
Definition at line 25 of file base32.h.
References fml::BitConverter< from_length, to_length, buffer_length >::CanExtract(), FML_DCHECK, and fml::BitConverter< from_length, to_length, buffer_length >::Peek().
|
inline |
Definition at line 33 of file base32.h.
Referenced by fml::BitConverter< from_length, to_length, buffer_length >::Extract().