Home
last modified time | relevance | path

Searched defs:_ostr (Results 1 – 13 of 13) sorted by relevance

/dports/devel/poco/poco-1.10.1-all/Foundation/include/Poco/
H A DBinaryWriter.h173 BinaryWriter(_ostr, byteOrder), in BinaryWriter() argument
180 BinaryWriter(_ostr, encoding, byteOrder), in BinaryWriter() argument
220 MemoryOutputStream _ostr; variable
/dports/devel/poco/poco-1.10.1-all/Net/include/Poco/Net/
H A DQuotedPrintableEncoder.h47 std::ostream& _ostr; variable
H A DMultipartWriter.h91 std::ostream& _ostr; variable
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Tools/Utils/
H A DTestingFramework.hh212 TestFunc& info(const std::ostringstream& _ostr) in info()
302 Self& info(const std::ostringstream& _ostr) in info()
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Core/Utils/
H A DProperty.hh148 virtual size_t store( std::ostream& _ostr, bool _swap ) const override in store()
265 size_t store( std::ostream& _ostr, bool /* _swap */ ) const override in store()
429 size_t store( std::ostream& _ostr, bool _swap ) const override in store()
/dports/devel/onetbb/oneTBB-2021.4.0/examples/parallel_reduce/convex_hull/
H A Dconvex_hull.hpp138 std::ostream& operator<<(std::ostream& _ostr, point<T> _p) { in operator <<()
/dports/devel/poco/poco-1.10.1-all/Data/include/Poco/Data/
H A DStatementImpl.h441 std::ostringstream _ostr; variable
/dports/misc/usd/USD-21.11/pxr/base/tf/testenv/
H A DfileUtils.cpp458 std::ostream* _ostr; member
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Tools/Kernel_OSG/
H A DPropertyT.hh172 virtual size_t store( std::ostream& _ostr, bool _swap ) const in store()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/tpl/cxxtest/cxxtest/
H A DXmlFormatter.h567 OutputStream *_ostr; variable
/dports/devel/cxxtest/cxxtest-4.4/cxxtest/
H A DXmlFormatter.h656 OutputStream *_ostr; variable
/dports/games/0ad/0ad-0.0.23b-alpha/libraries/source/cxxtest-4.4/cxxtest/
H A DXmlFormatter.h656 OutputStream *_ostr; variable
/dports/www/h2o-devel/h2o-dcc7134/lib/http3/
H A Dserver.c1351 static void do_send(h2o_ostream_t *_ostr, h2o_req_t *_req, h2o_sendvec_t *bufs, size_t bufcnt, h2o_… in do_send()
1415 static void do_send_informational(h2o_ostream_t *_ostr, h2o_req_t *_req) in do_send_informational()