/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | PackedGLEnums_autogen.h | 18 #include <ostream> 44 std::ostream &operator<<(std::ostream &os, AlphaTestFunc value); 69 std::ostream &operator<<(std::ostream &os, BufferBinding value); 90 std::ostream &operator<<(std::ostream &os, BufferUsage value); 107 std::ostream &operator<<(std::ostream &os, ClientVertexArrayType value); 122 std::ostream [all...] |
H A D | PackedCLEnums_autogen.h | 19 #include <ostream> 42 std::ostream &operator<<(std::ostream &os, AddressingMode value); 61 std::ostream &operator<<(std::ostream &os, CommandQueueInfo value); 77 std::ostream &operator<<(std::ostream &os, ContextInfo value); 198 std::ostream &operator<<(std::ostream &os, DeviceInfo value); 215 std::ostream [all...] |
H A D | PackedEGLEnums_autogen.h | 19 #include <ostream> 39 std::ostream &operator<<(std::ostream &os, ColorSpace value); 54 std::ostream &operator<<(std::ostream &os, CompositorTiming value); 69 std::ostream &operator<<(std::ostream &os, ContextPriority value); 85 std::ostream &operator<<(std::ostream &os, MessageType value); 104 std::ostream [all...] |
/third_party/libabigail/include/ |
H A D | abg-reporter.h | 17 #include <ostream> 64 report(const type_decl_diff& d, std::ostream& out, 68 report(const enum_diff& d, std::ostream& out, 72 report(const typedef_diff& d, std::ostream& out, 76 report(const qualified_type_diff& d, std::ostream& out, 80 report(const distinct_diff& d, std::ostream& out, 84 report(const pointer_diff& d, std::ostream& out, 88 report(const reference_diff& d, std::ostream& out, 92 report(const array_diff& d, std::ostream& out, 96 report(const base_diff& d, std::ostream [all...] |
/third_party/googletest/googletest/include/gtest/ |
H A D | gtest-printers.h | 43 // 1. foo::PrintTo(const T&, ostream*) 44 // 2. operator<<(ostream&, const T&) defined in either foo or the 48 // unless foo::PrintTo(const T&, ostream*) is defined. Note that 71 // void ::testing::internal::UniversalTersePrint(const T& value, ostream*); 76 // void ::testing::internal::UniversalPrint(const T& value, ostream*); 106 #include <ostream> // NOLINT 125 void UniversalPrint(const T& value, ::std::ostream* os); 134 static void PrintValue(const T& container, std::ostream* os) { in PrintValue() 169 static void PrintValue(T* p, ::std::ostream* os) { in PrintValue() 183 static void PrintValue(T* p, ::std::ostream* o [all...] |
/third_party/node/deps/googletest/include/gtest/ |
H A D | gtest-printers.h | 43 // 1. foo::PrintTo(const T&, ostream*) 44 // 2. operator<<(ostream&, const T&) defined in either foo or the 51 // unless foo::PrintTo(const T&, ostream*) is defined. Note that 74 // void ::testing::internal::UniversalTersePrint(const T& value, ostream*); 79 // void ::testing::internal::UniversalPrint(const T& value, ostream*); 109 #include <ostream> // NOLINT 136 void UniversalPrint(const T& value, ::std::ostream* os); 164 static void PrintValue(const T& container, std::ostream* os) { in PrintValue() 199 static void PrintValue(T* p, ::std::ostream* os) { in PrintValue() 213 static void PrintValue(T* p, ::std::ostream* o [all...] |
/third_party/skia/third_party/externals/dawn/src/dawn_node/utils/ |
H A D | Debug.h | 29 // Write() is a helper for printing container types to the std::ostream. 33 inline std::ostream& Write(std::ostream& out) { in Write() 37 inline std::ostream& Write(std::ostream& out, const std::optional<T>& value); 39 inline std::ostream& Write(std::ostream& out, const std::vector<T>& value); 41 inline std::ostream& Write(std::ostream& out, const std::unordered_map<K, V>& value); 43 inline std::ostream [all...] |
/third_party/mesa3d/src/gtest/include/gtest/ |
H A D | gtest-printers.h | 44 // 1. foo::PrintTo(const T&, ostream*) 45 // 2. operator<<(ostream&, const T&) defined in either foo or the 49 // unless foo::PrintTo(const T&, ostream*) is defined. Note that 72 // void ::testing::internal::UniversalTersePrint(const T& value, ostream*); 77 // void ::testing::internal::UniversalPrint(const T& value, ostream*); 104 #include <ostream> // NOLINT 127 // ostream. 130 ::std::ostream* os); 153 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue() 169 static void PrintValue(const T& value, ::std::ostream* o [all...] |
/third_party/libabigail/src/ |
H A D | abg-reporter-priv.h | 110 emit_num_value(uint64_t value, const diff_context& ctxt, ostream& out); 116 ostream& out); 121 ostream& out); 128 ostream& out, 134 ostream& out); 139 ostream& out, 145 ostream& out); 150 ostream& out); 155 ostream& out, 163 ostream [all...] |
/third_party/node/deps/v8/src/compiler/ |
H A D | graph-visualizer.h | 69 std::ostream& operator<<(std::ostream& out, const SourcePositionAsJSON& pos); 86 void JsonPrintAllSourceWithPositions(std::ostream& os, 90 void JsonPrintFunctionSource(std::ostream& os, int source_id, 102 JSONGraphWriter(std::ostream& os, const Graph* graph, 119 std::ostream& os_; 142 V8_EXPORT_PRIVATE std::ostream& operator<<(std::ostream& os, 150 V8_EXPORT_PRIVATE std::ostream& operator<<(std::ostream [all...] |
/third_party/skia/third_party/externals/tint/src/writer/msl/ |
H A D | generator_impl.h | 117 bool EmitIndexAccessor(std::ostream& out, 127 bool EmitBinary(std::ostream& out, const ast::BinaryExpression* expr); 132 bool EmitBitcast(std::ostream& out, const ast::BitcastExpression* expr); 145 bool EmitCall(std::ostream& out, const ast::CallExpression* expr); 151 bool EmitIntrinsicCall(std::ostream& out, 159 bool EmitTypeConversion(std::ostream& out, 167 bool EmitTypeConstructor(std::ostream& out, 175 bool EmitFunctionCall(std::ostream& out, 184 bool EmitAtomicCall(std::ostream& out, 193 bool EmitTextureCall(std::ostream [all...] |
/third_party/skia/third_party/externals/tint/src/writer/glsl/ |
H A D | generator_impl.h | 68 bool EmitIndexAccessor(std::ostream& out, 78 bool EmitBinary(std::ostream& out, const ast::BinaryExpression* expr); 83 bool EmitVectorRelational(std::ostream& out, 89 bool EmitBitcast(std::ostream& out, const ast::BitcastExpression* expr); 110 bool EmitCall(std::ostream& out, const ast::CallExpression* expr); 116 bool EmitFunctionCall(std::ostream& out, 124 bool EmitIntrinsicCall(std::ostream& out, 132 bool EmitTypeConversion(std::ostream& out, 140 bool EmitTypeConstructor(std::ostream& out, 147 bool EmitBarrierCall(std::ostream [all...] |
/third_party/skia/third_party/externals/tint/src/writer/hlsl/ |
H A D | generator_impl.h | 97 bool EmitIndexAccessor(std::ostream& out, 107 bool EmitBinary(std::ostream& out, const ast::BinaryExpression* expr); 112 bool EmitBitcast(std::ostream& out, const ast::BitcastExpression* expr); 133 bool EmitCall(std::ostream& out, const ast::CallExpression* expr); 139 bool EmitFunctionCall(std::ostream& out, 147 bool EmitIntrinsicCall(std::ostream& out, 155 bool EmitTypeConversion(std::ostream& out, 163 bool EmitTypeConstructor(std::ostream& out, 173 std::ostream& out, 183 std::ostream [all...] |
/third_party/googletest/googletest/src/ |
H A D | gtest-printers.cc | 39 // type Foo by defining either operator<<(::std::ostream&, const Foo&) 40 // or void PrintTo(const Foo&, ::std::ostream*) in the namespace that 49 #include <ostream> // NOLINT 60 using ::std::ostream; 68 size_t count, ostream* os) { in PrintByteSegmentInObjectTo() 85 // Prints the bytes in the given value to the given ostream. 87 ostream* os) { in PrintBytesInObjectToImpl() 128 ostream* os) { in PrintBytesInObjectTo() 148 static CharFormat PrintAsCharLiteralTo(Char c, ostream* os) { in PrintAsCharLiteralTo() 186 ostream in PrintAsCharLiteralTo() [all...] |
/third_party/node/deps/googletest/src/ |
H A D | gtest-printers.cc | 39 // type Foo by defining either operator<<(::std::ostream&, const Foo&) 40 // or void PrintTo(const Foo&, ::std::ostream*) in the namespace that 52 #include <ostream> // NOLINT 63 using ::std::ostream; 71 size_t count, ostream* os) { in PrintByteSegmentInObjectTo() 88 // Prints the bytes in the given value to the given ostream. 90 ostream* os) { in PrintBytesInObjectToImpl() 131 ostream* os) { in PrintBytesInObjectTo() 151 static CharFormat PrintAsCharLiteralTo(Char c, ostream* os) { in PrintAsCharLiteralTo() 189 ostream in PrintAsCharLiteralTo() [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/ |
H A D | civil_time_detail.cc | 18 #include <ostream> 32 std::ostream& operator<<(std::ostream& os, const civil_year& y) { in operator <<() 37 std::ostream& operator<<(std::ostream& os, const civil_month& m) { in operator <<() 43 std::ostream& operator<<(std::ostream& os, const civil_day& d) { in operator <<() 49 std::ostream& operator<<(std::ostream& os, const civil_hour& h) { in operator <<() 55 std::ostream in operator <<() [all...] |
/third_party/mesa3d/src/gtest/src/ |
H A D | gtest-printers.cc | 40 // type Foo by defining either operator<<(::std::ostream&, const Foo&) 41 // or void PrintTo(const Foo&, ::std::ostream*) in the namespace that 48 #include <ostream> // NOLINT 57 using ::std::ostream; 65 size_t count, ostream* os) { in PrintByteSegmentInObjectTo() 82 // Prints the bytes in the given value to the given ostream. 84 ostream* os) { in PrintBytesInObjectToImpl() 115 ostream* os) { in PrintBytesInObjectTo() 146 static CharFormat PrintAsCharLiteralTo(Char c, ostream* os) { in PrintAsCharLiteralTo() 184 ostream in PrintAsCharLiteralTo() [all...] |
/third_party/node/deps/v8/src/utils/ |
H A D | ostreams.cc | 68 DbgStdoutStream::DbgStdoutStream() : std::ostream(&streambuf_) {} in DbgStdoutStream() 86 OFStream::OFStream(FILE* f) : std::ostream(nullptr), buf_(f) { in OFStream() 128 std::ostream& PrintUC16(std::ostream& os, uint16_t c, bool (*pred)(uint16_t)) { in PrintUC16() 135 std::ostream& PrintUC16ForJSON(std::ostream& os, uint16_t c, in PrintUC16ForJSON() 144 std::ostream& PrintUC32(std::ostream& os, int32_t c, bool (*pred)(uint16_t)) { in PrintUC32() 155 std::ostream& operator<<(std::ostream [all...] |
H A D | ostreams.h | 11 #include <ostream> 49 class DbgStdoutStream : public std::ostream { 59 class V8_EXPORT_PRIVATE OFStream : public std::ostream { 80 class StdoutStream : public std::ostream { 82 StdoutStream() : std::ostream(&stream_) {} in StdoutStream() 172 std::ostream& operator<<(std::ostream& os, const AsReversiblyEscapedUC16& c); 175 V8_EXPORT_PRIVATE std::ostream& operator<<(std::ostream& os, 180 std::ostream [all...] |
/third_party/node/deps/v8/src/maglev/ |
H A D | maglev-graph-printer.h | 9 #include <ostream> 29 explicit MaglevPrintingVisitor(std::ostream& os); 38 std::ostream& os() { return *os_for_additional_info_; } in os() 41 std::ostream& os_; 42 std::unique_ptr<std::ostream> os_for_additional_info_; 47 void PrintGraph(std::ostream& os, MaglevCompilationUnit* compilation_unit, 55 void Print(std::ostream& os) const; 62 std::ostream& operator<<(std::ostream& os, const PrintNode& printer); 69 void Print(std::ostream [all...] |
/third_party/vk-gl-cts/framework/egl/ |
H A D | egluStrUtil.hpp | 72 std::ostream& operator<< (std::ostream& str, const ConfigAttribValueFmt& attribFmt); 75 std::ostream& operator<< (std::ostream& str, const SurfaceAttribValueFmt& attribFmt); 78 std::ostream& operator<< (std::ostream& str, const ContextAttribValueFmt& attribFmt); 81 std::ostream& operator<< (std::ostream& str, const ConfigAttribListFmt& fmt); 84 std::ostream& operator<< (std::ostream in getSurfaceAttribListStr() [all...] |
H A D | egluCallLogWrapper.cpp | 61 std::ostream& operator<< (std::ostream& str, PointerFmt<T> fmt) in operator <<() 98 inline std::ostream& operator<< (std::ostream& str, EnumPointerFmt fmt) in operator <<() 120 inline std::ostream& operator<< (std::ostream& str, StringFmt fmt) in operator <<() 139 inline std::ostream& operator<< (std::ostream& str, const ConfigAttribValuePointerFmt& fmt) in operator <<() 159 inline std::ostream& operator<< (std::ostream [all...] |
/third_party/skia/third_party/externals/tint/src/writer/wgsl/ |
H A D | generator_impl.h | 64 bool EmitIndexAccessor(std::ostream& out, 74 bool EmitBinary(std::ostream& out, const ast::BinaryExpression* expr); 79 bool EmitBitcast(std::ostream& out, const ast::BitcastExpression* expr); 92 bool EmitCall(std::ostream& out, const ast::CallExpression* expr); 101 bool EmitLiteral(std::ostream& out, const ast::LiteralExpression* expr); 110 bool EmitExpression(std::ostream& out, const ast::Expression* expr); 123 bool EmitIdentifier(std::ostream& out, const ast::IdentifierExpression* expr); 144 bool EmitMemberAccessor(std::ostream& out, 170 bool EmitType(std::ostream& out, const ast::Type* type); 179 bool EmitImageFormat(std::ostream [all...] |
/third_party/node/deps/v8/src/torque/ |
H A D | instructions.h | 168 inline std::ostream& operator<<(std::ostream& stream, in operator <<() 291 inline std::ostream& operator<<(std::ostream& os, in operator <<() 310 inline std::ostream& operator<<(std::ostream& os, in operator <<() 328 inline std::ostream& operator<<(std::ostream& os, in operator <<() 342 inline std::ostream& operator<<( in operator <<() 343 std::ostream in operator <<() [all...] |
/third_party/backends/backend/genesys/ |
H A D | serialize.h | 35 inline void serialize_newline(std::ostream& str) { str << '\n'; } in serialize_newline() 38 inline void serialize(std::ostream& str, bool x) { str << static_cast<unsigned>(x) << " "; } in serialize() 40 inline void serialize(std::ostream& str, char x) { str << static_cast<int>(x) << " "; } in serialize() 42 inline void serialize(std::ostream& str, unsigned char x) { str << static_cast<unsigned>(x) << " "; } in serialize() 44 inline void serialize(std::ostream& str, signed char x) { str << static_cast<int>(x) << " "; } in serialize() 46 inline void serialize(std::ostream& str, short x) { str << x << " "; } in serialize() 48 inline void serialize(std::ostream& str, unsigned short x) { str << x << " "; } in serialize() 50 inline void serialize(std::ostream& str, int x) { str << x << " "; } in serialize() 52 inline void serialize(std::ostream& str, unsigned int x) { str << x << " "; } in serialize() 54 inline void serialize(std::ostream in serialize() [all...] |