Home
last modified time | relevance | path

Searched refs:hasComment (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/third_party/jsoncpp/
Djsoncpp.cpp3739 bool Value::hasComment(CommentPlacement placement) const { in hasComment() function in Json::Value
3744 if (hasComment(placement)) in getComment()
4535 if (!root.hasComment(commentBefore)) in writeCommentBeforeValue()
4555 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine()
4558 if (root.hasComment(commentAfter)) { in writeCommentAfterValueOnSameLine()
4566 return value.hasComment(commentBefore) || in hasCommentForValue()
4567 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue()
4568 value.hasComment(commentAfter); in hasCommentForValue()
4752 if (!root.hasComment(commentBefore)) in writeCommentBeforeValue()
4770 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine()
[all …]
Djson.h928 bool hasComment(CommentPlacement placement) const;
/frameworks/compile/mclinker/include/mcld/LD/
DELFFileFormat.h67 bool hasComment() const { in hasComment() function