Lines Matching refs:comment
143 std::string comment; in print() local
144 base::StringAppendV(&comment, fmt, ap); in print()
147 stream_ << base::StringPrintf("%08zx: %02x", offset_, value) << " " << comment in print()
157 std::string comment; in print() local
158 base::StringAppendV(&comment, fmt, ap); in print()
161 stream_ << base::StringPrintf("%08zx: %04x", offset_, value) << " " << comment << std::endl; in print()
170 std::string comment; in print() local
171 base::StringAppendV(&comment, fmt, ap); in print()
174 stream_ << base::StringPrintf("%08zx: %08x", offset_, value) << " " << comment << std::endl; in print()
183 std::string comment; in print() local
184 base::StringAppendV(&comment, fmt, ap); in print()
187 stream_ << base::StringPrintf("%08zx: ", offset_) << "........ " << comment << ": " << value in print()
197 std::string comment; in print_raw() local
198 base::StringAppendV(&comment, fmt, ap); in print_raw()
201 stream_ << base::StringPrintf("%08zx: ", offset_) << "........ " << comment << std::endl; in print_raw()