Searched defs:collectComments (Results 1 – 1 of 1) sorted by relevance
285 Reader::parse(const std::string& document, Value& root, bool collectComments) { in parse()292 bool Reader::parse(std::istream& sin, Value& root, bool collectComments) { in parse()308 bool collectComments) { in parse()1232 bool collectComments) { in parse()2084 bool collectComments, in OurCharReader()2108 bool collectComments = settings_["collectComments"].asBool(); in newCharReader() local