#include <stdint.h>
#include <string>
#include "util/test.h"
#include "util/utf.h"
#include "re2/testing/string_generator.h"
#include "re2/testing/regexp_generator.h"
Go to the source code of this file.
Namespaces | |
re2 | |
Functions | |
static int64_t | re2::IntegerPower (int i, int e) |
static void | re2::RunTest (int len, const std::string &alphabet, bool donull) |
re2::TEST (StringGenerator, GenNULL) | |
re2::TEST (StringGenerator, NoAlphabet) | |
re2::TEST (StringGenerator, NoLength) | |
re2::TEST (StringGenerator, NoLengthNoAlphabet) | |
re2::TEST (StringGenerator, Simple) | |
re2::TEST (StringGenerator, UTF8) | |