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

  /external/jsoncpp/src/lib_json/
json_writer.cpp 433 if (root.hasComment(commentAfterOnSameLine))
434 document_ += " " + normalizeEOL(root.getComment(commentAfterOnSameLine));
445 value.hasComment(commentAfterOnSameLine) ||
649 if (root.hasComment(commentAfterOnSameLine))
650 *document_ << " " + normalizeEOL(root.getComment(commentAfterOnSameLine));
661 value.hasComment(commentAfterOnSameLine) ||
json_reader.cpp 348 placement = commentAfterOnSameLine;
359 if (placement == commentAfterOnSameLine) {
  /external/protobuf/conformance/third_party/jsoncpp/
jsoncpp.cpp 548 placement = commentAfterOnSameLine;
579 if (placement == commentAfterOnSameLine) {
    [all...]
json.h 476 commentAfterOnSameLine, ///< a comment just after a value on the same line
    [all...]
  /external/jsoncpp/include/json/
value.h 50 commentAfterOnSameLine, ///< a comment just after a value on the same line

Completed in 68 milliseconds