|
tesseract
5.0.0
|
#include <cmath>#include <cstdio>#include <string>#include "bitvector.h"#include "include_gunit.h"Go to the source code of this file.
Classes | |
| class | tesseract::BitVectorTest |
Namespaces | |
| tesseract | |
Functions | |
| tesseract::TEST_F (BitVectorTest, Primes) | |
| tesseract::TEST_F (BitVectorTest, SetAll) | |
| tesseract::TEST_F (BitVectorTest, TestNextSetBit) | |
| tesseract::TEST_F (BitVectorTest, TestNumSetBits) | |
Variables | |
| const int | kPrimeLimit = 1000 |
| const int kPrimeLimit = 1000 |
Definition at line 20 of file bitvector_test.cc.