Searched refs:do_round_trip (Results 1 – 6 of 6) sorted by relevance
/third_party/boost/libs/multiprecision/test/ |
D | test_rational_io.cpp | 68 void do_round_trip(const T& val, std::ios_base::fmtflags f, const boost::mpl::true_&) in do_round_trip() function 85 void do_round_trip(const T& val, std::ios_base::fmtflags f, const boost::mpl::false_&) in do_round_trip() function 104 void do_round_trip(const T& val, std::ios_base::fmtflags f) in do_round_trip() function 106 do_round_trip(val, f, is_number<T>()); in do_round_trip() 110 void do_round_trip(const T& val) in do_round_trip() function 112 do_round_trip(val, std::ios_base::fmtflags(0)); in do_round_trip() 115 do_round_trip(val, std::ios_base::fmtflags(std::ios_base::showbase | std::ios_base::hex)); in do_round_trip() 116 do_round_trip(val, std::ios_base::fmtflags(std::ios_base::showbase | std::ios_base::oct)); in do_round_trip() 126 do_round_trip(val); in test_round_trip() 127 do_round_trip(T(-val)); in test_round_trip()
|
D | test_int_io.cpp | 81 void do_round_trip(const T& val, std::ios_base::fmtflags f) in do_round_trip() function 100 void do_round_trip(const T& val) in do_round_trip() function 102 do_round_trip(val, std::ios_base::fmtflags(0)); in do_round_trip() 105 do_round_trip(val, std::ios_base::fmtflags(std::ios_base::showbase | std::ios_base::hex)); in do_round_trip() 106 do_round_trip(val, std::ios_base::fmtflags(std::ios_base::showbase | std::ios_base::oct)); in do_round_trip() 113 do_round_trip(T(-val)); in negative_round_trip() 143 do_round_trip(val); in test_round_trip()
|
D | test_cpp_bin_float_io.cpp | 189 void do_round_trip(const T& val, std::ios_base::fmtflags f) in do_round_trip() function 206 void do_round_trip(const T& val) in do_round_trip() function 208 do_round_trip(val, std::ios_base::fmtflags(0)); in do_round_trip() 209 do_round_trip(val, std::ios_base::fmtflags(std::ios_base::scientific)); in do_round_trip() 211 do_round_trip(val, std::ios_base::fmtflags(std::ios_base::fixed)); in do_round_trip() 242 do_round_trip(val); in test_round_trip() 243 do_round_trip(T(-val)); in test_round_trip() 244 do_round_trip(T(1 / val)); in test_round_trip() 245 do_round_trip(T(-1 / val)); in test_round_trip()
|
D | test_float_io.cpp | 268 void do_round_trip(const T& val, std::ios_base::fmtflags f) in do_round_trip() function 285 void do_round_trip(const T& val) in do_round_trip() function 287 do_round_trip(val, std::ios_base::fmtflags(0)); in do_round_trip() 288 do_round_trip(val, std::ios_base::fmtflags(std::ios_base::scientific)); in do_round_trip() 290 do_round_trip(val, std::ios_base::fmtflags(std::ios_base::fixed)); in do_round_trip() 299 do_round_trip(val); in test_round_trip() 300 do_round_trip(T(-val)); in test_round_trip() 301 do_round_trip(T(1 / val)); in test_round_trip() 302 do_round_trip(T(-1 / val)); in test_round_trip()
|
D | test_rat_float_interconv.cpp | 87 void do_round_trip(const Float& val) in do_round_trip() function 158 do_round_trip<Float, Rat>(val); in test_round_trip() 159 do_round_trip<Float, Rat>(Float(-val)); in test_round_trip() 160 do_round_trip<Float, Rat>(Float(1 / val)); in test_round_trip() 161 do_round_trip<Float, Rat>(Float(-1 / val)); in test_round_trip()
|
/third_party/grpc/test/core/end2end/ |
D | h2_ssl_session_reuse_test.cc | 129 void do_round_trip(grpc_completion_queue* cq, grpc_server* server, in do_round_trip() function 260 do_round_trip(cq, server, server_addr.c_str(), cache, false); in TEST() 261 do_round_trip(cq, server, server_addr.c_str(), cache, true); in TEST() 262 do_round_trip(cq, server, server_addr.c_str(), cache, true); in TEST()
|