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

Functions

void cut_setup (void)
void cut_teardown (void)
grn_datcreate_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_objdatabase

Function Documentation

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.

Here is the call graph for this function:

Here is the caller graph for this function:

void test_dat::cut_setup ( void  )

Definition at line 76 of file test-dat.cpp.

Here is the call graph for this function:

void test_dat::cut_teardown ( void  )

Definition at line 89 of file test-dat.cpp.

Here is the call graph for this function:

void test_dat::test_add ( void  )

Definition at line 214 of file test-dat.cpp.

Here is the call graph for this function:

void test_dat::test_at ( void  )

Definition at line 727 of file test-dat.cpp.

Here is the call graph for this function:

void test_dat::test_create_with_path ( void  )

Definition at line 129 of file test-dat.cpp.

Here is the call graph for this function:

void test_dat::test_create_without_path ( void  )

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

Here is the call graph for this function:

void test_dat::test_curr_id ( void  )

Definition at line 640 of file test-dat.cpp.

Here is the call graph for this function:

void test_dat::test_delete ( void  )

Definition at line 338 of file test-dat.cpp.

Here is the call graph for this function:

void test_dat::test_delete_by_id ( void  )

Definition at line 307 of file test-dat.cpp.

Here is the call graph for this function:

void test_dat::test_get ( void  )

Definition at line 199 of file test-dat.cpp.

Here is the call graph for this function:

void test_dat::test_get_key ( void  )

Definition at line 226 of file test-dat.cpp.

Here is the call graph for this function:

void test_dat::test_get_key2_with_outplace ( void  )

Definition at line 276 of file test-dat.cpp.

Here is the call graph for this function:

void test_dat::test_get_key2_with_refer ( void  )

Definition at line 246 of file test-dat.cpp.

Here is the call graph for this function:

void test_dat::test_key ( void  )

Definition at line 683 of file test-dat.cpp.

Here is the call graph for this function:

void test_dat::test_lcp_search ( void  )

Definition at line 586 of file test-dat.cpp.

Here is the call graph for this function:

void test_dat::test_next ( void  )

Definition at line 703 of file test-dat.cpp.

Here is the call graph for this function:

void test_dat::test_open ( void  )

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

Here is the call graph for this function:

void test_dat::test_remove ( void  )

Definition at line 165 of file test-dat.cpp.

Here is the call graph for this function:

void test_dat::test_repair ( void  )

Definition at line 750 of file test-dat.cpp.

Here is the call graph for this function:

void test_dat::test_scan ( void  )

Definition at line 477 of file test-dat.cpp.

Here is the call graph for this function:

void test_dat::test_size ( void  )

Definition at line 629 of file test-dat.cpp.

Here is the call graph for this function:

void test_dat::test_truncate ( void  )

Definition at line 662 of file test-dat.cpp.

Here is the call graph for this function:

void test_dat::test_update ( void  )

Definition at line 422 of file test-dat.cpp.

Here is the call graph for this function:

void test_dat::test_update_by_id ( void  )

Definition at line 371 of file test-dat.cpp.

Here is the call graph for this function:

Variable Documentation

grn_ctx ctx

Definition at line 73 of file test-dat.cpp.

grn_obj* database

Definition at line 74 of file test-dat.cpp.