Lines Matching refs:ostream
68 DbgStdoutStream::DbgStdoutStream() : std::ostream(&streambuf_) {}
86 OFStream::OFStream(FILE* f) : std::ostream(nullptr), buf_(f) {
128 std::ostream& PrintUC16(std::ostream& os, uint16_t c, bool (*pred)(uint16_t)) {
135 std::ostream& PrintUC16ForJSON(std::ostream& os, uint16_t c,
144 std::ostream& PrintUC32(std::ostream& os, int32_t c, bool (*pred)(uint16_t)) {
155 std::ostream& operator<<(std::ostream& os, const AsReversiblyEscapedUC16& c) {
159 std::ostream& operator<<(std::ostream& os, const AsEscapedUC16ForJSON& c) {
167 std::ostream& operator<<(std::ostream& os, const AsUC16& c) {
171 std::ostream& operator<<(std::ostream& os, const AsUC32& c) {
175 std::ostream& operator<<(std::ostream& os, const AsHex& hex) {
186 std::ostream& operator<<(std::ostream& os, const AsHexBytes& hex) {