Home
last modified time | relevance | path

Searched refs:PushUnsafe (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/
H A Dstringbuffer.h57 void PutUnsafe(Ch c) { *stack_.template PushUnsafe<Ch>() = c; } in PutUnsafe()
70 Ch* PushUnsafe(size_t count) { return stack_.template PushUnsafe<Ch>(count); } in PushUnsafe() function
H A Dwriter.h585 char* q = reinterpret_cast<char*>(os_->PushUnsafe(len)); in ScanWriteUnescapedString()
592 _mm_storeu_si128(reinterpret_cast<__m128i *>(os_->PushUnsafe(16)), s); in ScanWriteUnescapedString()
H A Dschema.h1882 *documentStack_.template PushUnsafe<Ch>() = '/';
1885 *documentStack_.template PushUnsafe<Ch>() = '~';
1886 *documentStack_.template PushUnsafe<Ch>() = '0';
1889 *documentStack_.template PushUnsafe<Ch>() = '~';
1890 *documentStack_.template PushUnsafe<Ch>() = '1';
1893 *documentStack_.template PushUnsafe<Ch>() = str[i];
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/internal/
H A Dstack.h124 return PushUnsafe<T>(count);
128 RAPIDJSON_FORCEINLINE T* PushUnsafe(size_t count = 1) {
H A Dregex.h656 *l.template PushUnsafe<SizeType>() = index; in RAPIDJSON_DIAG_OFF()