#include <gcutter.h>
#include <glib/gstdio.h>
#include "../lib/grn-assertions.h"
#include <str.h>
#include <util.h>
Go to the source code of this file.
Macro Definition Documentation
#define ADD_DATUM |
( |
|
table, |
|
|
|
accessor |
|
) |
| |
Value:gcut_add_datum(table "." accessor, \
"table", G_TYPE_STRING, table, \
"accessor", G_TYPE_STRING, accessor, \
NULL)
#define ADD_DATUM |
( |
|
accessor | ) |
|
Value:gcut_add_datum(accessor, \
"accessor", G_TYPE_STRING, accessor, \
NULL)
Function Documentation
void cut_shutdown |
( |
void |
| ) |
|
void cut_startup |
( |
void |
| ) |
|
void cut_teardown |
( |
void |
| ) |
|
void data_accessor_column_name |
( |
void |
| ) |
|
void data_accessor_dynamic_pseudo_column_name |
( |
void |
| ) |
|
void test_accessor_column_name |
( |
gconstpointer |
data | ) |
|
void test_accessor_dynamic_pseudo_column_name |
( |
gconstpointer |
data | ) |
|
void test_array_empty |
( |
void |
| ) |
|
void test_array_with_records |
( |
void |
| ) |
|
void test_bool_false |
( |
void |
| ) |
|
void test_bool_true |
( |
void |
| ) |
|
void test_column_fix_size |
( |
void |
| ) |
|
void test_column_index |
( |
void |
| ) |
|
void test_column_var_size |
( |
void |
| ) |
|
void test_geo_point_tokyo |
( |
void |
| ) |
|
void test_geo_point_wgs84 |
( |
void |
| ) |
|
void test_hash_empty |
( |
void |
| ) |
|
void test_hash_with_records |
( |
void |
| ) |
|
void test_patricia_trie_cursor_empty |
( |
void |
| ) |
|
void test_patricia_trie_cursor_with_records |
( |
void |
| ) |
|
void test_patricia_trie_empty |
( |
void |
| ) |
|
void test_patricia_trie_with_records |
( |
void |
| ) |
|
void test_proc_command |
( |
void |
| ) |
|
void test_proc_function |
( |
void |
| ) |
|
void test_pvector_empty |
( |
void |
| ) |
|
void test_pvector_with_records |
( |
void |
| ) |
|
void test_record |
( |
void |
| ) |
|
void test_uint16 |
( |
void |
| ) |
|
void test_uint32 |
( |
void |
| ) |
|
void test_uint64 |
( |
void |
| ) |
|
void test_uvector_bool |
( |
void |
| ) |
|
void test_uvector_empty |
( |
void |
| ) |
|
void test_uvector_with_records |
( |
void |
| ) |
|
void test_vector_empty |
( |
void |
| ) |
|
void test_void_value |
( |
void |
| ) |
|