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

Go to the source code of this file.

Macros

#define get(name)   grn_ctx_get(context, name, strlen(name))
#define ADD_DATA(label, expected, top, left, bottom, right)
#define ALL_LONGITUDES(latitude)

Functions

void data_cursor (void)
void test_cursor (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,
  expected,
  top,
  left,
  bottom,
  right 
)
Value:
gcut_add_datum(label, \
"expected", G_TYPE_POINTER, expected, gcut_list_string_free, \
"top", G_TYPE_INT, top, \
"left", G_TYPE_INT, left, \
"bottom", G_TYPE_INT, bottom, \
"right", G_TYPE_INT, right, \
NULL)

Definition at line 111 of file test-geo-in-rectangle-border.c.

#define ALL_LONGITUDES (   latitude)
Value:
"(" latitude ",00)", "(" latitude ",01)", \
"(" latitude ",02)", "(" latitude ",03)", \
"(" latitude ",04)", "(" latitude ",05)", \
"(" latitude ",06)", "(" latitude ",07)", \
"(" latitude ",08)", "(" latitude ",09)", \
"(" latitude ",10)", "(" latitude ",11)", \
"(" latitude ",12)", "(" latitude ",13)", \
"(" latitude ",14)", "(" latitude ",15)"
#define get (   name)    grn_ctx_get(context, name, strlen(name))

Definition at line 27 of file test-geo-in-rectangle-border.c.

Function Documentation

void cut_setup ( void  )

Definition at line 66 of file test-geo-in-rectangle-border.c.

Here is the call graph for this function:

void cut_shutdown ( void  )

Definition at line 47 of file test-geo-in-rectangle-border.c.

void cut_startup ( void  )

Definition at line 39 of file test-geo-in-rectangle-border.c.

Here is the call graph for this function:

void cut_teardown ( void  )

Definition at line 98 of file test-geo-in-rectangle-border.c.

Here is the call graph for this function:

void data_cursor ( void  )

Definition at line 383 of file test-geo-in-rectangle-border.c.

void test_cursor ( gconstpointer  data)

Definition at line 409 of file test-geo-in-rectangle-border.c.

Here is the call graph for this function: