Home | History | Annotate | Download | only in binder

Lines Matching defs:TextOutput

17 #include <binder/TextOutput.h>
32 TextOutput::TextOutput() {
35 TextOutput::~TextOutput() {
40 TextOutput& operator<<(TextOutput& to, bool val)
47 TextOutput& operator<<(TextOutput& to, int val)
55 TextOutput& operator<<(TextOutput& to, long val)
63 TextOutput& operator<<(TextOutput& to, unsigned int val)
71 TextOutput& operator<<(TextOutput& to, unsigned long val)
79 TextOutput& operator<<(TextOutput& to, long long val)
87 TextOutput& operator<<(TextOutput& to, unsigned long long val)
95 static TextOutput& print_float(TextOutput& to, double value)
107 TextOutput& operator<<(TextOutput& to, float val)
112 TextOutput& operator<<(TextOutput& to, double val)
117 TextOutput& operator<<(TextOutput& to, const void* val)
125 TextOutput& operator<<(TextOutput& to, const String8& val)
131 TextOutput& operator<<(TextOutput& to, const String16& val)
139 ((TextOutput*)cookie)->print(txt, strlen(txt));
142 TextOutput& operator<<(TextOutput& to, const TypeCode& val)
161 TextOutput& operator<<(TextOutput& to, const HexDump& val)