Home | History | Annotate | Download | only in libhwbinder

Lines Matching refs:TextOutput

17 #include <hwbinder/TextOutput.h>
33 TextOutput::TextOutput() {
36 TextOutput::~TextOutput() {
43 ((TextOutput*)cookie)->print(txt, strlen(txt));
46 TextOutput& operator<<(TextOutput& to, const TypeCode& val)
65 TextOutput& operator<<(TextOutput& to, const HexDump& val)