Searched refs:commentBegin (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/jsoncpp/overrides/src/lib_json/
H A Djson_reader.cpp372 Location commentBegin = current_ - 1; local
385 if ( lastValueEnd_ && !containsNewLine( lastValueEnd_, commentBegin ) )
387 if ( c != '*' || !containsNewLine( commentBegin, current_ ) )
391 addComment( commentBegin, current_, placement );
/external/jsoncpp/src/lib_json/
H A Djson_reader.cpp370 Location commentBegin = current_ - 1; local
383 if ( lastValueEnd_ && !containsNewLine( lastValueEnd_, commentBegin ) )
385 if ( c != '*' || !containsNewLine( commentBegin, current_ ) )
389 addComment( commentBegin, current_, placement );

Completed in 103 milliseconds