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