Searched refs:big_string (Results 1 – 2 of 2) sorted by relevance
25 std::string* big_string; variable53 if (big_string == nullptr) { in SetUpStrings()55 big_string = new std::string(1000 * 1000, ' '); in SetUpStrings()60 memcpy(&(*big_string)[r % (big_string->size() - phrase.size())], in SetUpStrings()67 after_replacing_the = new std::string(*big_string); in SetUpStrings()73 after_replacing_many = new std::string(*big_string); in SetUpStrings()97 std::string src = *big_string; in BM_StrReplaceAllOneReplacement()108 std::string src = *big_string; in BM_StrReplaceAll()
75 char big_string[1024]; in TEST_IMPL() local80 memset(big_string, 'A', sizeof(big_string)); in TEST_IMPL()81 buf = uv_buf_init(big_string, sizeof(big_string)); in TEST_IMPL()