Home
last modified time | relevance | path

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

/external/jsoncpp/include/json/
Dfeatures.h42 bool allowComments_; variable
/external/jsoncpp/src/lib_json/
Djson_reader.cpp35 : allowComments_(true), strictRoot_(false), in Features()
42 features.allowComments_ = false; in strictMode()
114 if (!features_.allowComments_) { in parse()
225 if (features_.allowComments_) { in skipCommentTokens()