#include <str.h>
#include <db.h>
#include "grn-assertions.h"
Go to the source code of this file.
Functions |
const gchar * | grn_rc_to_string (grn_rc rc) |
const gchar * | grn_test_get_base_dir (void) |
const gchar * | grn_test_get_build_dir (void) |
const gchar * | grn_test_get_tmp_dir (void) |
grn_logger_info * | grn_collect_logger_new (void) |
void | grn_collect_logger_clear_messages (grn_logger_info *logger) |
const GList * | grn_collect_logger_get_messages (grn_logger_info *logger) |
const gchar * | grn_collect_logger_to_string (grn_logger_info *logger) |
void | grn_collect_logger_print_messages (grn_logger_info *logger) |
void | grn_collect_logger_free (grn_logger_info *logger) |
grn_logger_info * | setup_grn_logger (void) |
void | teardown_grn_logger (grn_logger_info *logger) |
GString * | grn_long_path_new (const gchar *base_path, gssize max_size) |
GString * | grn_long_name_new (gssize max_size) |
GList * | grn_test_pat_cursor_get_keys (grn_ctx *context, grn_table_cursor *cursor) |
GList * | grn_test_pat_get_keys (grn_ctx *context, grn_obj *patricia_trie) |
GList * | grn_test_pat_cursor_get_pairs (grn_ctx *context, grn_table_cursor *cursor) |
GHashTable * | grn_test_pat_get_pairs (grn_ctx *context, grn_obj *patricia_trie) |
const gchar * | grn_test_type_inspect (grn_ctx *context, unsigned char type) |
void | grn_test_object_inspect (GString *output, grn_ctx *context, grn_obj *object) |
const gchar * | grn_test_send_command (grn_ctx *context, const gchar *command) |
void | grn_test_send_commands (grn_ctx *context, const gchar *line_separated_commands) |
const GList * | grn_test_table_collect_string (grn_ctx *context, grn_obj *table, const gchar *text_column_name) |
gint | grn_test_coordinate_in_milliseconds (gdouble coordinate_in_degree) |
gdouble | grn_test_coordinate_in_degree (gint coordinate_in_milliseconds) |
const gchar * | grn_test_location_string (gdouble latitude_in_degree, gdouble longitude_in_degree) |
Typedef Documentation
Function Documentation
GString* grn_long_name_new |
( |
gssize |
max_size | ) |
|
GString* grn_long_path_new |
( |
const gchar * |
base_path, |
|
|
gssize |
max_size |
|
) |
| |
const gchar* grn_rc_to_string |
( |
grn_rc |
rc | ) |
|
gdouble grn_test_coordinate_in_degree |
( |
gint |
coordinate_in_milliseconds | ) |
|
gint grn_test_coordinate_in_milliseconds |
( |
gdouble |
coordinate_in_degree | ) |
|
const gchar* grn_test_get_base_dir |
( |
void |
| ) |
|
const gchar* grn_test_get_build_dir |
( |
void |
| ) |
|
const gchar* grn_test_get_tmp_dir |
( |
void |
| ) |
|
const gchar* grn_test_location_string |
( |
gdouble |
latitude_in_degree, |
|
|
gdouble |
longitude_in_degree |
|
) |
| |
void grn_test_object_inspect |
( |
GString * |
output, |
|
|
grn_ctx * |
context, |
|
|
grn_obj * |
object |
|
) |
| |
GList* grn_test_pat_get_keys |
( |
grn_ctx * |
context, |
|
|
grn_obj * |
patricia_trie |
|
) |
| |
GHashTable* grn_test_pat_get_pairs |
( |
grn_ctx * |
context, |
|
|
grn_obj * |
patricia_trie |
|
) |
| |
const gchar* grn_test_send_command |
( |
grn_ctx * |
context, |
|
|
const gchar * |
command |
|
) |
| |
void grn_test_send_commands |
( |
grn_ctx * |
context, |
|
|
const gchar * |
line_separated_commands |
|
) |
| |
const GList* grn_test_table_collect_string |
( |
grn_ctx * |
context, |
|
|
grn_obj * |
table, |
|
|
const gchar * |
text_column_name |
|
) |
| |
const gchar* grn_test_type_inspect |
( |
grn_ctx * |
context, |
|
|
unsigned char |
type |
|
) |
| |