Lines Matching refs:is_binary
3654 if (JSON_HEDLEY_UNLIKELY(!j.is_binary())) in from_json()
18845 return is_null() || is_string() || is_boolean() || is_number() || is_binary(); in is_primitive()
19117 constexpr bool is_binary() const noexcept in is_binary() function in nlohmann::basic_json
19280 return is_binary() ? m_value.binary : nullptr; in get_impl_ptr()
19286 return is_binary() ? m_value.binary : nullptr; in get_impl_ptr()
19737 if (!is_binary()) in get_binary()
19748 if (!is_binary()) in get_binary()
20547 else if (is_binary()) in erase()
20661 else if (is_binary()) in erase()
22521 if (JSON_HEDLEY_LIKELY(is_binary())) in swap()
22535 if (JSON_HEDLEY_LIKELY(is_binary())) in swap()