Searched refs:UnescapeFunc (Results 1 – 1 of 1) sorted by relevance
2115 auto UnescapeFunc = [this](StringRef UnquotedValue, in getDoubleQuotedValue() local2230 return parseScalarValue(UnquotedValue, Storage, "\\\r\n", UnescapeFunc); in getDoubleQuotedValue()2239 auto UnescapeFunc = [](StringRef UnquotedValue, in getSingleQuotedValue() local2246 return parseScalarValue(UnquotedValue, Storage, "'\r\n", UnescapeFunc); in getSingleQuotedValue()