Lines Matching defs:to
37 TextOutput& operator<<(TextOutput& to, bool val) in operator <<()
44 TextOutput& operator<<(TextOutput& to, int val) in operator <<()
52 TextOutput& operator<<(TextOutput& to, long val) in operator <<()
60 TextOutput& operator<<(TextOutput& to, unsigned int val) in operator <<()
68 TextOutput& operator<<(TextOutput& to, unsigned long val) in operator <<()
76 TextOutput& operator<<(TextOutput& to, long long val) in operator <<()
84 TextOutput& operator<<(TextOutput& to, unsigned long long val) in operator <<()
92 static TextOutput& print_float(TextOutput& to, double value) in print_float()
104 TextOutput& operator<<(TextOutput& to, float val) in operator <<()
109 TextOutput& operator<<(TextOutput& to, double val) in operator <<()
114 TextOutput& operator<<(TextOutput& to, const void* val) in operator <<()
127 TextOutput& operator<<(TextOutput& to, const TypeCode& val) in operator <<()
146 TextOutput& operator<<(TextOutput& to, const HexDump& val) in operator <<()