reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
148 bool IsString = stripQuotes(Str, IsLongString); 179 auto AddRes = [&Result, NullHandler, IsLongString](UTF16 Char) -> Error { 180 if (!IsLongString) { 193 auto AddEscapedChar = [AddRes, IsLongString, CodePage](UTF16 Char) -> Error { 194 if (!IsLongString) { 239 size_t RemainingChars = IsLongString ? 4 : 2; 274 size_t RemainingChars = IsLongString ? 6 : 2; 326 if (!IsLongString) {