Searched refs:result_out (Results 1 – 13 of 13) sorted by relevance
/third_party/grpc/src/python/grpcio_tests/tests/ |
D | _runner.py | 150 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/ |
D | lexical_cast.hpp | 28 operator()(TypeIn const& value_in, boost::optional<TypeOut>& result_out) const in operator ()() 32 result_out = boost::lexical_cast<TypeOut>(value_in); in operator ()()
|
D | spirit.hpp | 27 str_to(cnv::range<string_type> range, optional<out_type>& result_out) const in str_to() 38 result_out = result; in str_to()
|
D | base.hpp | 105 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_()
|
D | printf.hpp | 40 str_to(cnv::range<string_type> range, optional<out_type>& result_out) const in str_to() 46 result_out = result; in str_to()
|
D | strtol.hpp | 159 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()
|
D | stream.hpp | 174 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/ |
D | design_notes.qbk | 47 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… 77 …result_out`) and the indication of success or failure (returned by the functions). Given that a re…
|
D | converters.qbk | 18 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/ |
D | task.c | 69 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 …]
|
D | simple-proxy.c | 27 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/ |
D | compose.cpp | 169 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/ |
D | util-strings.h | 261 struct key_value_double **result_out) in kv_double_from_string() argument 306 *result_out = result; in kv_double_from_string()
|