Groonga 3.0.9 Source Code Document
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Macros | Functions
test-patricia-trie-search.c File Reference
#include "test-patricia-trie.h"
Include dependency graph for test-patricia-trie-search.c:

Go to the source code of this file.

Macros

#define create_hash()
#define cut_assert_create_hash()

Functions

void data_lcp_search (void)
void test_lcp_search (gconstpointer data)
void data_prefix_search (void)
void test_prefix_search (gconstpointer data)
void data_suffix_search (void)
void test_suffix_search (gconstpointer data)
void cut_setup (void)
void cut_teardown (void)

Macro Definition Documentation

#define create_hash ( )
Value:
hash = grn_hash_create(context, NULL, sizeof(grn_id), \

Definition at line 70 of file test-patricia-trie-search.c.

#define cut_assert_create_hash ( )
Value:
do \
{ \
clear_messages(); \
hash_free(); \
create_hash(); \
cut_assert_equal_g_list_string(NULL, messages()); \
cut_assert(hash); \
} while (0)

Definition at line 74 of file test-patricia-trie-search.c.

Function Documentation

void cut_setup ( void  )

Definition at line 33 of file test-patricia-trie-search.c.

void cut_teardown ( void  )

Definition at line 63 of file test-patricia-trie-search.c.

void data_lcp_search ( void  )

Definition at line 142 of file test-patricia-trie-search.c.

void data_prefix_search ( void  )

Definition at line 237 of file test-patricia-trie-search.c.

void data_suffix_search ( void  )

Definition at line 315 of file test-patricia-trie-search.c.

void test_lcp_search ( gconstpointer  data)

Definition at line 172 of file test-patricia-trie-search.c.

Here is the call graph for this function:

void test_prefix_search ( gconstpointer  data)

Definition at line 285 of file test-patricia-trie-search.c.

Here is the call graph for this function:

void test_suffix_search ( gconstpointer  data)

Definition at line 360 of file test-patricia-trie-search.c.

Here is the call graph for this function: