HomeSort by relevance Sort by last modified time
    Searched refs:commentBefore (Results 1 - 10 of 10) sorted by null

  /external/jsoncpp/src/lib_json/
json_writer.cpp 414 if (!root.hasComment(commentBefore))
419 std::string normalizedComment = normalizeEOL(root.getComment(commentBefore));
444 return value.hasComment(commentBefore) ||
642 if (!root.hasComment(commentBefore))
644 *document_ << normalizeEOL(root.getComment(commentBefore));
660 return value.hasComment(commentBefore) ||
json_reader.cpp 165 currentValue().setComment(commentsBefore_, commentBefore);
345 CommentPlacement placement = commentBefore;
  /external/jsoncpp/src/jsontestrunner/
main.cpp 64 if (value.hasComment(Json::commentBefore)) {
65 fprintf(fout, "%s\n", value.getComment(Json::commentBefore).c_str());
  /external/protobuf/conformance/third_party/jsoncpp/
jsoncpp.cpp 360 currentValue().setComment(commentsBefore_, commentBefore);
545 CommentPlacement placement = commentBefore;
    [all...]
json.h 475 commentBefore = 0, ///< a comment placed on the line before a value
    [all...]
  /prebuilts/go/darwin-x86/src/go/printer/
printer.go 148 // commentBefore reports whether the current comment group occurs
152 func (p *printer) commentBefore(next token.Position) bool {
166 for p.commentBefore(next) {
734 for p.commentBefore(next) {
1009 if p.commentBefore(next) {
    [all...]
nodes.go 392 hasComments := isIncomplete || p.commentBefore(p.posFor(rbrace))
    [all...]
  /prebuilts/go/linux-x86/src/go/printer/
printer.go 148 // commentBefore reports whether the current comment group occurs
152 func (p *printer) commentBefore(next token.Position) bool {
166 for p.commentBefore(next) {
734 for p.commentBefore(next) {
1009 if p.commentBefore(next) {
    [all...]
nodes.go 392 hasComments := isIncomplete || p.commentBefore(p.posFor(rbrace))
    [all...]
  /external/jsoncpp/include/json/
value.h 49 commentBefore = 0, ///< a comment placed on the line before a value

Completed in 419 milliseconds