Searched refs:ostream (Results 26 - 50 of 76) sorted by relevance

1234

/freebsd-12-stable/contrib/googletest/googletest/include/gtest/
H A Dgtest-test-part.h126 std::ostream& operator<<(std::ostream& os, const TestPartResult& result);
/freebsd-12-stable/contrib/atf/atf-c++/
H A Dtests.hpp43 std::ostream& m_os;
48 atf_tp_writer(std::ostream&);
/freebsd-12-stable/crypto/openssl/crypto/comp/
H A Dc_zlib.c120 z_stream ostream; member in struct:zlib_state
140 state->ostream.zalloc = zlib_zalloc;
141 state->ostream.zfree = zlib_zfree;
142 state->ostream.opaque = Z_NULL;
143 state->ostream.next_in = Z_NULL;
144 state->ostream.next_out = Z_NULL;
145 err = deflateInit_(&state->ostream, Z_DEFAULT_COMPRESSION,
161 deflateEnd(&state->ostream);
175 state->ostream.next_in = in;
176 state->ostream
[all...]
/freebsd-12-stable/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h46 #include <ostream> // NOLINT
87 // Creates a listener object with the given underlying ostream. The
88 // listener does not own the ostream, and does not dereference it
90 explicit MatchResultListener(::std::ostream* os) : stream_(os) {}
93 // Streams x to the underlying ostream; does nothing if the ostream
102 // Returns the underlying ostream.
103 ::std::ostream* stream() { return stream_; }
112 ::std::ostream* const stream_;
126 // Describes this matcher to an ostream
[all...]
H A Dgmock-spec-builders.h164 // ostream.
167 ::std::ostream* os) const
179 ::std::ostream* what, ::std::ostream* why)
182 // Prints the given function arguments to the ostream.
184 ::std::ostream* os) const = 0;
714 void DescribeLocationTo(::std::ostream* os) const {
720 void DescribeCallCountTo(::std::ostream* os) const
724 // describes it to the ostream.
725 virtual void MaybeDescribeExtraMatcherTo(::std::ostream* o
[all...]
H A Dgmock-generated-matchers.h241 virtual void DescribeTo(::std::ostream* os) const {
247 virtual void DescribeNegationTo(::std::ostream* os) const {
260 static void PrintIndices(::std::ostream* os) {
1399 virtual void DescribeTo(::std::ostream* gmock_os) const {\
1402 virtual void DescribeNegationTo(::std::ostream* gmock_os) const {\
1447 virtual void DescribeTo(::std::ostream* gmock_os) const {\
1450 virtual void DescribeNegationTo(::std::ostream* gmock_os) const {\
1501 virtual void DescribeTo(::std::ostream* gmock_os) const {\
1504 virtual void DescribeNegationTo(::std::ostream* gmock_os) const {\
1561 virtual void DescribeTo(::std::ostream* gmock_o
[all...]
/freebsd-12-stable/contrib/libstdc++/include/bits/
H A Dostream_insert.h1 // Helpers for ostream inserters -*- C++ -*-
116 extern template ostream& __ostream_insert(ostream&, const char*, streamsize);
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerMerge.h45 #include <ostream>
/freebsd-12-stable/contrib/googletest/googletest/test/
H A Dgoogletest-list-tests-unittest_.cc89 void PrintTo(const MyType& x, std::ostream* os) {
H A Dgoogletest-printers-test.cc82 std::ostream& operator<<(std::ostream& os, EnumWithStreaming e) {
91 void PrintTo(EnumWithPrintTo e, std::ostream* os) {
116 inline void operator<<(::std::ostream& os, const StreamableInGlobal& /* x */) {
120 void operator<<(::std::ostream& os, const StreamableInGlobal* /* x */) {
142 void PrintTo(const PrintableViaPrintTo& x, ::std::ostream* os) {
150 ::std::ostream& operator<<(::std::ostream& os,
167 void PrintTo(const PrintableViaPrintToTemplate<T>& x, ::std::ostream* os) {
183 inline ::std::ostream
[all...]
H A Dgtest_unittest.cc65 #include <ostream>
302 ::std::ostream& operator<<(::std::ostream& os,
3864 ::std::ostream& operator<<(::std::ostream& os, const Uncopyable& value) {
5193 std::ostream& operator<<(std::ostream& os,
5197 std::ostream& operator<<(std::ostream& os,
5217 std::ostream
[all...]
/freebsd-12-stable/contrib/libstdc++/src/
H A Dconcept-inst.cc43 #include <ostream>
H A DMakefile.am165 ostream-inst.cc \
/freebsd-12-stable/contrib/atf/atf-c++/detail/
H A Dfs.hpp35 #include <ostream>
/freebsd-12-stable/contrib/libstdc++/include/ext/
H A Dthrow_allocator.h61 #include <ostream>
171 friend std::ostream&
172 operator<<(std::ostream&, const throw_allocator_base&);
265 std::ostream&
266 operator<<(std::ostream& os, const throw_allocator_base& alloc)
/freebsd-12-stable/contrib/binutils/binutils/
H A Dar.c836 FILE *ostream;
853 ostream = NULL;
859 ostream = fopen (bfd_get_filename (abfd), FOPEN_WB);
860 if (ostream == NULL)
866 output_file = ostream;
882 if (ostream == NULL)
887 ostream = fopen (bfd_get_filename (abfd), FOPEN_WB);
888 if (ostream == NULL)
894 output_file = ostream;
900 if ((size_t) fwrite (cbuf, 1, nread, ostream) !
833 FILE *ostream; local
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyUtil.h25 #include <ostream>
350 inline std::ostream& operator<<(std::ostream& ss, const StringRef str) {
/freebsd-12-stable/contrib/googletest/googlemock/src/
H A Dgmock-internal-utils.cc40 #include <ostream> // NOLINT
H A Dgmock-matchers.cc343 ::std::ostream* stream) {
345 ::std::ostream& os = *stream;
394 ::std::ostream* os) const {
435 ::std::ostream* os) const {
/freebsd-12-stable/contrib/googletest/googletest/src/
H A Dgtest.cc51 #include <ostream> // NOLINT
1202 void PrintTo(std::ostream* os) {
1224 void PrintHeader(std::ostream* ss) const {
3494 static void PrintXmlTestsList(std::ostream* stream,
3530 static void OutputXmlAttribute(std::ostream* stream,
3536 static void OutputXmlCDataSection(::std::ostream* stream, const char* data);
3539 static void OutputXmlTestInfo(::std::ostream* stream,
3544 static void PrintXmlTestCase(::std::ostream* stream,
3548 static void PrintXmlUnitTest(::std::ostream* stream,
3559 static void OutputXmlTestProperties(std::ostream* strea
[all...]
/freebsd-12-stable/contrib/libstdc++/include/std/
H A Dstd_iosfwd.h128 * themselves (e.g., "class ostream;") is not valid ISO C++.
138 typedef basic_ostream<char> ostream; ///< @isiosfwd typedef
H A Dstd_ostream.h32 /** @file ostream
572 # include <bits/ostream.tcc>
/freebsd-12-stable/contrib/subversion/subversion/libsvn_wc/
H A Dmerge.c401 svn_stream_t *ostream;
420 ostream = svn_stream_from_aprfile2(result_f, TRUE, pool);
422 SVN_ERR(svn_diff_file_output_merge3(ostream, diff,
431 SVN_ERR(svn_stream_close(ostream));
400 svn_stream_t *ostream; local
/freebsd-12-stable/contrib/atf/atf-sh/
H A Datf-check.cpp105 class temp_file : public std::ostream {
111 std::ostream(NULL),
/freebsd-12-stable/sys/contrib/zstd/contrib/pzstd/test/
H A DOptionsTest.cpp27 std::ostream &operator<<(std::ostream &out, const Options &opt) {

Completed in 312 milliseconds

1234