Home
last modified time | relevance | path

Searched refs:valid_ (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
Dpointer.h952 …deStream(const Ch* source, const Ch* end) : src_(source), head_(source), end_(end), valid_(true) {} in PercentDecodeStream()
956 valid_ = false; in Take()
968 valid_ = false; in Take()
977 bool IsValid() const { return valid_; } in IsValid()
983 bool valid_; //!< Whether the parsing is valid. variable