Groonga 3.0.9 Source Code Document
|
#include <dat.h>
#include <gcutter.h>
#include <glib/gstdio.h>
#include <cppcutter.h>
#include <grn-assertions.h>
#include <algorithm>
#include <cstdio>
#include <cstdlib>
#include <ctime>
#include <set>
#include <string>
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | test_dat |
Macros | |
#define | ENABLE_API APIScope api_scope(&ctx); |
Functions | |
void | cut_setup (void) |
void | cut_teardown (void) |
grn_dat * | create_trie (const std::vector< std::string > &keys, const char *path, unsigned int flags=0) |
void | test_create_without_path (void) |
void | test_create_with_path (void) |
void | test_open (void) |
void | test_remove (void) |
void | test_get (void) |
void | test_add (void) |
void | test_get_key (void) |
void | test_get_key2_with_refer (void) |
void | test_get_key2_with_outplace (void) |
void | test_delete_by_id (void) |
void | test_delete (void) |
void | test_update_by_id (void) |
void | test_update (void) |
void | test_scan (void) |
void | test_lcp_search (void) |
void | test_size (void) |
void | test_curr_id (void) |
void | test_truncate (void) |
void | test_key (void) |
void | test_next (void) |
void | test_at (void) |
void | test_repair (void) |
Variables | |
grn_ctx | ctx |
grn_obj * | database |
#define ENABLE_API APIScope api_scope(&ctx); |
Definition at line 68 of file test-dat.cpp.