Home
last modified time | relevance | path

Searched refs:CommentPlacement (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/jsoncpp/include/json/
A Dvalue.h118 enum CommentPlacement { enum
566 void setComment(const char* comment, CommentPlacement placement) { in setComment()
570 void setComment(const char* comment, size_t len, CommentPlacement placement) { in setComment()
574 void setComment(String comment, CommentPlacement placement);
575 bool hasComment(CommentPlacement placement) const;
577 String getComment(CommentPlacement placement) const;
641 bool has(CommentPlacement slot) const;
642 String get(CommentPlacement slot) const;
643 void set(CommentPlacement slot, String comment);
A Dreader.h223 void addComment(Location begin, Location end, CommentPlacement placement);
/AliOS-Things-master/components/oss/src/external/json/
A Djson.h566 enum CommentPlacement { enum
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);
1043 bool hasComment(CommentPlacement placement) const;
1045 JSONCPP_STRING getComment(CommentPlacement placement) const;
1598 void addComment(Location begin, Location end, CommentPlacement placement);
A Djsoncpp.cpp584 CommentPlacement placement = commentBefore; in readComment()
615 Reader::addComment(Location begin, Location end, CommentPlacement placement) { in addComment()
1241 void addComment(Location begin, Location end, CommentPlacement placement);
1569 CommentPlacement placement = commentBefore; in readComment()
1600 OurReader::addComment(Location begin, Location end, CommentPlacement placement) { in addComment()
3922 void Value::setComment(const char* comment, size_t len, CommentPlacement placement) { in setComment()
3932 void Value::setComment(const char* comment, CommentPlacement placement) { in setComment()
3936 void Value::setComment(const JSONCPP_STRING& comment, CommentPlacement placement) { in setComment()
3940 bool Value::hasComment(CommentPlacement placement) const { in hasComment()
3944 JSONCPP_STRING Value::getComment(CommentPlacement placement) const { in getComment()
/AliOS-Things-master/components/jsoncpp/src/lib_json/
A Djson_value.cpp1389 bool Value::Comments::has(CommentPlacement slot) const { in has()
1393 String Value::Comments::get(CommentPlacement slot) const { in get()
1399 void Value::Comments::set(CommentPlacement slot, String comment) { in set()
1404 if (slot < CommentPlacement::numberOfCommentPlacement) { in set()
1409 void Value::setComment(String comment, CommentPlacement placement) { in setComment()
1421 bool Value::hasComment(CommentPlacement placement) const { in hasComment()
1425 String Value::getComment(CommentPlacement placement) const { in getComment()
A Djson_reader.cpp342 CommentPlacement placement = commentBefore; in readComment()
373 CommentPlacement placement) { in addComment()
972 void addComment(Location begin, Location end, CommentPlacement placement);
1312 CommentPlacement placement = commentBefore; in readComment()
1349 CommentPlacement placement) { in addComment()

Completed in 27 milliseconds