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

Go to the source code of this file.

Macros

#define ADD_DATA(label, flags)
#define ADD_DATA(label, table_type, key)

Functions

void data_table (void)
void test_table (gconstpointer data)
void data_normalize (void)
void test_normalize (gconstpointer data)
void cut_startup (void)
void cut_shutdown (void)
void cut_setup (void)
void cut_teardown (void)

Macro Definition Documentation

#define ADD_DATA (   label,
  flags 
)
Value:
gcut_add_datum(label, \
"flags", G_TYPE_INT, flags, \
NULL)
#define ADD_DATA (   label,
  table_type,
  key 
)
Value:
gcut_add_datum(label, \
"table_type", G_TYPE_STRING, table_type, \
"key", G_TYPE_STRING, key, \
NULL)

Function Documentation

void cut_setup ( void  )

Definition at line 60 of file test-table-cursor.c.

Here is the call graph for this function:

void cut_shutdown ( void  )

Definition at line 48 of file test-table-cursor.c.

void cut_startup ( void  )

Definition at line 40 of file test-table-cursor.c.

Here is the call graph for this function:

void cut_teardown ( void  )

Definition at line 77 of file test-table-cursor.c.

Here is the call graph for this function:

void data_normalize ( void  )

Definition at line 120 of file test-table-cursor.c.

void data_table ( void  )

Definition at line 89 of file test-table-cursor.c.

void test_normalize ( gconstpointer  data)

Definition at line 144 of file test-table-cursor.c.

Here is the call graph for this function:

void test_table ( gconstpointer  data)

Definition at line 104 of file test-table-cursor.c.

Here is the call graph for this function: