Lines Matching +defs:val +defs:first
3969 inline constexpr bool value_in_range_of(T val) in value_in_range_of()
4425 void get_arithmetic_value(const BasicJsonType& j, ArithmeticType& val) in get_arithmetic_value()
4494 inline void from_json(const BasicJsonType& j, typename BasicJsonType::number_float_t& val) in from_json()
4500 inline void from_json(const BasicJsonType& j, typename BasicJsonType::number_unsigned_t& val) in from_json()
4506 inline void from_json(const BasicJsonType& j, typename BasicJsonType::number_integer_t& val) in from_json()
4516 typename std::underlying_type<EnumType>::type val; in from_json() local
4713 inline void from_json(const BasicJsonType& j, ArithmeticType& val) in from_json()
5420 inline void to_json(BasicJsonType& j, FloatType val) noexcept in to_json()
5427 inline void to_json(BasicJsonType& j, CompatibleNumberUnsignedType val) noexcept in to_json()
5434 inline void to_json(BasicJsonType& j, CompatibleNumberIntegerType val) noexcept in to_json()
6030 iterator_input_adapter(IteratorType first, IteratorType last) in iterator_input_adapter()
6268 …or_input_adapter_factory<IteratorType>::adapter_type input_adapter(IteratorType first, IteratorTyp… in input_adapter()
6367 span_input_adapter(IteratorType first, IteratorType last) in span_input_adapter()
6578 bool boolean(bool val) in boolean()
6584 bool number_integer(number_integer_t val) in number_integer()
6590 bool number_unsigned(number_unsigned_t val) in number_unsigned()
6596 bool number_float(number_float_t val, const string_t& /*unused*/) in number_float()
6602 bool string(string_t& val) in string()
6608 bool binary(binary_t& val) in binary()
6626 bool key(string_t& val) in key()
6762 bool boolean(bool val) in boolean()
6768 bool number_integer(number_integer_t val) in number_integer()
6774 bool number_unsigned(number_unsigned_t val) in number_unsigned()
6780 bool number_float(number_float_t val, const string_t& /*unused*/) in number_float()
6786 bool string(string_t& val) in string()
6792 bool binary(binary_t& val) in binary()
6804 auto val = handle_value(BasicJsonType::value_t::object, true); in start_object() local
6816 bool key(string_t& val) in key()
6874 auto val = handle_value(BasicJsonType::value_t::array, true); in start_array() local
9744 const double val = [&half] in parse_cbor_internal() local
11292 const double val = [&half] in get_ubjson_value() local
17509 char* to_chars(char* first, const char* last, FloatType value) in to_chars()
17652 void dump(const BasicJsonType& val, in dump()
19665 …basic_json(CompatibleType && val) noexcept(noexcept( // NOLINT(bugprone-forwarding-reference-overl… in basic_json()
19679 basic_json(const BasicJsonType& val) in basic_json()
19847 basic_json(size_type cnt, const basic_json& val) in basic_json()
19860 basic_json(InputIT first, InputIT last) in basic_json()
21276 IteratorType erase(IteratorType first, IteratorType last) in erase()
21869 void push_back(basic_json&& val) in push_back()
21894 reference operator+=(basic_json&& val) in operator +=()
21902 void push_back(const basic_json& val) in push_back()
21926 reference operator+=(const basic_json& val) in operator +=()
21934 void push_back(const typename object_t::value_type& val) in push_back()
21957 reference operator+=(const typename object_t::value_type& val) in operator +=()
22066 iterator insert(const_iterator pos, const basic_json& val) in insert()
22086 iterator insert(const_iterator pos, basic_json&& val) in insert()
22093 iterator insert(const_iterator pos, size_type cnt, const basic_json& val) in insert()
22113 iterator insert(const_iterator pos, const_iterator first, const_iterator last) in insert()
22164 void insert(const_iterator first, const_iterator last) in insert()
22196 void update(const_iterator first, const_iterator last, bool merge_objects = false) in update()
22806 static basic_json parse(IteratorType first, in parse()
22841 static bool accept(IteratorType first, IteratorType last, in accept()
22874 static bool sax_parse(IteratorType first, IteratorType last, SAX* sax, in sax_parse()
23129 static basic_json from_cbor(IteratorType first, IteratorType last, in from_cbor()
23187 static basic_json from_msgpack(IteratorType first, IteratorType last, in from_msgpack()
23241 static basic_json from_ubjson(IteratorType first, IteratorType last, in from_ubjson()
23296 static basic_json from_bjdata(IteratorType first, IteratorType last, in from_bjdata()
23326 static basic_json from_bson(IteratorType first, IteratorType last, in from_bson()
23490 { in patch_inplace()
23591 for (const auto& val : json_patch) in patch_inplace() local