Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Structures | Typedefs | Functions
grn-test-utils.c File Reference
#include <str.h>
#include <db.h>
#include "grn-assertions.h"
Include dependency graph for grn-test-utils.c:

Go to the source code of this file.

Data Structures

struct  _grn_log
struct  _grn_logger_context

Typedefs

typedef struct _grn_log grn_log
typedef struct _grn_logger_context grn_logger_context

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_infogrn_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_infosetup_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

typedef struct _grn_log grn_log

Function Documentation

void grn_collect_logger_clear_messages ( grn_logger_info logger)

Definition at line 364 of file grn-test-utils.c.

Here is the caller graph for this function:

void grn_collect_logger_free ( grn_logger_info logger)

Definition at line 414 of file grn-test-utils.c.

Here is the caller graph for this function:

const GList* grn_collect_logger_get_messages ( grn_logger_info logger)

Definition at line 372 of file grn-test-utils.c.

Here is the caller graph for this function:

grn_logger_info* grn_collect_logger_new ( void  )

Definition at line 350 of file grn-test-utils.c.

Here is the caller graph for this function:

void grn_collect_logger_print_messages ( grn_logger_info logger)

Definition at line 401 of file grn-test-utils.c.

Here is the call graph for this function:

const gchar* grn_collect_logger_to_string ( grn_logger_info logger)

Definition at line 380 of file grn-test-utils.c.

Here is the call graph for this function:

GString* grn_long_name_new ( gssize  max_size)

Definition at line 459 of file grn-test-utils.c.

Here is the caller graph for this function:

GString* grn_long_path_new ( const gchar *  base_path,
gssize  max_size 
)

Definition at line 445 of file grn-test-utils.c.

Here is the caller graph for this function:

const gchar* grn_rc_to_string ( grn_rc  rc)

Definition at line 25 of file grn-test-utils.c.

Here is the caller graph for this function:

gdouble grn_test_coordinate_in_degree ( gint  coordinate_in_milliseconds)

Definition at line 752 of file grn-test-utils.c.

gint grn_test_coordinate_in_milliseconds ( gdouble  coordinate_in_degree)

Definition at line 737 of file grn-test-utils.c.

Here is the caller graph for this function:

const gchar* grn_test_get_base_dir ( void  )

Definition at line 181 of file grn-test-utils.c.

Here is the caller graph for this function:

const gchar* grn_test_get_build_dir ( void  )

Definition at line 207 of file grn-test-utils.c.

Here is the call graph for this function:

Here is the caller graph for this function:

const gchar* grn_test_get_tmp_dir ( void  )

Definition at line 234 of file grn-test-utils.c.

Here is the call graph for this function:

Here is the caller graph for this function:

const gchar* grn_test_location_string ( gdouble  latitude_in_degree,
gdouble  longitude_in_degree 
)

Definition at line 758 of file grn-test-utils.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void grn_test_object_inspect ( GString *  output,
grn_ctx context,
grn_obj object 
)

Definition at line 626 of file grn-test-utils.c.

Here is the call graph for this function:

Here is the caller graph for this function:

GList* grn_test_pat_cursor_get_keys ( grn_ctx context,
grn_table_cursor cursor 
)

Definition at line 477 of file grn-test-utils.c.

Here is the call graph for this function:

Here is the caller graph for this function:

GList* grn_test_pat_cursor_get_pairs ( grn_ctx context,
grn_table_cursor cursor 
)

Definition at line 512 of file grn-test-utils.c.

Here is the call graph for this function:

Here is the caller graph for this function:

GList* grn_test_pat_get_keys ( grn_ctx context,
grn_obj patricia_trie 
)

Definition at line 498 of file grn-test-utils.c.

Here is the call graph for this function:

Here is the caller graph for this function:

GHashTable* grn_test_pat_get_pairs ( grn_ctx context,
grn_obj patricia_trie 
)

Definition at line 540 of file grn-test-utils.c.

Here is the call graph for this function:

const gchar* grn_test_send_command ( grn_ctx context,
const gchar *  command 
)

Definition at line 660 of file grn-test-utils.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void grn_test_send_commands ( grn_ctx context,
const gchar *  line_separated_commands 
)

Definition at line 692 of file grn-test-utils.c.

Here is the call graph for this function:

const GList* grn_test_table_collect_string ( grn_ctx context,
grn_obj table,
const gchar *  text_column_name 
)

Definition at line 705 of file grn-test-utils.c.

Here is the call graph for this function:

Here is the caller graph for this function:

const gchar* grn_test_type_inspect ( grn_ctx context,
unsigned char  type 
)

Definition at line 569 of file grn-test-utils.c.

Here is the caller graph for this function:

grn_logger_info* setup_grn_logger ( void  )

Definition at line 426 of file grn-test-utils.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void teardown_grn_logger ( grn_logger_info logger)

Definition at line 436 of file grn-test-utils.c.

Here is the call graph for this function:

Here is the caller graph for this function: