Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Functions | Variables
test_dat_trie Namespace Reference

Functions

void cut_setup (void)
void cut_teardown (void)
void test_empty_trie (void)
void test_trie_on_memory (void)
void test_trie_on_file (void)
void test_insert (void)
void test_ith_key (void)
void test_search (void)
void test_lcp_search (void)
void test_remove (void)
void test_update (void)
void test_create (void)
void test_random_queries (void)
gpointer sub_test_multi_threaded_random_queries (gpointer data)
void test_multi_threaded_random_queries (void)

Variables

const gchar * base_dir = NULL

Function Documentation

void test_dat_trie::cut_setup ( void  )

Definition at line 101 of file test-trie.cpp.

Here is the call graph for this function:

void test_dat_trie::cut_teardown ( void  )

Definition at line 110 of file test-trie.cpp.

gpointer test_dat_trie::sub_test_multi_threaded_random_queries ( gpointer  data)

Definition at line 536 of file test-trie.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void test_dat_trie::test_create ( void  )

Definition at line 401 of file test-trie.cpp.

Here is the call graph for this function:

void test_dat_trie::test_empty_trie ( void  )

Definition at line 117 of file test-trie.cpp.

Here is the call graph for this function:

void test_dat_trie::test_insert ( void  )

Definition at line 187 of file test-trie.cpp.

Here is the call graph for this function:

void test_dat_trie::test_ith_key ( void  )

Definition at line 220 of file test-trie.cpp.

Here is the call graph for this function:

void test_dat_trie::test_lcp_search ( void  )

Definition at line 264 of file test-trie.cpp.

Here is the call graph for this function:

void test_dat_trie::test_multi_threaded_random_queries ( void  )

Definition at line 559 of file test-trie.cpp.

Here is the call graph for this function:

void test_dat_trie::test_random_queries ( void  )

Definition at line 436 of file test-trie.cpp.

Here is the call graph for this function:

void test_dat_trie::test_remove ( void  )

Definition at line 314 of file test-trie.cpp.

Here is the call graph for this function:

void test_dat_trie::test_search ( void  )

Definition at line 241 of file test-trie.cpp.

Here is the call graph for this function:

void test_dat_trie::test_trie_on_file ( void  )

Definition at line 157 of file test-trie.cpp.

Here is the call graph for this function:

void test_dat_trie::test_trie_on_memory ( void  )

Definition at line 141 of file test-trie.cpp.

Here is the call graph for this function:

void test_dat_trie::test_update ( void  )

Definition at line 356 of file test-trie.cpp.

Here is the call graph for this function:

Variable Documentation

const gchar* base_dir = NULL

Definition at line 99 of file test-trie.cpp.