Lines Matching refs:InputStream
189 template <typename InputStream> in RAPIDJSON_DIAG_OFF()
190 void Parse(DecodedStream<InputStream, Encoding>& ds) { in RAPIDJSON_DIAG_OFF()
467 template <typename InputStream> in RAPIDJSON_DIAG_OFF()
468 bool ParseUnsigned(DecodedStream<InputStream, Encoding>& ds, unsigned* u) { in RAPIDJSON_DIAG_OFF()
481 template <typename InputStream> in RAPIDJSON_DIAG_OFF()
482 bool ParseRange(DecodedStream<InputStream, Encoding>& ds, SizeType* range) { in RAPIDJSON_DIAG_OFF()
561 template <typename InputStream> in RAPIDJSON_DIAG_OFF()
562 bool CharacterEscape(DecodedStream<InputStream, Encoding>& ds, unsigned* escapedCodepoint) { in RAPIDJSON_DIAG_OFF()
628 template <typename InputStream> in RAPIDJSON_DIAG_OFF()
629 bool Match(InputStream& is) { in RAPIDJSON_DIAG_OFF()
638 template <typename InputStream> in RAPIDJSON_DIAG_OFF()
639 bool Search(InputStream& is) { in RAPIDJSON_DIAG_OFF()
652 template <typename InputStream> in RAPIDJSON_DIAG_OFF()
653 bool SearchWithAnchoring(InputStream& is, bool anchorBegin, bool anchorEnd) { in RAPIDJSON_DIAG_OFF()
654 DecodedStream<InputStream, Encoding> ds(is); in RAPIDJSON_DIAG_OFF()