Groonga 3.0.9 Source Code Document
|
Go to the source code of this file.
Data Structures | |
struct | _grn_test_data |
Macros | |
#define | put_sample_entry() |
#define | cut_assert_delete_by_id() |
#define | cut_assert_delete(key) |
Typedefs | |
typedef struct _grn_test_data | grn_test_data |
typedef void(* | increment_key_func )(grn_test_data *test_data) |
Functions | |
void | data_create (void) |
void | test_create (gconstpointer data) |
void | data_open (void) |
void | test_open (gconstpointer data) |
void | test_open_without_path (void) |
void | test_open_tiny_hash (void) |
void | data_lookup_add (void) |
void | test_lookup_add (gconstpointer data) |
void | data_delete_by_id (void) |
void | test_delete_by_id (gconstpointer data) |
void | data_delete (void) |
void | test_delete (gconstpointer data) |
void | data_get_key (void) |
void | test_get_key (gconstpointer data) |
void | data_get_value (void) |
void | test_get_value (gconstpointer data) |
void | data_set_value (void) |
void | test_set_value (gconstpointer data) |
void | data_set_value_with_null_value (void) |
void | test_set_value_with_null_value (gconstpointer data) |
void | data_add_and_delete (void) |
void | test_add_and_delete (gconstpointer data) |
void | data_truncate (void) |
void | test_truncate (gconstpointer data) |
void | cut_startup (void) |
void | cut_shutdown (void) |
void | cut_setup (void) |
void | cut_teardown (void) |
#define cut_assert_delete | ( | key | ) |
Definition at line 403 of file test-hash.c.
#define cut_assert_delete_by_id | ( | ) |
Definition at line 359 of file test-hash.c.
#define put_sample_entry | ( | ) |
Definition at line 349 of file test-hash.c.
typedef struct _grn_test_data grn_test_data |
Definition at line 188 of file test-hash.c.
typedef void(* increment_key_func)(grn_test_data *test_data) |
Definition at line 190 of file test-hash.c.
void cut_setup | ( | void | ) |
Definition at line 63 of file test-hash.c.
void cut_shutdown | ( | void | ) |
Definition at line 57 of file test-hash.c.
void cut_startup | ( | void | ) |
Definition at line 51 of file test-hash.c.
void cut_teardown | ( | void | ) |
Definition at line 78 of file test-hash.c.
void data_add_and_delete | ( | void | ) |
Definition at line 560 of file test-hash.c.
void data_create | ( | void | ) |
Definition at line 126 of file test-hash.c.
void data_delete | ( | void | ) |
void data_delete_by_id | ( | void | ) |
Definition at line 384 of file test-hash.c.
void data_get_key | ( | void | ) |
Definition at line 444 of file test-hash.c.
void data_get_value | ( | void | ) |
Definition at line 474 of file test-hash.c.
void data_lookup_add | ( | void | ) |
Definition at line 328 of file test-hash.c.
void data_open | ( | void | ) |
Definition at line 144 of file test-hash.c.
void data_set_value | ( | void | ) |
Definition at line 506 of file test-hash.c.
void data_set_value_with_null_value | ( | void | ) |
Definition at line 533 of file test-hash.c.
void data_truncate | ( | void | ) |
Definition at line 593 of file test-hash.c.
void test_add_and_delete | ( | gconstpointer | data | ) |
void test_create | ( | gconstpointer | data | ) |
Definition at line 134 of file test-hash.c.
void test_delete | ( | gconstpointer | data | ) |
void test_delete_by_id | ( | gconstpointer | data | ) |
Definition at line 391 of file test-hash.c.
void test_get_key | ( | gconstpointer | data | ) |
void test_get_value | ( | gconstpointer | data | ) |
void test_lookup_add | ( | gconstpointer | data | ) |
void test_open | ( | gconstpointer | data | ) |
Definition at line 152 of file test-hash.c.
void test_open_tiny_hash | ( | void | ) |
Definition at line 180 of file test-hash.c.
void test_open_without_path | ( | void | ) |
void test_set_value | ( | gconstpointer | data | ) |
void test_set_value_with_null_value | ( | gconstpointer | data | ) |
void test_truncate | ( | gconstpointer | data | ) |