Searched refs:codepoint_ (Results 1 – 1 of 1) sorted by relevance
163 DecodedStream(SourceStream& ss) : ss_(ss), codepoint_() { Decode(); } in RAPIDJSON_DIAG_OFF()164 unsigned Peek() { return codepoint_; } in RAPIDJSON_DIAG_OFF()166 unsigned c = codepoint_; in RAPIDJSON_DIAG_OFF()174 if (!Encoding::Decode(ss_, &codepoint_)) in RAPIDJSON_DIAG_OFF()175 codepoint_ = 0; in RAPIDJSON_DIAG_OFF()179 unsigned codepoint_; in RAPIDJSON_DIAG_OFF() local