Home | History | Annotate | Download | only in binder

Lines Matching refs:TextOutput

17 #include <binder/TextOutput.h>
32 TextOutput::TextOutput() {
35 TextOutput::~TextOutput() {
42 ((TextOutput*)cookie)->print(txt, strlen(txt));
45 TextOutput& operator<<(TextOutput& to, const TypeCode& val)
64 TextOutput& operator<<(TextOutput& to, const HexDump& val)