Home
last modified time | relevance | path

Searched refs:OStream (Results 1 – 25 of 33) sorted by relevance

12

/third_party/boost/boost/histogram/
Dostream.hpp40 template <class OStream, unsigned N>
43 using char_type = typename OStream::char_type;
44 using traits_type = typename OStream::traits_type;
82 explicit tabular_ostream_wrapper(OStream& os) in tabular_ostream_wrapper()
100 OStream& os_;
105 template <class OStream, class T>
106 void ostream_value_impl(OStream& os, const T& t,
120 template <class OStream, class T>
121 void ostream_value_impl(OStream& os, const T& t, priority<0>) { in ostream_value_impl()
125 template <class OStream, class T>
[all …]
/third_party/boost/boost/histogram/axis/
Dostream.hpp44 template <class OStream, class T>
45 auto ostream_any_impl(OStream& os, const T& t, priority<1>) -> decltype(os << t) { in ostream_any_impl()
49 template <class OStream, class T>
50 OStream& ostream_any_impl(OStream& os, const T&, priority<0>) { in ostream_any_impl()
54 template <class OStream, class T>
55 OStream& ostream_any(OStream& os, const T& t) { in ostream_any()
59 template <class OStream, class... Ts>
60 OStream& ostream_any_quoted(OStream& os, const std::basic_string<Ts...>& s) { in ostream_any_quoted()
64 template <class OStream, class T>
65 OStream& ostream_any_quoted(OStream& os, const T& t) { in ostream_any_quoted()
[all …]
/third_party/boost/boost/thread/
Dostream_buffer.hpp19 template <typename OStream>
23 …typedef std::basic_ostringstream<typename OStream::char_type, typename OStream::traits_type> strea…
24 ostream_buffer(OStream& os) : in ostream_buffer()
37 OStream& os_;
Dcaller_context.hpp36 template <typename OStream>
37 OStream& operator<<(OStream& os, caller_context_t const& ctx) in operator <<()
Dsynchronized_value.hpp819 template <typename OStream>
820 void save(OStream& os) const in save()
995 template <typename OStream, typename T, typename L>
996 inline OStream& operator<<(OStream& os, synchronized_value<T,L> const& rhs) in operator <<()
/third_party/boost/boost/archive/
Dbasic_text_oprimitive.hpp65 template<class OStream>
69 OStream &os;
81 boost::archive::codecvt_null<typename OStream::char_type> codecvt_null_facet;
84 typename OStream::char_type,
85 typename OStream::traits_type
184 basic_text_oprimitive(OStream & os, bool no_codecvt);
189 void put(typename OStream::char_type c){ in put()
/third_party/boost/boost/archive/impl/
Dbasic_text_oprimitive.ipp33 template<class OStream>
35 basic_text_oprimitive<OStream>::save_binary(
39 typedef typename OStream::char_type CharType;
82 template<class OStream>
84 basic_text_oprimitive<OStream>::basic_text_oprimitive(
85 OStream & os_,
107 template<class OStream>
109 basic_text_oprimitive<OStream>::~basic_text_oprimitive(){
/third_party/jsoncpp/include/json/
Dwriter.h43 OStream* sout_; // not owned; will not delete
54 virtual int write(Value const& root, OStream* sout) = 0;
313 void write(OStream& out, const Value& root);
332 OStream* document_;
357 JSON_API OStream& operator<<(OStream&, const Value& root);
Dconfig.h175 using OStream = std::ostream; variable
181 typedef std::ostream OStream; typedef
190 typedef Json::OStream JSONCPP_OSTREAM;
/third_party/boost/boost/variant/detail/
Dvariant_io.hpp44 template <typename OStream>
50 OStream& out_;
54 explicit printer(OStream& out) in printer()
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
Diostream_state_saver.h44 template <typename OStream>
47 using ostream_type = OStream;
193 template <typename OStream>
194 inline void write(absl::uint128 val, OStream& out) {
212 template <typename OStream>
213 inline void write(__uint128_t val, OStream& out) {
/third_party/abseil-cpp/absl/random/internal/
Diostream_state_saver.h44 template <typename OStream>
47 using ostream_type = OStream;
193 template <typename OStream>
194 inline void write(absl::uint128 val, OStream& out) {
212 template <typename OStream>
213 inline void write(__uint128_t val, OStream& out) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/
DMath.h108 template <typename OStream>
109 OStream& operator<<(OStream &OS, const Vector &V) {
246 template <typename OStream>
247 OStream& operator<<(OStream &OS, const Matrix &M) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DJSON.cpp593 void llvm::json::OStream::value(const Value &V) { in value()
628 void llvm::json::OStream::valueBegin() { in valueBegin()
639 void llvm::json::OStream::newline() { in newline()
646 void llvm::json::OStream::arrayBegin() { in arrayBegin()
654 void llvm::json::OStream::arrayEnd() { in arrayEnd()
664 void llvm::json::OStream::objectBegin() { in objectBegin()
672 void llvm::json::OStream::objectEnd() { in objectEnd()
682 void llvm::json::OStream::attributeBegin(llvm::StringRef Key) { in attributeBegin()
701 void llvm::json::OStream::attributeEnd() { in attributeEnd()
716 json::OStream(OS, IndentAmount).value(E); in format()
/third_party/boost/libs/thread/test/sync/futures/shared_future/
Dwait_pass.cpp43 template <typename OStream>
44 OStream& operator<<(OStream& os , boost::future_status st ) in operator <<()
Dwait_for_pass.cpp45 template <typename OStream>
46 OStream& operator<<(OStream& os , boost::future_status st ) in operator <<()
Dwait_until_pass.cpp46 template <typename OStream>
47 OStream& operator<<(OStream& os , boost::future_status st ) in operator <<()
/third_party/boost/libs/thread/test/sync/futures/future/
Dwait_pass.cpp43 template <typename OStream>
44 OStream& operator<<(OStream& os , boost::future_status st ) in operator <<()
Dwait_for_pass.cpp45 template <typename OStream>
46 OStream& operator<<(OStream& os , boost::future_status st ) in operator <<()
Dwait_until_pass.cpp46 template <typename OStream>
47 OStream& operator<<(OStream& os , boost::future_status st ) in operator <<()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DSymbolicFile.h45 template <typename OStream>
46 OStream& operator<<(OStream &OS, const DataRefImpl &D) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
Draw_ostream.h360 template <typename OStream, typename T>
361 typename std::enable_if<!std::is_reference<OStream>::value &&
362 std::is_base_of<raw_ostream, OStream>::value,
363 OStream &&>::type
364 operator<<(OStream &&OS, const T &Value) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/RPC/
DRPCSerialization.h33 template <typename OStream>
34 OStream &operator<<(OStream &OS, const RPCTypeNameSequence<> &V) {
39 template <typename OStream, typename ArgT>
40 OStream &operator<<(OStream &OS, const RPCTypeNameSequence<ArgT> &V) {
46 template <typename OStream, typename ArgT1, typename ArgT2, typename... ArgTs>
47 OStream&
48 operator<<(OStream &OS, const RPCTypeNameSequence<ArgT1, ArgT2, ArgTs...> &V) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DTargetMachineC.cpp236 raw_svector_ostream OStream(CodeString); in LLVMTargetMachineEmitToMemoryBuffer() local
237 bool Result = LLVMTargetMachineEmit(T, M, OStream, codegen, ErrorMessage); in LLVMTargetMachineEmitToMemoryBuffer()
239 StringRef Data = OStream.str(); in LLVMTargetMachineEmitToMemoryBuffer()
/third_party/boost/boost/geometry/algorithms/detail/is_valid/
Dcomplement_graph.hpp227 template <typename OStream, typename TP>
229 void debug_print_complement_graph(OStream&, complement_graph<TP> const&);

12