|
Groonga 3.0.9 Source Code Document
|


Go to the source code of this file.
Macros | |
| #define | grn_test_assert_create_hash(hash, factory) |
| #define | grn_test_assert_open_hash(hash, factory) |
| #define | grn_test_assert_fail_open_hash(hash, factory) |
Functions | |
| void | grn_test_assert_create_hash_helper (grn_hash **hash, GrnTestHashFactory *factory) |
| void | grn_test_assert_open_hash_helper (grn_hash **hash, GrnTestHashFactory *factory) |
| void | grn_test_assert_fail_open_hash_helper (grn_hash **hash, GrnTestHashFactory *factory) |
| #define grn_test_assert_create_hash | ( | hash, | |
| factory | |||
| ) |
Definition at line 25 of file grn-test-hash-assertions.h.
| #define grn_test_assert_fail_open_hash | ( | hash, | |
| factory | |||
| ) |
Definition at line 35 of file grn-test-hash-assertions.h.
| #define grn_test_assert_open_hash | ( | hash, | |
| factory | |||
| ) |
Definition at line 30 of file grn-test-hash-assertions.h.
| void grn_test_assert_create_hash_helper | ( | grn_hash ** | hash, |
| GrnTestHashFactory * | factory | ||
| ) |
| void grn_test_assert_fail_open_hash_helper | ( | grn_hash ** | hash, |
| GrnTestHashFactory * | factory | ||
| ) |
| void grn_test_assert_open_hash_helper | ( | grn_hash ** | hash, |
| GrnTestHashFactory * | factory | ||
| ) |
1.8.1.2