Lines Matching defs:false
132 const bool ignore_comments = false
483 boolean = static_cast<boolean_t>(false);
668 The value is true by default and should only be set to false
883 JSON_ASSERT(false); // NOLINT(cert-dcl03-c,hicpp-static-assert,misc-static-assert) LCOV_EXCL_LINE
910 is_an_object = false;
994 return basic_json(init, false, value_t::array);
1002 return basic_json(init, false, value_t::object);
1207 other.assert_invariant(false);
1242 assert_invariant(false);
1261 const bool ensure_ascii = false,
1273 s.dump(*this, false, ensure_ascii, 0);
2929 return false;
3043 m_value.boolean = false;
3400 void update(const_reference j, bool merge_objects = false)
3407 void update(const_iterator first, const_iterator last, bool merge_objects = false)
3649 static bool compares_unordered(const_reference lhs, const_reference rhs, bool inverse = false) noexcept
3665 bool compares_unordered(const_reference rhs, bool inverse = false) const noexcept
3681 JSON_IMPLEMENT_OPERATOR( ==, true, false, false)
3702 return false;
3740 return false;
3761 return false;
3784 JSON_IMPLEMENT_OPERATOR( ==, true, false, false)
3814 return false;
3844 JSON_IMPLEMENT_OPERATOR( <, false, false, operator<(lhs_type, rhs_type))
3871 return false;
3901 return false;
3930 return false;
3978 s.dump(j, pretty_print, false, static_cast<unsigned int>(indentation));
4011 const bool ignore_comments = false)
4026 const bool ignore_comments = false)
4038 const bool ignore_comments = false)
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)
4093 const bool ignore_comments = false)
4112 const bool ignore_comments = false)
4138 parser(detail::input_adapter(i)).parse(false, j);
4251 const bool use_size = false,
4252 const bool use_type = false)
4262 const bool use_size = false, const bool use_type = false)
4270 const bool use_size = false, const bool use_type = false)
4278 const bool use_size = false,
4279 const bool use_type = false)
4289 const bool use_size = false, const bool use_type = false)
4297 const bool use_size = false, const bool use_type = false)
4768 JSON_ASSERT(false); // NOLINT(cert-dcl03-c,hicpp-static-assert,misc-static-assert) LCOV_EXCL_LINE
4854 operation_add(ptr, get_value("add", "value", false));
4867 result.at(ptr) = get_value("replace", "value", false);
4905 bool success = false;
4910 success = (result.at(ptr) == get_value("test", "value", false));
4914 // ignore out of range errors: success remains false