Home
last modified time | relevance | path

Searched refs:commentsBefore_ (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()
319 commentsBefore_ = ""; in parse()
329 if (collectComments_ && !commentsBefore_.empty()) in parse()
330 root.setComment(commentsBefore_, commentAfter); in parse()
359 if (collectComments_ && !commentsBefore_.empty()) { in readValue()
360 currentValue().setComment(commentsBefore_, commentBefore); in readValue()
361 commentsBefore_ = ""; in readValue()
583 commentsBefore_ += normalized; in addComment()
1213 std::string commentsBefore_; member in Json::OurReader
[all …]
Djson.h1488 std::string commentsBefore_; variable