Lines Matching refs:code
3081 // The following code is taken from https://github.com/abseil/abseil-cpp/blob/10cb35e459f5ecca5b2ff107635da0bfa41011b4/absl/utility/utility.h
7631 // check if code point is a high surrogate
8585 // this code is reached if we parse a floating-point number or if an
9921 // code from RFC 7049, Appendix D, Figure 3:
11468 // code from RFC 7049, Appendix D, Figure 3:
13995 The following code is only reached if there exists a reference
15028 // code from the value_t::number_unsigned case here.
15352 // the code from the value_t::number_unsigned case here.
15880 JSON_THROW(out_of_range::create(409, concat("BSON key cannot contain code point U+0000 (at byte ", std::to_string(it), ")"), &j));
16816 The code is distributed under the MIT license, Copyright (c) 2009 Florian Loitsch.
18291 case UTF8_ACCEPT: // decode found a new code point
18378 // written ("\uxxxx\uxxxx\0") for one code point
18437 // written ("\uxxxx\uxxxx\0") for one code point
18460 default: // decode found yet incomplete multi-byte code point
18464 // code point will not be escaped - copy byte to buffer
20679 This function helps to implement get_ref() without code duplication for
20738 @code {.cpp}
20789 @code {.cpp}