Home
last modified time | relevance | path

Searched defs:ostr (Results 1 – 25 of 34) sorted by relevance

12

/third_party/boost/libs/lexical_cast/test/
Dlexical_cast_stream_detection_test.cpp23 std::ostream& operator << (std::ostream& ostr, const streamable_easy&) { in operator <<()
34 operator << (std::basic_ostream<CharT>& ostr, const streamable_medium&) { in operator <<()
47 operator << (std::basic_ostream<CharT, TraitsT>& ostr, const streamable_hard&) { in operator <<()
59 std::basic_ostream<char, TraitsT>& operator << (std::basic_ostream<char, TraitsT>& ostr, const stre… in operator <<()
72 std::wostream& operator << (std::wostream& ostr, const wstreamable_easy&) { in operator <<()
83 operator << (std::basic_ostream<CharT>& ostr, const wstreamable_medium&) { in operator <<()
96 operator << (std::basic_ostream<CharT, TraitsT>& ostr, const wstreamable_hard&) { in operator <<()
108 std::basic_ostream<wchar_t, TraitsT>& operator << (std::basic_ostream<wchar_t, TraitsT>& ostr, cons… in operator <<()
121 std::ostream& operator << (std::ostream& ostr, const bistreamable_easy&) { in operator <<()
129 std::wostream& operator << (std::wostream& ostr, const bistreamable_easy&) { in operator <<()
[all …]
Dlexical_cast_test.cpp588 OStream& operator<<(OStream& ostr, const foo_operators_test& foo) in operator <<()
/third_party/boost/boost/spirit/home/karma/stream/
Dstream.hpp167 std::basic_ostream<Char> ostr(&pseudobuf); in generate() local
201 std::basic_ostream<Char> ostr(&pseudobuf); in generate() local
259 std::basic_ostream<Char> ostr(&pseudobuf); in generate() local
283 std::basic_ostream<Char> ostr(&pseudobuf); in generate() local
/third_party/boost/boost/test/utils/runtime/
Dparameter.hpp43 std::ostream& ostr, in commandline_pretty_print()
180 …virtual void usage( std::ostream& ostr, cstring negation_prefix_, bool use_color = true… in usage()
234 …virtual void help( std::ostream& ostr, cstring negation_prefix_, bool use_color = true ) in help()
273 …virtual void cla_name_help( std::ostream& ostr, cstring cla_tag, cstring /*negation_pre… in cla_name_help()
390 …void cla_name_help( std::ostream& ostr, cstring cla_tag, cstring negation_prefix_, bool use_col… in cla_name_help()
/third_party/boost/boost/test/utils/
Dlazy_ostream.hpp39 …friend std::ostream& operator<<( std::ostream& ostr, lazy_ostream const& o ) { return o( ostr )… in operator <<()
63 …inline std::ostream& operator<<( std::ostream& ostr, lazy_ostream const& o ) { return o( ostr )… in operator <<()
Dcustom_manip.hpp51 operator<<( std::ostream& ostr, custom_manip<Uniq> const& ) { return custom_printer<custom_manip<Un… in operator <<()
/third_party/boost/libs/test/test/writing-test-ts/
Dfp-no-comparison-for-incomplete-types-test.cpp19 std::ostream &operator<<(std::ostream &ostr, const abstract &) { in operator <<()
Duser-defined-types-logging-customization-points.cpp27 std::ostream& boost_test_print_type(std::ostream& ostr, user_defined_type const& right) { in boost_test_print_type()
Dassertion-construction-test.cpp387 … friend std::ostream& operator<<( std::ostream& ostr, Testee const& ) { return ostr << "Testee"; } in operator <<()
402 friend std::ostream& operator<<(std::ostream& ostr, NC const&) in operator <<()
/third_party/boost/libs/process/test/
Dasync_fut.cpp49 std::ostream ostr(&in_buf); variable
/third_party/boost/libs/test/doc/examples/
Druntime-configuration_3.run-fail.cpp55 std::ostringstream ostr; in init_unit_test() local
Dlogger-customization-point.run-fail.cpp30 std::ostream& boost_test_print_type(std::ostream& ostr, user_defined_type const& right) { in boost_test_print_type()
/third_party/node/deps/cares/src/tools/
Dares_getopt.c66 ares_getopt(int nargc, char * const nargv[], const char *ostr) in ares_getopt()
/third_party/boost/boost/test/tools/detail/
Dprint_helper.hpp52 std::ostream& boost_test_print_type(std::ostream& ostr, T const& t) { in boost_test_print_type()
218 operator<<( std::ostream& ostr, print_helper_t<T> const& ph ) in operator <<()
/third_party/boost/boost/test/utils/runtime/cla/
Dparser.hpp301 version( std::ostream& ostr ) in version()
331 usage(std::ostream& ostr, in usage()
375 help(std::ostream& ostr, in help()
/third_party/openssl/crypto/asn1/
Dasn_moid.c63 const char *ln, *ostr, *p; in do_create() local
/third_party/libwebsockets/win32port/win32helpers/
Dgetopt.c87 getopt(nargc, nargv, ostr) in getopt() argument
Dgetopt_long.c81 getopt_internal(nargc, nargv, ostr) in getopt_internal() argument
/third_party/boost/libs/test/test/utils-ts/
Dstring_cast-test.cpp27 operator<<(std::ostream& ostr, A const& a) { return ostr << "A{i=" << a.i << "}"; } in operator <<()
/third_party/popt/src/
Dpoptint.c72 char * ostr = NULL; in strdup_locale_from_utf8() local
/third_party/boost/boost/type_index/
Dtype_index_facade.hpp269 inline std::ostream& operator<<(std::ostream& ostr, const type_index_facade<Derived, TypeInfo>& ind… in operator <<()
278 std::basic_ostream<CharT, TriatT>& ostr, in operator <<()
/third_party/boost/boost/math/cstdfloat/
Dcstdfloat_iostream.hpp46 std::basic_ostringstream<char_type, traits_type> ostr; in operator <<() local
735 std::basic_ostringstream<char_type, traits_type> ostr; in operator <<() local
/third_party/boost/boost/chrono/io/
Dduration_io.hpp136 std::basic_ostringstream<CharT, Traits> ostr; in operator <<() local
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtspdefs.c501 gchar **ostr; in gst_rtsp_options_from_text() local
/third_party/boost/boost/test/tools/
Dassertion.hpp323 static void format_message( wrap_stringstream& ostr, U const& v ) in format_message()

12