HomeSort by relevance Sort by last modified time
    Searched refs:StringGenerator (Results 1 - 6 of 6) sorted by null

  /external/regex-re2/re2/testing/
string_generator.cc 16 StringGenerator::StringGenerator(int maxlen, const vector<string>& alphabet)
29 StringGenerator::~StringGenerator() {
34 void StringGenerator::Reset() {
44 bool StringGenerator::IncrementDigits() {
63 bool StringGenerator::RandomDigits() {
79 const StringPiece& StringGenerator::Next() {
96 void StringGenerator::Random(int32 seed, int n) {
107 void StringGenerator::GenerateNULL()
    [all...]
string_generator.h 20 class StringGenerator {
22 StringGenerator(int maxlen, const vector<string>& alphabet);
23 ~StringGenerator();
53 DISALLOW_EVIL_CONSTRUCTORS(StringGenerator);
string_generator_test.cc 5 // Test StringGenerator.
30 // If all of these hold, the StringGenerator is behaving.
34 StringGenerator g(len, Explode(alphabet));
81 TEST(StringGenerator, NoLength) {
85 TEST(StringGenerator, NoLengthNoAlphabet) {
89 TEST(StringGenerator, NoAlphabet) {
93 TEST(StringGenerator, Simple) {
97 TEST(StringGenerator, UTF8) {
101 TEST(StringGenerator, GenNULL) {
exhaustive_tester.h 56 StringGenerator strgen_;
possible_match_test.cc 184 StringGenerator strgen_;
  /external/libgdx/backends/gdx-backends-gwt/libs/
gwt-user.jar 

Completed in 633 milliseconds