reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
220 String.resize(Length + AdditionalLength); 221 formatString(String.data() + Length, AdditionalLength, Format, ArgsCopy); 222 Length = strlen(String.data()); 223 CHECK_LT(Length, String.size());projects/compiler-rt/lib/scudo/standalone/string_utils.h
24 uptr length() { return Length; } 28 Length = 0;