Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Macros | Functions
test-accessor.c File Reference
#include <groonga.h>
#include <gcutter.h>
#include <glib/gstdio.h>
#include "../lib/grn-assertions.h"
Include dependency graph for test-accessor.c:

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)

Macro Definition Documentation

#define ADD_DATA (   accessor_name)
Value:
gcut_add_datum(accessor_name, \
"accessor_name", G_TYPE_STRING, accessor_name, \
NULL)
#define get (   name)    grn_ctx_get(context, name, strlen(name))

Definition at line 26 of file test-accessor.c.

Function Documentation

void cut_setup ( void  )

Definition at line 57 of file test-accessor.c.

Here is the call graph for this function:

void cut_shutdown ( void  )

Definition at line 45 of file test-accessor.c.

void cut_startup ( void  )

Definition at line 37 of file test-accessor.c.

Here is the call graph for this function:

void cut_teardown ( void  )

Definition at line 72 of file test-accessor.c.

Here is the call graph for this function:

void data_column_name ( void  )

Definition at line 82 of file test-accessor.c.

void test_column_name ( gconstpointer  data)

Definition at line 98 of file test-accessor.c.

Here is the call graph for this function: