Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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