Lines Matching defs:true
131 const bool allow_exceptions = true,
664 @a check_parents true and the value is an array or object, then the
668 The value is true by default and should only be set to false
672 void assert_invariant(bool check_parents = true) const noexcept
893 bool type_deduction = true,
1269 s.dump(*this, true, ensure_ascii, static_cast<unsigned int>(indent));
2904 return true;
3441 it2->second.update(it.value(), true);
3644 // returns true if:
3654 return true;
3681 JSON_IMPLEMENT_OPERATOR( ==, true, false, false)
3700 if (compares_unordered(rhs, true))
3738 if (compares_unordered(rhs, true))
3759 if (compares_unordered(rhs, true))
3784 JSON_IMPLEMENT_OPERATOR( ==, true, false, false)
3812 if (compares_unordered(lhs, rhs, true))
3869 if (compares_unordered(lhs, rhs, true))
3928 if (compares_unordered(lhs, rhs, true))
4010 const bool allow_exceptions = true,
4014 parser(detail::input_adapter(std::forward<InputType>(i)), cb, allow_exceptions, ignore_comments).parse(true, result);
4025 const bool allow_exceptions = true,
4029 parser(detail::input_adapter(std::move(first), std::move(last)), cb, allow_exceptions, ignore_comments).parse(true, result);
4037 const bool allow_exceptions = true,
4041 parser(i.get(), cb, allow_exceptions, ignore_comments).parse(true, result);
4051 return parser(detail::input_adapter(std::forward<InputType>(i)), nullptr, false, ignore_comments).accept(true);
4060 return parser(detail::input_adapter(std::move(first), std::move(last)), nullptr, false, ignore_comments).accept(true);
4068 return parser(i.get(), nullptr, false, ignore_comments).accept(true);
4077 const bool strict = true,
4082 ? parser(std::move(ia), nullptr, true, ignore_comments).sax_parse(sax, strict)
4092 const bool strict = true,
4097 ? parser(std::move(ia), nullptr, true, ignore_comments).sax_parse(sax, strict)
4111 const bool strict = true,
4117 ? parser(std::move(ia), nullptr, true, ignore_comments).sax_parse(sax, strict)
4291 binary_writer<std::uint8_t>(o).write_ubjson(j, use_size, use_type, true, true);
4299 binary_writer<char>(o).write_ubjson(j, use_size, use_type, true, true);
4330 const bool strict = true,
4331 const bool allow_exceptions = true,
4346 const bool strict = true,
4347 const bool allow_exceptions = true,
4361 const bool strict = true,
4362 const bool allow_exceptions = true,
4372 const bool strict = true,
4373 const bool allow_exceptions = true,
4389 const bool strict = true,
4390 const bool allow_exceptions = true)
4404 const bool strict = true,
4405 const bool allow_exceptions = true)
4418 const bool strict = true,
4419 const bool allow_exceptions = true)
4427 const bool strict = true,
4428 const bool allow_exceptions = true)
4443 const bool strict = true,
4444 const bool allow_exceptions = true)
4458 const bool strict = true,
4459 const bool allow_exceptions = true)
4472 const bool strict = true,
4473 const bool allow_exceptions = true)
4481 const bool strict = true,
4482 const bool allow_exceptions = true)
4498 const bool strict = true,
4499 const bool allow_exceptions = true)
4513 const bool strict = true,
4514 const bool allow_exceptions = true)
4528 const bool strict = true,
4529 const bool allow_exceptions = true)
4543 const bool strict = true,
4544 const bool allow_exceptions = true)
4557 const bool strict = true,
4558 const bool allow_exceptions = true)
4566 const bool strict = true,
4567 const bool allow_exceptions = true)
4846 const auto op = get_value("op", "op", true).template get<std::string>();
4847 const auto path = get_value(op, "path", true).template get<std::string>();
4873 const auto from_path = get_value("move", "from", true).template get<std::string>();
4890 const auto from_path = get_value("copy", "from", true).template get<std::string>();