Searched refs:PercentDecodeStream (Results 1 – 1 of 1) sorted by relevance
810 PercentDecodeStream is(&source[i], source + length); in Parse()945 class PercentDecodeStream {952 …PercentDecodeStream(const Ch* source, const Ch* end) : src_(source), head_(source), end_(end), val… in PercentDecodeStream() function