Searched refs:PercentDecodeStream (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
H A Dpointer.h810 PercentDecodeStream is(&source[i], source + length);
945 class PercentDecodeStream { class in class:GenericPointer
952 PercentDecodeStream(const Ch* source, const Ch* end) : src_(source), head_(source), end_(end), valid_(true) {} function in class:GenericPointer::PercentDecodeStream

Completed in 83 milliseconds