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