Searched defs:SimpleTextGenerator (Results 1 – 1 of 1) sorted by relevance
142 class SimpleTextGenerator : public MatchComputation<std::string> { class146 SimpleTextGenerator(std::string S) : S(std::move(S)) {} in SimpleTextGenerator() function in __anonefb0af210511::SimpleTextGenerator