Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Structures | Macros | Typedefs | Functions
grn-test-hash-factory.c File Reference
#include "grn-test-hash-factory.h"
Include dependency graph for grn-test-hash-factory.c:

Go to the source code of this file.

Data Structures

struct  _GrnTestHashFactoryPrivate

Macros

#define GRN_TEST_HASH_FACTORY_GET_PRIVATE(obj)

Typedefs

typedef struct
_GrnTestHashFactoryPrivate 
GrnTestHashFactoryPrivate

Functions

GQuark grn_test_hash_factory_error_quark (void)
GrnTestHashFactorygrn_test_hash_factory_new (void)
grn_hashgrn_test_hash_factory_open (GrnTestHashFactory *factory, GError **error)
grn_hashgrn_test_hash_factory_create (GrnTestHashFactory *factory, GError **error)
grn_hash_cursorgrn_test_hash_factory_open_cursor (GrnTestHashFactory *factory, GError **error)
grn_ctxgrn_test_hash_factory_get_context (GrnTestHashFactory *factory)
GrnTestContextFlags grn_test_hash_factory_get_context_flags (GrnTestHashFactory *factory)
void grn_test_hash_factory_set_context_flags (GrnTestHashFactory *factory, GrnTestContextFlags flags)
grn_logger_infogrn_test_hash_factory_get_logger (GrnTestHashFactory *factory)
void grn_test_hash_factory_set_logger (GrnTestHashFactory *factory, grn_logger_info *logger)
const gchar * grn_test_hash_factory_get_path (GrnTestHashFactory *factory)
void grn_test_hash_factory_set_path (GrnTestHashFactory *factory, const gchar *path)
guint32 grn_test_hash_factory_get_key_size (GrnTestHashFactory *factory)
void grn_test_hash_factory_set_key_size (GrnTestHashFactory *factory, guint32 key_size)
guint32 grn_test_hash_factory_get_value_size (GrnTestHashFactory *factory)
void grn_test_hash_factory_set_value_size (GrnTestHashFactory *factory, guint32 value_size)
GrnTestHashFlags grn_test_hash_factory_get_flags (GrnTestHashFactory *factory)
void grn_test_hash_factory_set_flags (GrnTestHashFactory *factory, GrnTestHashFlags flags)
void grn_test_hash_factory_add_flags (GrnTestHashFactory *factory, GrnTestHashFlags flags)
GrnTestEncoding grn_test_hash_factory_get_encoding (GrnTestHashFactory *factory)
void grn_test_hash_factory_set_encoding (GrnTestHashFactory *factory, GrnTestEncoding encoding)
const gchar * grn_test_hash_factory_get_cursor_min (GrnTestHashFactory *factory)
guint32 grn_test_hash_factory_get_cursor_min_size (GrnTestHashFactory *factory)
void grn_test_hash_factory_set_cursor_min (GrnTestHashFactory *factory, const gchar *min, guint32 size)
const gchar * grn_test_hash_factory_get_cursor_max (GrnTestHashFactory *factory)
guint32 grn_test_hash_factory_get_cursor_max_size (GrnTestHashFactory *factory)
void grn_test_hash_factory_set_cursor_max (GrnTestHashFactory *factory, const gchar *max, guint32 size)
GrnTestCursorFlags grn_test_hash_factory_get_cursor_flags (GrnTestHashFactory *factory)
void grn_test_hash_factory_set_cursor_flags (GrnTestHashFactory *factory, GrnTestCursorFlags flags)
void grn_test_hash_factory_add_cursor_flags (GrnTestHashFactory *factory, GrnTestCursorFlags flags)

Macro Definition Documentation

#define GRN_TEST_HASH_FACTORY_GET_PRIVATE (   obj)
Value:
(G_TYPE_INSTANCE_GET_PRIVATE((obj), GRN_TYPE_TEST_HASH_FACTORY, \

Definition at line 21 of file grn-test-hash-factory.c.

Typedef Documentation

Definition at line 25 of file grn-test-hash-factory.c.

Function Documentation

void grn_test_hash_factory_add_cursor_flags ( GrnTestHashFactory factory,
GrnTestCursorFlags  flags 
)

Definition at line 430 of file grn-test-hash-factory.c.

void grn_test_hash_factory_add_flags ( GrnTestHashFactory factory,
GrnTestHashFlags  flags 
)

Definition at line 345 of file grn-test-hash-factory.c.

Here is the caller graph for this function:

grn_hash* grn_test_hash_factory_create ( GrnTestHashFactory factory,
GError **  error 
)

Definition at line 203 of file grn-test-hash-factory.c.

Here is the call graph for this function:

Here is the caller graph for this function:

GQuark grn_test_hash_factory_error_quark ( void  )

Definition at line 147 of file grn-test-hash-factory.c.

grn_ctx* grn_test_hash_factory_get_context ( GrnTestHashFactory factory)

Definition at line 256 of file grn-test-hash-factory.c.

GrnTestContextFlags grn_test_hash_factory_get_context_flags ( GrnTestHashFactory factory)

Definition at line 262 of file grn-test-hash-factory.c.

GrnTestCursorFlags grn_test_hash_factory_get_cursor_flags ( GrnTestHashFactory factory)

Definition at line 417 of file grn-test-hash-factory.c.

const gchar* grn_test_hash_factory_get_cursor_max ( GrnTestHashFactory factory)

Definition at line 391 of file grn-test-hash-factory.c.

guint32 grn_test_hash_factory_get_cursor_max_size ( GrnTestHashFactory factory)

Definition at line 397 of file grn-test-hash-factory.c.

const gchar* grn_test_hash_factory_get_cursor_min ( GrnTestHashFactory factory)

Definition at line 365 of file grn-test-hash-factory.c.

guint32 grn_test_hash_factory_get_cursor_min_size ( GrnTestHashFactory factory)

Definition at line 371 of file grn-test-hash-factory.c.

GrnTestEncoding grn_test_hash_factory_get_encoding ( GrnTestHashFactory factory)

Definition at line 352 of file grn-test-hash-factory.c.

GrnTestHashFlags grn_test_hash_factory_get_flags ( GrnTestHashFactory factory)

Definition at line 332 of file grn-test-hash-factory.c.

Here is the caller graph for this function:

guint32 grn_test_hash_factory_get_key_size ( GrnTestHashFactory factory)

Definition at line 306 of file grn-test-hash-factory.c.

grn_logger_info* grn_test_hash_factory_get_logger ( GrnTestHashFactory factory)

Definition at line 275 of file grn-test-hash-factory.c.

Here is the caller graph for this function:

const gchar* grn_test_hash_factory_get_path ( GrnTestHashFactory factory)

Definition at line 288 of file grn-test-hash-factory.c.

Here is the caller graph for this function:

guint32 grn_test_hash_factory_get_value_size ( GrnTestHashFactory factory)

Definition at line 319 of file grn-test-hash-factory.c.

GrnTestHashFactory* grn_test_hash_factory_new ( void  )

Definition at line 153 of file grn-test-hash-factory.c.

grn_hash* grn_test_hash_factory_open ( GrnTestHashFactory factory,
GError **  error 
)

Definition at line 183 of file grn-test-hash-factory.c.

Here is the call graph for this function:

Here is the caller graph for this function:

grn_hash_cursor* grn_test_hash_factory_open_cursor ( GrnTestHashFactory factory,
GError **  error 
)

Definition at line 226 of file grn-test-hash-factory.c.

Here is the call graph for this function:

void grn_test_hash_factory_set_context_flags ( GrnTestHashFactory factory,
GrnTestContextFlags  flags 
)

Definition at line 268 of file grn-test-hash-factory.c.

void grn_test_hash_factory_set_cursor_flags ( GrnTestHashFactory factory,
GrnTestCursorFlags  flags 
)

Definition at line 423 of file grn-test-hash-factory.c.

void grn_test_hash_factory_set_cursor_max ( GrnTestHashFactory factory,
const gchar *  max,
guint32  size 
)

Definition at line 403 of file grn-test-hash-factory.c.

void grn_test_hash_factory_set_cursor_min ( GrnTestHashFactory factory,
const gchar *  min,
guint32  size 
)

Definition at line 377 of file grn-test-hash-factory.c.

void grn_test_hash_factory_set_encoding ( GrnTestHashFactory factory,
GrnTestEncoding  encoding 
)

Definition at line 358 of file grn-test-hash-factory.c.

void grn_test_hash_factory_set_flags ( GrnTestHashFactory factory,
GrnTestHashFlags  flags 
)

Definition at line 338 of file grn-test-hash-factory.c.

Here is the caller graph for this function:

void grn_test_hash_factory_set_key_size ( GrnTestHashFactory factory,
guint32  key_size 
)

Definition at line 312 of file grn-test-hash-factory.c.

Here is the caller graph for this function:

void grn_test_hash_factory_set_logger ( GrnTestHashFactory factory,
grn_logger_info logger 
)

Definition at line 281 of file grn-test-hash-factory.c.

void grn_test_hash_factory_set_path ( GrnTestHashFactory factory,
const gchar *  path 
)

Definition at line 294 of file grn-test-hash-factory.c.

Here is the caller graph for this function:

void grn_test_hash_factory_set_value_size ( GrnTestHashFactory factory,
guint32  value_size 
)

Definition at line 325 of file grn-test-hash-factory.c.