Home
last modified time | relevance | path

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

/external/jsoncpp/src/lib_json/
Djson_reader.cpp91 collectComments_() in Reader()
106 collectComments_() in Reader()
152 collectComments_ = collectComments; in parse()
165 if ( collectComments_ && !commentsBefore_.empty() ) in parse()
191 if ( collectComments_ && !commentsBefore_.empty() ) in readValue()
225 if ( collectComments_ ) in readValue()
380 if ( collectComments_ ) in readComment()
400 assert( collectComments_ ); in addComment()
/external/jsoncpp/include/json/
Dreader.h182 bool collectComments_; variable