Searched refs:setComment (Results 1 – 6 of 6) sorted by relevance
/AliOS-Things-master/components/jsoncpp/include/json/ |
A D | value.h | 566 void setComment(const char* comment, CommentPlacement placement) { in setComment() function 567 setComment(String(comment, strlen(comment)), placement); in setComment() 570 void setComment(const char* comment, size_t len, CommentPlacement placement) { in setComment() function 571 setComment(String(comment, len), placement); in setComment() 574 void setComment(String comment, CommentPlacement placement);
|
/AliOS-Things-master/components/oss/src/external/json/ |
A D | json.h | 1038 void setComment(const char* comment, CommentPlacement placement); 1040 void setComment(const char* comment, size_t len, CommentPlacement placement); 1042 void setComment(const JSONCPP_STRING& comment, CommentPlacement placement); 1072 void setComment(const char* text, size_t len);
|
A D | jsoncpp.cpp | 372 root.setComment(commentsBefore_, commentAfter); in parse() 400 currentValue().setComment(commentsBefore_, commentBefore); in readValue() 620 lastValue_->setComment(normalized, placement); in addComment() 1307 root.setComment(commentsBefore_, commentAfter); in parse() 1332 currentValue().setComment(commentsBefore_, commentBefore); in readValue() 1605 lastValue_->setComment(normalized, placement); in addComment() 2737 void Value::CommentInfo::setComment(const char* text, size_t len) { in setComment() function in AlibabaCloud::OSS::Json::Value::CommentInfo 2986 comments_[comment].setComment( in Value() 3929 comments_[placement].setComment(comment, len); in setComment() 3933 setComment(comment, strlen(comment), placement); in setComment() [all …]
|
/AliOS-Things-master/components/jsoncpp/src/lib_json/ |
A D | json_reader.cpp | 134 root.setComment(commentsBefore_, commentAfter); in parse() 164 currentValue().setComment(commentsBefore_, commentBefore); in readValue() 378 lastValue_->setComment(normalized, placement); in addComment() 1033 root.setComment(commentsBefore_, commentAfter); in parse() 1059 currentValue().setComment(commentsBefore_, commentBefore); in readValue() 1354 lastValue_->setComment(normalized, placement); in addComment()
|
A D | json_value.cpp | 1409 void Value::setComment(String comment, CommentPlacement placement) { in setComment() function in Json::Value
|
/AliOS-Things-master/components/jsoncpp/src/test_lib_json/ |
A D | main.cpp | 1842 val.setComment(Json::String("// this comment should appear before"), in JSONTEST_FIXTURE_LOCAL() 2306 root.setComment(Json::String("//commentBeforeValue"), Json::commentBefore); in JSONTEST_FIXTURE_LOCAL() 2313 root.setComment(Json::String("//commentAfterValueOnSameLine"), in JSONTEST_FIXTURE_LOCAL() 2321 root.setComment(Json::String("//commentAfter"), Json::commentAfter); in JSONTEST_FIXTURE_LOCAL() 2447 root.setComment(Json::String("//commentBeforeValue"), Json::commentBefore); in JSONTEST_FIXTURE_LOCAL() 2456 root.setComment(Json::String("//commentAfterValueOnSameLine"), in JSONTEST_FIXTURE_LOCAL() 2466 root.setComment(Json::String("//commentAfter"), Json::commentAfter); in JSONTEST_FIXTURE_LOCAL()
|
Completed in 45 milliseconds