|
Groonga 3.0.9 Source Code Document
|
#include <gcutter.h>#include <glib/gstdio.h>#include "../lib/grn-assertions.h"#include <str.h>#include <geo.h>
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) |
| #define ADD_DATA | ( | label, | |
| expected, | |||
| top, | |||
| left, | |||
| bottom, | |||
| right | |||
| ) |
Definition at line 111 of file test-geo-in-rectangle-border.c.
| #define ALL_LONGITUDES | ( | latitude | ) |
| #define get | ( | name | ) | grn_ctx_get(context, name, strlen(name)) |
Definition at line 27 of file test-geo-in-rectangle-border.c.
| void cut_setup | ( | void | ) |
Definition at line 66 of file test-geo-in-rectangle-border.c.

| 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.

| void cut_teardown | ( | void | ) |
Definition at line 98 of file test-geo-in-rectangle-border.c.

| 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.

1.8.1.2