|
Groonga 3.0.9 Source Code Document
|
#include <groonga.h>#include <gcutter.h>#include <glib/gstdio.h>#include "../lib/grn-assertions.h"
Go to the source code of this file.
Macros | |
| #define | get(name) grn_ctx_get(context, name, strlen(name)) |
| #define | ADD_DATA(accessor_name) |
Functions | |
| void | data_column_name (void) |
| void | test_column_name (gconstpointer data) |
| void | cut_startup (void) |
| void | cut_shutdown (void) |
| void | cut_setup (void) |
| void | cut_teardown (void) |
| #define ADD_DATA | ( | accessor_name | ) |
| #define get | ( | name | ) | grn_ctx_get(context, name, strlen(name)) |
Definition at line 26 of file test-accessor.c.
| void cut_setup | ( | void | ) |
| void cut_shutdown | ( | void | ) |
Definition at line 45 of file test-accessor.c.
| void cut_startup | ( | void | ) |
| void cut_teardown | ( | void | ) |
| void data_column_name | ( | void | ) |
Definition at line 82 of file test-accessor.c.
| void test_column_name | ( | gconstpointer | data | ) |
1.8.1.2