Home
last modified time | relevance | path

Searched refs:result_out (Results 1 – 13 of 13) sorted by relevance

/third_party/grpc/src/python/grpcio_tests/tests/
D_runner.py150 result_out = moves.cStringIO()
152 result_out, id_map=lambda case: case_id_by_case[case])
172 stdout_pipe.write_bypass(result_out.getvalue())
222 sys.stdout.write(result_out.getvalue())
224 result_out.truncate(0)
234 sys.stdout.write(result_out.getvalue())
/third_party/boost/boost/convert/
Dlexical_cast.hpp28 operator()(TypeIn const& value_in, boost::optional<TypeOut>& result_out) const in operator ()()
32 result_out = boost::lexical_cast<TypeOut>(value_in); in operator ()()
Dspirit.hpp27 str_to(cnv::range<string_type> range, optional<out_type>& result_out) const in str_to()
38 result_out = result; in str_to()
Dbase.hpp105 str_to_(string_type const& str, optional<out_type>& result_out) const in str_to_()
115 dncast().str_to(range, result_out); in str_to_()
119 to_str_(in_type value_in, optional<string_type>& result_out) const in to_str_()
155 result_out = string_type(beg, end); in to_str_()
Dprintf.hpp40 str_to(cnv::range<string_type> range, optional<out_type>& result_out) const in str_to()
46 result_out = result; in str_to()
Dstrtol.hpp159 boost::cnv::strtol::str_to_i(cnv::range<string_type> range, boost::optional<out_type>& result_out) … in str_to_i()
196 result_out = is_negative ? -out_type(result) : out_type(result); in str_to_i()
201 boost::cnv::strtol::str_to_d(cnv::range<string_type> range, optional<out_type>& result_out) const in str_to_d()
219 result_out = out_type(result); in str_to_d()
Dstream.hpp174 boost::optional<out_type>& result_out) const in str_to()
187 istream >> *(result_out = boost::make_default<out_type>()); in str_to()
190 result_out = boost::none; in str_to()
/third_party/boost/libs/convert/doc/
Ddesign_notes.qbk47 void operator()(char const* str_in, boost::optional<int>& result_out) const
54 result_out = int(result);
67 template<typename Out, typename In> bool convert (Out& result_out, In const&); //#3
68 …template<typename Out, typename In> bool convert (Out& result_out, In const&, Out const& fallback)…
74 # does not throw, writes the result to `result_out` (when successful), returns indication of succes…
75 # does not throw, writes the result to `result_out` (when successful) or the provided fallback, ret…
77result_out`) and the indication of success or failure (returned by the functions). Given that a re…
Dconverters.qbk18 void operator()(TypeIn const& value_in, boost::optional<TypeOut>& result_out) const;
21 void operator()(TypeIn value_in, boost::optional<TypeOut>& result_out) const;
/third_party/glib/gio/tests/
Dtask.c69 gssize *result_out = user_data; in basic_callback() local
78 *result_out = g_task_propagate_int (G_TASK (result), &error); in basic_callback()
135 gssize *result_out = user_data; in error_callback() local
144 *result_out = g_task_propagate_int (G_TASK (result), &error); in error_callback()
218 gboolean *result_out = user_data; in same_callback() local
227 *result_out = g_task_propagate_boolean (G_TASK (result), &error); in same_callback()
281 gboolean *result_out = user_data; in toplevel_callback() local
290 *result_out = g_task_propagate_boolean (G_TASK (result), &error); in toplevel_callback()
337 gssize *result_out = user_data; in anon_callback() local
348 *result_out = g_task_propagate_int (G_TASK (result), &error); in anon_callback()
[all …]
Dsimple-proxy.c27 GAsyncResult **result_out = user_data; in async_result_cb() local
28 *result_out = g_object_ref (result); in async_result_cb()
/third_party/boost/libs/asio/test/
Dcompose.cpp169 void compose_1_arg_handler(int* count, int* result_out, int result) in compose_1_arg_handler() argument
172 *result_out = result; in compose_1_arg_handler()
/third_party/libinput/src/
Dutil-strings.h261 struct key_value_double **result_out) in kv_double_from_string() argument
306 *result_out = result; in kv_double_from_string()