Home
last modified time | relevance | path

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

/AliOS-Things-master/components/jsoncpp/src/lib_json/
A Djson_reader.cpp124 commentsBefore_.clear(); in parse()
133 if (collectComments_ && !commentsBefore_.empty()) in parse()
134 root.setComment(commentsBefore_, commentAfter); in parse()
163 if (collectComments_ && !commentsBefore_.empty()) { in readValue()
165 commentsBefore_.clear(); in readValue()
380 commentsBefore_ += normalized; in addComment()
989 String commentsBefore_{}; member in Json::OurReader
1016 commentsBefore_.clear(); in parse()
1032 if (collectComments_ && !commentsBefore_.empty()) in parse()
1060 commentsBefore_.clear(); in readValue()
[all …]
/AliOS-Things-master/components/oss/src/external/json/
A Djsoncpp.cpp362 commentsBefore_.clear(); in parse()
371 if (collectComments_ && !commentsBefore_.empty()) in parse()
372 root.setComment(commentsBefore_, commentAfter); in parse()
401 commentsBefore_.clear(); in readValue()
622 commentsBefore_ += normalized; in addComment()
1256 JSONCPP_STRING commentsBefore_; member in AlibabaCloud::OSS::Json::OurReader
1273 lastValue_(), commentsBefore_(), in OurReader()
1291 commentsBefore_.clear(); in parse()
1306 if (collectComments_ && !commentsBefore_.empty()) in parse()
1333 commentsBefore_.clear(); in readValue()
[all …]
A Djson.h1613 JSONCPP_STRING commentsBefore_; variable
/AliOS-Things-master/components/jsoncpp/include/json/
A Dreader.h238 String commentsBefore_; variable

Completed in 21 milliseconds