Searched refs:collectComments_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/jsoncpp/overrides/src/lib_json/
H A Djson_reader.cpp93 collectComments_()
108 collectComments_()
154 collectComments_ = collectComments;
167 if ( collectComments_ && !commentsBefore_.empty() )
193 if ( collectComments_ && !commentsBefore_.empty() )
227 if ( collectComments_ )
382 if ( collectComments_ )
402 assert( collectComments_ );
/external/jsoncpp/src/lib_json/
H A Djson_reader.cpp91 collectComments_()
106 collectComments_()
152 collectComments_ = collectComments;
165 if ( collectComments_ && !commentsBefore_.empty() )
191 if ( collectComments_ && !commentsBefore_.empty() )
225 if ( collectComments_ )
380 if ( collectComments_ )
400 assert( collectComments_ );
/external/jsoncpp/include/json/
H A Dreader.h182 bool collectComments_; member in class:Json::Reader

Completed in 2136 milliseconds