Groonga 3.0.9 Source Code Document
|
Go to the source code of this file.
Macros | |
#define | ADD_DATA(label, expected, text) |
#define | GEO_TEXT "130194581x503802073" |
#define | ADD_DATA(label, expected, type, text) |
#define | ADD_DATA(label, expected, number) |
#define | ADD_DATA(label, expected, number) |
#define | ADD_DATA(label, expected, number) |
#define | ADD_DATA(label, expected, number) |
#define ADD_DATA | ( | label, | |
expected, | |||
text | |||
) |
#define ADD_DATA | ( | label, | |
expected, | |||
type, | |||
text | |||
) |
#define ADD_DATA | ( | label, | |
expected, | |||
number | |||
) |
#define ADD_DATA | ( | label, | |
expected, | |||
number | |||
) |
#define ADD_DATA | ( | label, | |
expected, | |||
number | |||
) |
#define ADD_DATA | ( | label, | |
expected, | |||
number | |||
) |
#define GEO_TEXT "130194581x503802073" |
void cut_setup | ( | void | ) |
void cut_teardown | ( | void | ) |
void data_int32_to_bool | ( | void | ) |
Definition at line 452 of file test-cast-basic.c.
void data_int64_to_bool | ( | void | ) |
Definition at line 724 of file test-cast-basic.c.
void data_text_error | ( | void | ) |
Definition at line 391 of file test-cast-basic.c.
void data_text_to_bool | ( | void | ) |
Definition at line 153 of file test-cast-basic.c.
void data_uint32_to_bool | ( | void | ) |
Definition at line 597 of file test-cast-basic.c.
void data_uint64_to_bool | ( | void | ) |
Definition at line 851 of file test-cast-basic.c.
void test_bool_to_bool | ( | void | ) |
void test_int32_to_bool | ( | gconstpointer | data | ) |
void test_int32_to_float | ( | void | ) |
void test_int32_to_geo_point_invalid | ( | void | ) |
void test_int32_to_geo_point_zero | ( | void | ) |
void test_int32_to_int16 | ( | void | ) |
void test_int32_to_int32 | ( | void | ) |
void test_int32_to_int64 | ( | void | ) |
void test_int32_to_int8 | ( | void | ) |
void test_int32_to_text | ( | void | ) |
void test_int32_to_time | ( | void | ) |
void test_int32_to_uint16 | ( | void | ) |
void test_int32_to_uint32 | ( | void | ) |
void test_int32_to_uint64 | ( | void | ) |
void test_int32_to_uint8 | ( | void | ) |
void test_int64_to_bool | ( | gconstpointer | data | ) |
void test_int64_to_float | ( | void | ) |
void test_int64_to_int16 | ( | void | ) |
void test_int64_to_int32 | ( | void | ) |
void test_int64_to_int64 | ( | void | ) |
void test_int64_to_int8 | ( | void | ) |
void test_int64_to_text | ( | void | ) |
void test_int64_to_time | ( | void | ) |
void test_int64_to_uint16 | ( | void | ) |
void test_int64_to_uint32 | ( | void | ) |
void test_int64_to_uint64 | ( | void | ) |
void test_int64_to_uint8 | ( | void | ) |
void test_text_error | ( | gconstpointer | data | ) |
void test_text_to_bool | ( | gconstpointer | data | ) |
void test_text_to_float | ( | void | ) |
void test_text_to_geo_point | ( | void | ) |
void test_text_to_geo_point_comma | ( | void | ) |
void test_text_to_geo_point_empty | ( | void | ) |
void test_text_to_geo_point_garbage | ( | void | ) |
void test_text_to_geo_point_in_degree | ( | void | ) |
void test_text_to_geo_point_in_degree_comma | ( | void | ) |
void test_text_to_geo_point_in_degree_invalid | ( | void | ) |
void test_text_to_geo_point_invalid | ( | void | ) |
void test_text_to_geo_point_mixed | ( | void | ) |
void test_text_to_geo_point_mixed_comma | ( | void | ) |
void test_text_to_geo_point_mixed_invalid | ( | void | ) |
void test_text_to_int16 | ( | void | ) |
void test_text_to_int32 | ( | void | ) |
void test_text_to_int64 | ( | void | ) |
void test_text_to_int8 | ( | void | ) |
void test_text_to_time | ( | void | ) |
void test_text_to_uint16 | ( | void | ) |
void test_text_to_uint32 | ( | void | ) |
void test_text_to_uint64 | ( | void | ) |
void test_text_to_uint8 | ( | void | ) |
void test_tokyo_geo_point_to_tokyo_geo_point | ( | void | ) |
void test_tokyo_geo_point_to_wgs84_geo_point | ( | void | ) |
void test_uint32_to_bool | ( | gconstpointer | data | ) |
void test_uint32_to_float | ( | void | ) |
void test_uint32_to_int16 | ( | void | ) |
void test_uint32_to_int32 | ( | void | ) |
void test_uint32_to_int64 | ( | void | ) |
void test_uint32_to_int8 | ( | void | ) |
void test_uint32_to_text | ( | void | ) |
void test_uint32_to_time | ( | void | ) |
void test_uint32_to_uint16 | ( | void | ) |
void test_uint32_to_uint32 | ( | void | ) |
void test_uint32_to_uint64 | ( | void | ) |
void test_uint32_to_uint8 | ( | void | ) |
void test_uint64_to_bool | ( | gconstpointer | data | ) |
void test_uint64_to_float | ( | void | ) |
void test_uint64_to_int16 | ( | void | ) |
void test_uint64_to_int32 | ( | void | ) |
void test_uint64_to_int64 | ( | void | ) |
void test_uint64_to_int8 | ( | void | ) |
void test_uint64_to_text | ( | void | ) |
void test_uint64_to_time | ( | void | ) |
void test_uint64_to_uint16 | ( | void | ) |
void test_uint64_to_uint32 | ( | void | ) |
void test_uint64_to_uint64 | ( | void | ) |
void test_uint64_to_uint8 | ( | void | ) |
void test_wgs84_geo_point_to_tokyo_geo_point | ( | void | ) |
void test_wgs84_geo_point_to_wgs84_geo_point | ( | void | ) |