tesseract v5.3.3.20231005
|
#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 | |
namespace | 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.