leveldb
Classes | Namespaces | Functions
crc32c_test.cc File Reference
#include "util/crc32c.h"
#include "util/testharness.h"
Include dependency graph for crc32c_test.cc:

Go to the source code of this file.

Classes

class  leveldb::crc32c::CRC
 

Namespaces

 leveldb
 
 leveldb::crc32c
 

Functions

 leveldb::crc32c::TEST (CRC, StandardResults)
 
 leveldb::crc32c::TEST (CRC, Values)
 
 leveldb::crc32c::TEST (CRC, Extend)
 
 leveldb::crc32c::TEST (CRC, Mask)
 
int main (int argc, char **argv)
 

Class Documentation

§ leveldb::crc32c::CRC

class leveldb::crc32c::CRC

Definition at line 11 of file crc32c_test.cc.

Function Documentation

§ main()

int main ( int  argc,
char **  argv 
)

Definition at line 70 of file crc32c_test.cc.

70  {
72 }
int RunAllTests()
Definition: testharness.cc:36
Here is the call graph for this function: