|
leveldb
|
#include <algorithm>#include <stdint.h>#include "leveldb/comparator.h"#include "leveldb/slice.h"#include "port/port.h"#include "util/logging.h"
Go to the source code of this file.
Classes | |
| class | leveldb::anonymous_namespace{comparator.cc}::BytewiseComparatorImpl |
Namespaces | |
| leveldb | |
| leveldb::anonymous_namespace{comparator.cc} | |
Functions | |
| static void | leveldb::InitModule () |
| const Comparator * | leveldb::BytewiseComparator () |
Variables | |
| static port::OnceType | leveldb::once = LEVELDB_ONCE_INIT |
| static const Comparator * | leveldb::bytewise |
1.8.12