Go to the source code of this file.
Classes | |
struct | _FlBinaryCodec |
Functions | |
static GBytes * | fl_binary_codec_encode_message (FlMessageCodec *codec, FlValue *value, GError **error) |
static FlValue * | fl_binary_codec_decode_message (FlMessageCodec *codec, GBytes *message, GError **error) |
static void | fl_binary_codec_class_init (FlBinaryCodecClass *klass) |
static void | fl_binary_codec_init (FlBinaryCodec *self) |
G_MODULE_EXPORT FlBinaryCodec * | fl_binary_codec_new () |
|
static |
Definition at line 42 of file fl_binary_codec.cc.
References fl_binary_codec_decode_message(), and fl_binary_codec_encode_message().
|
static |
Definition at line 33 of file fl_binary_codec.cc.
References fl_value_new_uint8_list().
Referenced by fl_binary_codec_class_init().
|
static |
Definition at line 18 of file fl_binary_codec.cc.
References error, FL_MESSAGE_CODEC_ERROR, FL_MESSAGE_CODEC_ERROR_UNSUPPORTED_TYPE, fl_value_get_length(), fl_value_get_type(), fl_value_get_uint8_list(), FL_VALUE_TYPE_UINT8_LIST, and value.
Referenced by fl_binary_codec_class_init().
|
static |
Definition at line 49 of file fl_binary_codec.cc.
G_MODULE_EXPORT FlBinaryCodec* fl_binary_codec_new | ( | ) |
Definition at line 51 of file fl_binary_codec.cc.
Referenced by decode_message(), encode_message(), encode_message_error(), and TEST().