Home
last modified time | relevance | path

Searched refs:hasCommentForValue (Results 1 – 2 of 2) sorted by relevance

/external/jsoncpp/include/json/
Dwriter.h95 bool hasCommentForValue( const Value &value );
153 bool hasCommentForValue( const Value &value );
/external/jsoncpp/src/lib_json/
Djson_writer.cpp437 isMultiLine = isMultiLine && hasCommentForValue( value[index] ); in isMultineArray()
520 StyledWriter::hasCommentForValue( const Value &value ) in hasCommentForValue() function in Json::StyledWriter
714 isMultiLine = isMultiLine && hasCommentForValue( value[index] ); in isMultineArray()
801 StyledStreamWriter::hasCommentForValue( const Value &value ) in hasCommentForValue() function in Json::StyledStreamWriter