#include "hash_db/hash_db.h"
#include <iostream>
#include "perf/perf.h"
Go to the source code of this file.
Functions | |
static smart_ptr< Datahash > | getBogusHash (IN const char *text) |
static void | doTest (IN const char *filename) |
int | main (IN int argc, IN const char *argv[]) |
Variables | |
static const char * | s_testDbFilename = "test-db-AUTOGEN.txt" |
Definition at line 29 of file hash_db/test/test1.cpp.
static void doTest | ( | IN const char * | filename | ) | [static] |
Definition at line 51 of file hash_db/test/test1.cpp.
int main | ( | IN int | argc, | |
IN const char * | argv[] | |||
) |
Definition at line 101 of file hash_db/test/test1.cpp.
const char* s_testDbFilename = "test-db-AUTOGEN.txt" [static] |
Definition at line 18 of file hash_db/test/test1.cpp.