Lines Matching refs:before
92 static void PrintShadowByte(InternalScopedString *str, const char *before,
95 str->append("%s%s%x%x%s%s", before, d.ShadowByte(byte), byte >> 4, byte & 15,
99 static void PrintShadowBytes(InternalScopedString *str, const char *before,
102 if (before) str->append("%s%p:", before, bytes);
105 const char *before =
108 PrintShadowByte(str, before, *p, after);
547 // Use ScopedInErrorReport to run common actions just before and