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

  /external/jsoncpp/src/lib_json/
json_writer.cpp 497 if ( !root.hasComment( commentBefore ) )
499 document_ += normalizeEOL( root.getComment( commentBefore ) );
522 return value.hasComment( commentBefore )
778 if ( !root.hasComment( commentBefore ) )
780 *document_ << normalizeEOL( root.getComment( commentBefore ) );
803 return value.hasComment( commentBefore )
json_reader.cpp 193 currentValue().setComment( commentsBefore_, commentBefore );
382 CommentPlacement placement = commentBefore;
  /external/chromium_org/third_party/jsoncpp/overrides/src/lib_json/
json_reader.cpp 195 currentValue().setComment( commentsBefore_, commentBefore );
384 CommentPlacement placement = commentBefore;
  /external/chromium_org/third_party/jsoncpp/overrides/include/json/
value.h 44 commentBefore = 0, ///< a comment placed on the line before a value
    [all...]
  /external/jsoncpp/chromium-overrides/include/json/
value.h 44 commentBefore = 0, ///< a comment placed on the line before a value
    [all...]
  /external/jsoncpp/include/json/
value.h 44 commentBefore = 0, ///< a comment placed on the line before a value
    [all...]

Completed in 43 milliseconds