Searched refs:codepoint_ (Results 1 – 1 of 1) sorted by relevance
49 DecodedStream(SourceStream& ss) : ss_(ss), codepoint_() { Decode(); } in RAPIDJSON_DIAG_OFF()50 unsigned Peek() { return codepoint_; } in RAPIDJSON_DIAG_OFF()52 unsigned c = codepoint_; in RAPIDJSON_DIAG_OFF()60 if (!Encoding::Decode(ss_, &codepoint_)) in RAPIDJSON_DIAG_OFF()61 codepoint_ = 0; in RAPIDJSON_DIAG_OFF()65 unsigned codepoint_; in RAPIDJSON_DIAG_OFF() local