Lines Matching refs:append
36 buffer->append("%c", *p);
42 buffer->append("%%");
46 buffer->append("%zu", frame_no);
49 buffer->append("0x%zx", info.address);
52 buffer->append("%s", StripPathPrefix(info.module, strip_path_prefix));
55 buffer->append("0x%zx", info.module_offset);
58 buffer->append("%s", StripFunctionName(info.function, strip_func_prefix));
61 buffer->append("0x%zx", info.function_offset != AddressInfo::kUnknown
66 buffer->append("%s", StripPathPrefix(info.file, strip_path_prefix));
69 buffer->append("%d", info.line);
72 buffer->append("%d", info.column);
78 buffer->append("in %s",
81 buffer->append("+0x%zx", info.function_offset);
98 buffer->append("(<unknown module>)");
106 buffer->append("(%s+%p)", StripModuleName(info.module),
109 buffer->append("(%p)", (void *)info.address);
123 buffer->append("%s(%d", StripPathPrefix(file, strip_path_prefix), line);
125 buffer->append(",%d", column);
126 buffer->append(")");
130 buffer->append("%s", StripPathPrefix(file, strip_path_prefix));
132 buffer->append(":%d", line);
134 buffer->append(":%d", column);
140 buffer->append("(%s+0x%zx)", StripPathPrefix(module, strip_path_prefix),