#include "gtest/gtest.h"#include "flutter/shell/platform/linux/testing/fl_test.h"#include "flutter/shell/platform/linux/fl_engine_private.h"#include "flutter/shell/platform/linux/testing/mock_renderable.h"Go to the source code of this file.
Functions | |
| static uint8_t | hex_digit_to_int (char value) |
| static uint8_t | parse_hex8 (const gchar *hex_string) |
| GBytes * | hex_string_to_bytes (const gchar *hex_string) |
| gchar * | bytes_to_hex_string (GBytes *bytes) |
| void | PrintTo (FlValue *v, std::ostream *os) |
| gchar * bytes_to_hex_string | ( | GBytes * | bytes | ) |
Definition at line 52 of file fl_test.cc.
Referenced by encode_error_envelope(), encode_message(), encode_message(), encode_message_with_codec(), encode_method_call(), encode_success_envelope(), and TEST().
|
static |
Definition at line 24 of file fl_test.cc.
References value.
Referenced by parse_hex8().
| GBytes * hex_string_to_bytes | ( | const gchar * | hex_string | ) |
Definition at line 43 of file fl_test.cc.
References g_byte_array_append(), i, parse_hex8(), and value.
Referenced by decode_error_method_call(), decode_error_response(), decode_error_value(), decode_message(), decode_message(), decode_message_with_codec(), decode_method_call(), decode_response_with_error(), and decode_response_with_success().
|
static |
Definition at line 36 of file fl_test.cc.
References hex_digit_to_int().
Referenced by hex_string_to_bytes().
| void PrintTo | ( | FlValue * | v, |
| std::ostream * | os | ||
| ) |
Definition at line 63 of file fl_test.cc.
References fl_value_to_string().