|
Groonga 3.0.9 Source Code Document
|

Go to the source code of this file.
Macros | |
| #define | ADD_DATA(label, expected, name, flags,key_type_name, value_type_name) |
| #define | ADD_DATA(label, expected, table, name, flags, type_name, source) |
| #define | ADD_DATA(label, expected, type_name, element_type,first_element, second_element, third_element) |
| #define | SET_VALUE(index, name) |
Functions | |
| void | data_table_create (void) |
| void | test_table_create (gconstpointer data) |
| void | data_column_create (void) |
| void | test_column_create (gconstpointer data) |
| void | data_uvector_column (void) |
| void | data_vector_column (void) |
| void | test_uvector_column (gconstpointer data) |
| void | test_vector_column (gconstpointer data) |
| void | test_unsequantial_records_in_table_with_keys (void) |
| void | test_nil_reference (void) |
| void | test_load_with_vector_int32_reference_key (void) |
| void | test_tables_argument (void) |
| void | cut_startup (void) |
| void | cut_shutdown (void) |
| void | cut_setup (void) |
| void | cut_teardown (void) |
| #define ADD_DATA | ( | label, | |
| expected, | |||
| name, | |||
| flags, | |||
| key_type_name, | |||
| value_type_name | |||
| ) |
Definition at line 281 of file test-command-dump.c.
| #define ADD_DATA | ( | label, | |
| expected, | |||
| table, | |||
| name, | |||
| flags, | |||
| type_name, | |||
| source | |||
| ) |
Definition at line 281 of file test-command-dump.c.
| #define ADD_DATA | ( | label, | |
| expected, | |||
| type_name, | |||
| element_type, | |||
| first_element, | |||
| second_element, | |||
| third_element | |||
| ) |
Definition at line 281 of file test-command-dump.c.
| #define SET_VALUE | ( | index, | |
| name | |||
| ) |
| void cut_setup | ( | void | ) |
| void cut_shutdown | ( | void | ) |
Definition at line 55 of file test-command-dump.c.
| void cut_startup | ( | void | ) |
| void cut_teardown | ( | void | ) |
| void data_column_create | ( | void | ) |
Definition at line 246 of file test-command-dump.c.
| void data_table_create | ( | void | ) |
Definition at line 215 of file test-command-dump.c.
| void data_uvector_column | ( | void | ) |
Definition at line 293 of file test-command-dump.c.
| void data_vector_column | ( | void | ) |
Definition at line 304 of file test-command-dump.c.
| void test_column_create | ( | gconstpointer | data | ) |
Definition at line 266 of file test-command-dump.c.
| void test_load_with_vector_int32_reference_key | ( | void | ) |
Definition at line 515 of file test-command-dump.c.
| void test_nil_reference | ( | void | ) |
Definition at line 477 of file test-command-dump.c.
| void test_table_create | ( | gconstpointer | data | ) |
Definition at line 225 of file test-command-dump.c.
| void test_tables_argument | ( | void | ) |
Definition at line 540 of file test-command-dump.c.
| void test_unsequantial_records_in_table_with_keys | ( | void | ) |
| void test_uvector_column | ( | gconstpointer | data | ) |
| void test_vector_column | ( | gconstpointer | data | ) |
1.8.1.2