Searched defs:string_generator (Results 1 – 11 of 11) sorted by relevance
40 struct string_generator { struct41 typedef uuid result_type;44 uuid operator()(std::basic_string<ch, char_traits, alloc> const& s) const { in operator ()()48 uuid operator()(char const*const s) const { in operator ()()52 uuid operator()(wchar_t const*const s) const { in operator ()()57 uuid operator()(CharIterator begin, CharIterator end) const in operator ()()121 get_next_char(CharIterator& begin, CharIterator end) const { in get_next_char()128 unsigned char get_value(char c) const { in get_value()143 unsigned char get_value(wchar_t c) const { in get_value()158 bool is_dash(char c) const { in is_dash()[all …]
76 struct string_generator struct78 typedef std::string result_type;80 std::string operator()(int p) const in operator ()()
107 struct string_generator struct109 typedef std::string result_type;111 std::string operator()(int p) const in operator ()()
123 struct string_generator struct125 typedef std::string result_type;127 std::string operator()(int p) const in operator ()()
80 struct string_generator struct82 typedef std::string result_type;84 std::string operator()(int p) const in operator ()()
141 struct string_generator struct143 typedef std::string result_type;145 std::string operator()(int p) const in operator ()()
133 struct string_generator struct135 typedef std::string result_type;137 std::string operator()(int p) const in operator ()()
212 struct string_generator struct214 typedef std::string result_type;216 std::string operator()(int p) const in operator ()()
14 def string_generator(p): function
137 struct string_generator { struct139 std::string operator()(RNG& rng) const { in operator ()()147 size_t size;
77 generator_cb string_generator(std::string data) { in string_generator() function