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

  /external/jsoncpp/include/json/
writer.h 95 bool hasCommentForValue( const Value &value );
153 bool hasCommentForValue( const Value &value );
  /external/jsoncpp/src/lib_json/
json_writer.cpp 437 isMultiLine = isMultiLine && hasCommentForValue( value[index] );
520 StyledWriter::hasCommentForValue( const Value &value )
714 isMultiLine = isMultiLine && hasCommentForValue( value[index] );
801 StyledStreamWriter::hasCommentForValue( const Value &value )

Completed in 277 milliseconds