Lines Matching refs:ignore_comments
132 const bool ignore_comments = false
136 std::move(cb), allow_exceptions, ignore_comments);
4011 const bool ignore_comments = false)
4014 parser(detail::input_adapter(std::forward<InputType>(i)), cb, allow_exceptions, ignore_comments).parse(true, result);
4026 const bool ignore_comments = false)
4029 parser(detail::input_adapter(std::move(first), std::move(last)), cb, allow_exceptions, ignore_comments).parse(true, result);
4038 const bool ignore_comments = false)
4041 parser(i.get(), cb, allow_exceptions, ignore_comments).parse(true, result);
4049 const bool ignore_comments = false)
4051 return parser(detail::input_adapter(std::forward<InputType>(i)), nullptr, false, ignore_comments).accept(true);
4058 const bool ignore_comments = false)
4060 return parser(detail::input_adapter(std::move(first), std::move(last)), nullptr, false, ignore_comments).accept(true);
4066 const bool ignore_comments = false)
4068 return parser(i.get(), nullptr, false, ignore_comments).accept(true);
4078 const bool ignore_comments = false)
4082 ? parser(std::move(ia), nullptr, true, ignore_comments).sax_parse(sax, strict)
4093 const bool ignore_comments = false)
4097 ? parser(std::move(ia), nullptr, true, ignore_comments).sax_parse(sax, strict)
4112 const bool ignore_comments = false)
4117 ? parser(std::move(ia), nullptr, true, ignore_comments).sax_parse(sax, strict)