Home
last modified time | relevance | path

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

/external/jsoncpp/src/lib_json/
Djson_reader.cpp81 lastValue_(), commentsBefore_(), features_(Features::all()), in Reader()
86 lastValue_(), commentsBefore_(), features_(features), collectComments_() { in Reader()
123 lastValue_ = 0; in parse()
218 lastValue_ = &currentValue(); in readValue()
360 assert(lastValue_ != 0); in addComment()
361 lastValue_->setComment(std::string(begin, end), placement); in addComment()
/external/jsoncpp/include/json/
Dreader.h238 Value* lastValue_; variable
/external/protobuf/conformance/third_party/jsoncpp/
Djsoncpp.cpp276 lastValue_(), commentsBefore_(), features_(Features::all()), in Reader()
281 lastValue_(), commentsBefore_(), features_(features), collectComments_() { in Reader()
318 lastValue_ = 0; in parse()
424 lastValue_ = &currentValue(); in readValue()
580 assert(lastValue_ != 0); in addComment()
581 lastValue_->setComment(normalized, placement); in addComment()
1212 Value* lastValue_; member in Json::OurReader
1224 lastValue_(), commentsBefore_(), in OurReader()
1242 lastValue_ = 0; in parse()
1373 lastValue_ = &currentValue(); in readValue()
[all …]
Djson.h1487 Value* lastValue_; variable