Lines Matching refs:non
3438 // Every trait in this file expects a non CV-qualified type.
3532 // this overload is used for non-default-constructible user-defined-types
4310 const int id; // NOLINT(cppcoreguidelines-non-private-member-variables-in-classes)
7400 default: // catch non-enum values
7468 non-hex character)
12065 // NOLINTNEXTLINE(cppcoreguidelines-non-private-member-variables-in-classes)
12070 // NOLINTNEXTLINE(cppcoreguidelines-non-private-member-variables-in-classes)
12858 /// Note that value_type is required to be non-const, even for constant iterators.
12943 @return const/non-const iterator
12958 @param[in] other non-const iterator to copy from
12967 @param[in] other non-const iterator to copy from
12968 @return const/non-const iterator
13517 JSON_THROW(invalid_iterator::create(207, "cannot use key() for non-object iterators", m_object));
17985 @param[in] ensure_ascii If @a ensure_ascii is true, all non-ASCII characters
18270 @param[in] ensure_ascii whether to escape non-ASCII characters with
18347 // ensure_ascii parameter is used, non-ASCII characters
18770 completely processed, but the state is non-zero, the string ended
20680 const and non-const overloads
20913 // we cannot static_assert on ValueTypeCV being non-const, because
21022 @tparam ValueType non-pointer type compatible to the JSON value, for