Home
last modified time | relevance | path

Searched refs:TranscodeUnsafe (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 Dencodings.h670 RAPIDJSON_FORCEINLINE static bool TranscodeUnsafe(InputStream& is, OutputStream& os) { in TranscodeUnsafe() function
699 RAPIDJSON_FORCEINLINE static bool TranscodeUnsafe(InputStream& is, OutputStream& os) {
H A Dwriter.h412 Transcoder<SourceEncoding, TargetEncoding>::TranscodeUnsafe(is, *os_)))) in WriteString()