OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StringGenerator
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/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/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_;
Completed in 39 milliseconds