Home
last modified time | relevance | path

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

/AliOS-Things-master/components/jsoncpp/src/lib_json/
A Djson_reader.cpp123 lastValue_ = nullptr; in parse()
222 lastValue_ = &currentValue(); in readValue()
377 assert(lastValue_ != nullptr); in addComment()
378 lastValue_->setComment(normalized, placement); in addComment()
987 Value* lastValue_ = nullptr; member in Json::OurReader
1015 lastValue_ = nullptr; in parse()
1136 lastValue_ = &currentValue(); in readValue()
1353 assert(lastValue_ != nullptr); in addComment()
1354 lastValue_->setComment(normalized, placement); in addComment()
/AliOS-Things-master/components/jsoncpp/include/json/
A Dreader.h237 Value* lastValue_{};
/AliOS-Things-master/components/oss/src/external/json/
A Djsoncpp.cpp319 lastValue_(), commentsBefore_(), features_(Features::all()), in Reader()
361 lastValue_ = 0; in parse()
464 lastValue_ = &currentValue(); in readValue()
619 assert(lastValue_ != 0); in addComment()
620 lastValue_->setComment(normalized, placement); in addComment()
1255 Value* lastValue_; member in AlibabaCloud::OSS::Json::OurReader
1273 lastValue_(), commentsBefore_(), in OurReader()
1290 lastValue_ = 0; in parse()
1420 lastValue_ = &currentValue(); in readValue()
1604 assert(lastValue_ != 0); in addComment()
[all …]
A Djson.h1612 Value* lastValue_; variable

Completed in 21 milliseconds