Home
last modified time | relevance | path

Searched defs:string_generator (Results 1 – 11 of 11) sorted by relevance

/third_party/boost/boost/uuid/
Dstring_generator.hpp40 struct string_generator { struct
41 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 …]
/third_party/boost/libs/mpi/test/
Dall_to_all_test.cpp76 struct string_generator struct
78 typedef std::string result_type;
80 std::string operator()(int p) const in operator ()()
Dall_gather_test.cpp107 struct string_generator struct
109 typedef std::string result_type;
111 std::string operator()(int p) const in operator ()()
Dgather_test.cpp123 struct string_generator struct
125 typedef std::string result_type;
127 std::string operator()(int p) const in operator ()()
Dscatter_test.cpp80 struct string_generator struct
82 typedef std::string result_type;
84 std::string operator()(int p) const in operator ()()
Dreduce_test.cpp141 struct string_generator struct
143 typedef std::string result_type;
145 std::string operator()(int p) const in operator ()()
Dscan_test.cpp133 struct string_generator struct
135 typedef std::string result_type;
137 std::string operator()(int p) const in operator ()()
Dall_reduce_test.cpp212 struct string_generator struct
214 typedef std::string result_type;
216 std::string operator()(int p) const in operator ()()
/third_party/boost/libs/mpi/test/python/
Dgenerators.py14 def string_generator(p): function
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Draw_hash_set_benchmark.cc137 struct string_generator { struct
139 std::string operator()(RNG& rng) const { in operator ()()
147 size_t size;
/third_party/nghttp2/src/
Dasio_common.cc77 generator_cb string_generator(std::string data) { in string_generator() function