|
Groonga 3.0.9 Source Code Document
|
Functions | |
| void | cut_setup (void) |
| void | cut_teardown (void) |
| grn_dat * | create_trie (const std::vector< std::string > &keys, const char *path, unsigned int flags=0) |
| void | test_create_without_path (void) |
| void | test_create_with_path (void) |
| void | test_open (void) |
| void | test_remove (void) |
| void | test_get (void) |
| void | test_add (void) |
| void | test_get_key (void) |
| void | test_get_key2_with_refer (void) |
| void | test_get_key2_with_outplace (void) |
| void | test_delete_by_id (void) |
| void | test_delete (void) |
| void | test_update_by_id (void) |
| void | test_update (void) |
| void | test_scan (void) |
| void | test_lcp_search (void) |
| void | test_size (void) |
| void | test_curr_id (void) |
| void | test_truncate (void) |
| void | test_key (void) |
| void | test_next (void) |
| void | test_at (void) |
| void | test_repair (void) |
Variables | |
| grn_ctx | ctx |
| grn_obj * | database |
| grn_dat* test_dat::create_trie | ( | const std::vector< std::string > & | keys, |
| const char * | path, | ||
| unsigned int | flags = 0 |
||
| ) |
Definition at line 100 of file test-dat.cpp.


| void test_dat::cut_setup | ( | void | ) |
| void test_dat::cut_teardown | ( | void | ) |
| void test_dat::test_add | ( | void | ) |
| void test_dat::test_at | ( | void | ) |
| void test_dat::test_create_with_path | ( | void | ) |
| void test_dat::test_create_without_path | ( | void | ) |
| void test_dat::test_curr_id | ( | void | ) |
| void test_dat::test_delete | ( | void | ) |
| void test_dat::test_delete_by_id | ( | void | ) |
| void test_dat::test_get | ( | void | ) |
| void test_dat::test_get_key | ( | void | ) |
| void test_dat::test_get_key2_with_outplace | ( | void | ) |
| void test_dat::test_get_key2_with_refer | ( | void | ) |
| void test_dat::test_key | ( | void | ) |
| void test_dat::test_lcp_search | ( | void | ) |
| void test_dat::test_next | ( | void | ) |
| void test_dat::test_open | ( | void | ) |
| void test_dat::test_remove | ( | void | ) |
| void test_dat::test_repair | ( | void | ) |
| void test_dat::test_scan | ( | void | ) |
| void test_dat::test_size | ( | void | ) |
| void test_dat::test_truncate | ( | void | ) |
| void test_dat::test_update | ( | void | ) |
| void test_dat::test_update_by_id | ( | void | ) |
| grn_ctx ctx |
Definition at line 73 of file test-dat.cpp.
| grn_obj* database |
Definition at line 74 of file test-dat.cpp.
1.8.1.2