Searched refs:TranscodeUnsafe (Results 1 – 2 of 2) sorted by relevance
670 RAPIDJSON_FORCEINLINE static bool TranscodeUnsafe(InputStream& is, OutputStream& os) { in TranscodeUnsafe() function699 RAPIDJSON_FORCEINLINE static bool TranscodeUnsafe(InputStream& is, OutputStream& os) {
412 Transcoder<SourceEncoding, TargetEncoding>::TranscodeUnsafe(is, *os_)))) in WriteString()