Searched refs:lastValueEnd_ (Results 1 – 2 of 2) sorted by relevance
/external/jsoncpp/src/lib_json/ |
D | json_reader.cpp | 80 : errors_(), document_(), begin_(), end_(), current_(), lastValueEnd_(), in Reader() 85 : errors_(), document_(), begin_(), end_(), current_(), lastValueEnd_(), in Reader() 122 lastValueEnd_ = 0; in parse() 217 lastValueEnd_ = current_; in readValue() 346 if (lastValueEnd_ && !containsNewLine(lastValueEnd_, commentBegin)) { in readComment()
|
/external/jsoncpp/include/json/ |
D | reader.h | 237 Location lastValueEnd_; variable
|