Searched refs:bslash (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/ |
| H A D | reader.h | 929 …static const char bslash[16] = { '\\', '\\', '\\', '\\', '\\', '\\', '\\', '\\', '\\', '\\', '\\',… in ScanCopyUnescapedString() local 932 const __m128i bs = _mm_loadu_si128(reinterpret_cast<const __m128i *>(&bslash[0])); in ScanCopyUnescapedString() 990 …static const char bslash[16] = { '\\', '\\', '\\', '\\', '\\', '\\', '\\', '\\', '\\', '\\', '\\',… in ScanCopyUnescapedString() local 993 const __m128i bs = _mm_loadu_si128(reinterpret_cast<const __m128i *>(&bslash[0])); in ScanCopyUnescapedString() 1038 …static const char bslash[16] = { '\\', '\\', '\\', '\\', '\\', '\\', '\\', '\\', '\\', '\\', '\\',… in SkipUnescapedString() local 1041 const __m128i bs = _mm_loadu_si128(reinterpret_cast<const __m128i *>(&bslash[0])); in SkipUnescapedString()
|
| H A D | writer.h | 563 …static const char bslash[16] = { '\\', '\\', '\\', '\\', '\\', '\\', '\\', '\\', '\\', '\\', '\\',… in ScanWriteUnescapedString() local 566 const __m128i bs = _mm_loadu_si128(reinterpret_cast<const __m128i *>(&bslash[0])); in ScanWriteUnescapedString()
|