Searched refs:commentAfter (Results 1 - 4 of 4) sorted by relevance

/external/jsoncpp/src/lib_json/
H A Djson_writer.cpp510 if ( root.hasComment( commentAfter ) )
513 document_ += normalizeEOL( root.getComment( commentAfter ) );
524 || value.hasComment( commentAfter );
791 if ( root.hasComment( commentAfter ) )
794 *document_ << normalizeEOL( root.getComment( commentAfter ) );
805 || value.hasComment( commentAfter );
H A Djson_reader.cpp166 root.setComment( commentsBefore_, commentAfter );
/external/jsoncpp/chromium-overrides/include/json/
H A Dvalue.h46 commentAfter, ///< a comment on the line after a value (only make sense for root value) enumerator in enum:Json::CommentPlacement
/external/jsoncpp/include/json/
H A Dvalue.h46 commentAfter, ///< a comment on the line after a value (only make sense for root value) enumerator in enum:Json::CommentPlacement

Completed in 752 milliseconds