Groonga 3.0.9 Source Code Document
|
Go to the source code of this file.
Macros | |
#define | INSERT_DOCUMENT(author, body) cut_trace(insert_document(author, body)) |
#define | PARSE(expr, str, flags) |
#define | ADD_DATUM(label,query_hoge_moge, query_hoge_moge_parse_level,query_poyo, query_poyo_parse_level,query_size, query_size_parse_level) |
Functions | |
void | data_parse (void) |
void | test_parse (gconstpointer data) |
void | test_set_value (void) |
void | test_set_value_with_implicit_variable_reference (void) |
void | test_set_value_with_query (void) |
void | test_proc_call (void) |
void | test_score_set (void) |
void | test_key_equal (void) |
void | test_value_access (void) |
void | test_snip (void) |
void | test_snip_without_tags (void) |
void | test_float_literal (void) |
void | test_uint32_literal (void) |
void | test_lager_than_int32_literal (void) |
void | test_int64_literal (void) |
void | test_long_integer_literal (void) |
void | test_syntax_equal_string_reference_key (void) |
void | cut_startup (void) |
void | cut_shutdown (void) |
void | cut_setup (void) |
void | cut_teardown (void) |
#define ADD_DATUM | ( | label, | |
query_hoge_moge, | |||
query_hoge_moge_parse_level, | |||
query_poyo, | |||
query_poyo_parse_level, | |||
query_size, | |||
query_size_parse_level | |||
) |
#define INSERT_DOCUMENT | ( | author, | |
body | |||
) | cut_trace(insert_document(author, body)) |
Definition at line 124 of file test-expr-parse.c.
#define PARSE | ( | expr, | |
str, | |||
flags | |||
) |
Definition at line 232 of file test-expr-parse.c.
void cut_setup | ( | void | ) |
void cut_shutdown | ( | void | ) |
Definition at line 60 of file test-expr-parse.c.
void cut_startup | ( | void | ) |
void cut_teardown | ( | void | ) |
void data_parse | ( | void | ) |
Definition at line 237 of file test-expr-parse.c.
void test_float_literal | ( | void | ) |
Definition at line 802 of file test-expr-parse.c.
void test_int64_literal | ( | void | ) |
Definition at line 835 of file test-expr-parse.c.
void test_key_equal | ( | void | ) |
void test_lager_than_int32_literal | ( | void | ) |
Definition at line 824 of file test-expr-parse.c.
void test_long_integer_literal | ( | void | ) |
Definition at line 847 of file test-expr-parse.c.
void test_parse | ( | gconstpointer | data | ) |
void test_proc_call | ( | void | ) |
void test_score_set | ( | void | ) |
void test_set_value | ( | void | ) |
void test_set_value_with_implicit_variable_reference | ( | void | ) |
void test_set_value_with_query | ( | void | ) |
void test_snip | ( | void | ) |
void test_snip_without_tags | ( | void | ) |
void test_syntax_equal_string_reference_key | ( | void | ) |
Definition at line 860 of file test-expr-parse.c.
void test_uint32_literal | ( | void | ) |
Definition at line 813 of file test-expr-parse.c.
void test_value_access | ( | void | ) |