Bitcoin
|
Classes | |
class | AtomicPointer |
class | CondVar |
class | Mutex |
class | OnceType |
Typedefs | |
typedef intptr_t | OnceType |
Functions | |
void | InitOnce (port::OnceType *, void(*initializer)()) |
bool | Snappy_Compress (const char *input, size_t input_length, std::string *output) |
bool | Snappy_GetUncompressedLength (const char *input, size_t length, size_t *result) |
bool | Snappy_Uncompress (const char *input_data, size_t input_length, char *output) |
bool | GetHeapProfile (void(*func)(void *, const char *, int), void *arg) |
bool | HasAcceleratedCRC32C () |
uint32_t | AcceleratedCRC32C (uint32_t crc, const char *buf, size_t size) |
static void | PthreadCall (const char *label, int result) |
bool | Snappy_Compress (const char *input, size_t length, ::std::string *output) |
Variables | |
static const bool | kLittleEndian = true |
static const bool | kLittleEndian = PLATFORM_IS_LITTLE_ENDIAN |
static const bool | kLittleEndian = true |
typedef pthread_once_t leveldb::port::OnceType |
|
inline |
bool leveldb::port::HasAcceleratedCRC32C | ( | ) |
void leveldb::port::InitOnce | ( | port::OnceType * | , |
void(*)() | initializer | ||
) |
|
static |
bool leveldb::port::Snappy_Compress | ( | const char * | input, |
size_t | input_length, | ||
std::string * | output | ||
) |
|
inline |
|
inline |
|
inline |
|
static |
|
static |
|
static |