Searched refs:commentBefore (Results 1 - 6 of 6) sorted by relevance

/external/jsoncpp/src/lib_json/
H A Djson_writer.cpp497 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 )
H A Djson_reader.cpp193 currentValue().setComment( commentsBefore_, commentBefore );
382 CommentPlacement placement = commentBefore;
/external/chromium_org/third_party/jsoncpp/overrides/src/lib_json/
H A Djson_reader.cpp195 currentValue().setComment( commentsBefore_, commentBefore );
384 CommentPlacement placement = commentBefore;
/external/chromium_org/third_party/jsoncpp/overrides/include/json/
H A Dvalue.h44 commentBefore = 0, ///< a comment placed on the line before a value enumerator in enum:Json::CommentPlacement
/external/jsoncpp/chromium-overrides/include/json/
H A Dvalue.h44 commentBefore = 0, ///< a comment placed on the line before a value enumerator in enum:Json::CommentPlacement
/external/jsoncpp/include/json/
H A Dvalue.h44 commentBefore = 0, ///< a comment placed on the line before a value enumerator in enum:Json::CommentPlacement

Completed in 4526 milliseconds