Searched refs:ostream (Results 51 - 75 of 76) sorted by relevance

1234

/freebsd-12-stable/contrib/serf/
H A Doutgoing.c244 serf_bucket_t *ostream; local
256 ostream = conn->ostream_tail;
260 &ostream,
271 ostream);
318 /* Don't create the ostream bucket chain including the ssl_encrypt
/freebsd-12-stable/contrib/googletest/googlemock/test/
H A Dgmock-cardinalities_test.cc408 // Describes self to an ostream.
409 virtual void DescribeTo(::std::ostream* ss) const {
H A Dgmock-spec-builders_test.cc37 #include <ostream> // NOLINT
121 void PrintTo(const Incomplete& x, ::std::ostream* os);
135 void PrintTo(const Incomplete& /* x */, ::std::ostream* os) {
1965 // Describes self to an ostream.
1966 virtual void DescribeTo(::std::ostream* os) const {
2001 inline void operator<<(::std::ostream& os, const Printable&) {
2248 void PrintTo(PrintMeNot /* dummy */, ::std::ostream* /* os */) {
H A Dgmock-matchers_test.cc75 using std::ostream;
164 virtual void DescribeTo(ostream* os) const {
235 // Streaming shouldn't crash when the underlying ostream is NULL.
264 virtual void DescribeTo(ostream* os) const {
294 virtual void DescribeTo(ostream* os) const {
531 void DescribeTo(ostream* os) const { *os << "g_bar or zero"; }
533 void DescribeNegationTo(ostream* os) const {
564 void DescribeTo(ostream* os) const { *os << "is even"; }
566 void DescribeNegationTo(ostream* os) const {
773 ostream
[all...]
H A Dgmock-generated-matchers_test.cc239 virtual void DescribeTo(::std::ostream* os) const {}
270 virtual void DescribeTo(::std::ostream* os) const {
/freebsd-12-stable/contrib/libstdc++/include/std/
H A Dstd_fstream.h46 #include <ostream>
H A Dstd_sstream.h45 #include <ostream>
H A Dstd_bitset.h59 #include <ostream> // For ostream (operator<<)
/freebsd-12-stable/lib/libc++/
H A DMakefile179 STD_HEADERS+= ostream
/freebsd-12-stable/contrib/libstdc++/src/
H A DMakefile.in72 locale-inst.cc misc-inst.cc ostream-inst.cc sstream-inst.cc \
92 misc-inst.lo ostream-inst.lo sstream-inst.lo streambuf-inst.lo \
372 ostream-inst.cc \
/freebsd-12-stable/contrib/googletest/googletest/include/gtest/
H A Dgtest.h56 #include <ostream>
342 ::std::ostream& (*basic_manipulator)(::std::ostream& stream)) {
2175 // The message argument can be anything streamable to std::ostream.
2226 // The message argument can be anything streamable to std::ostream.
/freebsd-12-stable/gnu/lib/libstdc++/
H A DMakefile38 locale-inst.cc misc-inst.cc ostream-inst.cc sstream-inst.cc \
118 ostream.tcc ostream_insert.h postypes.h stream_iterator.h \
132 BKWHDRS= complex.h iomanip.h istream.h ostream.h stream.h streambuf.h \
/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A DextractExternal.cpp231 void write(ostream &os) { os.write(data, length); }
/freebsd-12-stable/contrib/googletest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h43 #include <ostream> // NOLINT
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTraverse.h26 #include <ostream>
399 // inline std::ostream& operator<<(std::ostream& SS, StringRef R) {
925 class StdPrinter : public PrettyPrinter<StdPrinter, std::ostream> {};
/freebsd-12-stable/contrib/googletest/googletest/test/
H A Dgoogletest-param-test-test.cc976 std::ostream& operator<<(std::ostream& stream, const CustomStruct& val) {
1028 // Class that cannot be streamed into an ostream. It needs to be copyable
H A Dgtest_pred_impl_unittest.cc69 std::ostream& operator<<(std::ostream& os, const Bool& x) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Demangle/
H A DItaniumDemangle.cpp163 case SpecialSubKind::ostream:
164 return printStr("SpecialSubKind::ostream");
/freebsd-12-stable/contrib/googletest/googlemock/src/
H A Dgmock-spec-builders.cc181 void ExpectationBase::DescribeCallCountTo(::std::ostream* os) const
/freebsd-12-stable/contrib/atf/atf-c++/
H A Dtests.cpp84 detail::atf_tp_writer::atf_tp_writer(std::ostream& os) :
/freebsd-12-stable/contrib/libstdc++/include/
H A DMakefile.am80 ostream \
119 ${bits_srcdir}/ostream.tcc \
165 ${backward_srcdir}/ostream.h \
H A DMakefile.in306 ostream \
345 ${bits_srcdir}/ostream.tcc \
391 ${backward_srcdir}/ostream.h \
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h1345 ostream, member in class:SpecialSubKind
1368 case SpecialSubKind::ostream:
1391 case SpecialSubKind::ostream:
1420 case SpecialSubKind::ostream:
1421 return StringView("ostream");
1442 case SpecialSubKind::ostream:
1443 S += "std::ostream";
3037 case SpecialSubKind::ostream:
5256 SpecialSub = make<SpecialSubstitution>(SpecialSubKind::ostream);
/freebsd-12-stable/contrib/googletest/googlemock/include/gmock/
H A Dgmock-actions.h1016 void PrintTo(const ReferenceWrapper<T>& ref, ::std::ostream* os) {
/freebsd-12-stable/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h1348 ::std::ostream& GetStream() { return ::std::cerr; }

Completed in 466 milliseconds

1234