Lines Matching defs:two
3964 struct two
3970 template <typename C> static two test(...);
9536 case 0x19: // Unsigned integer (two-byte uint16_t follows)
9587 case 0x39: // Negative integer -1-n (two-byte uint16_t follows)
9632 case 0x59: // Binary data (two-byte uint16_t for n follow)
9667 case 0x79: // UTF-8 string (two-byte uint16_t for n follow)
9710 case 0x99: // array (two-byte uint16_t for n follow)
9764 case 0xB9: // map (two-byte uint16_t for n follow)
9905 case 0xF9: // Half-Precision Float (two-byte IEEE 754)
10029 case 0x79: // UTF-8 string (two-byte uint16_t for n follow)
10126 case 0x59: // Binary data (two-byte uint16_t for n follow)
14532 /// @brief compares two JSON pointers for equality
14548 /// @brief 3-way compares two JSON pointers
14555 /// @brief compares two JSON pointers for equality
14576 /// @brief compares two JSON pointers for inequality
14597 /// @brief compares two JSON pointer for less-than
17062 // The idea is to cut the number c * w = f * 2^e into two parts, which can be
17394 // Split M+ = f * 2^e into two parts p1 and p2 (note: e < 0):
17729 // Always print at least two digits in the exponent.
20074 // check if each element is an array with two elements whose first
21320 // these two functions resolve a (const) char * ambiguity affecting Clang and MSVC
24354 @brief compare two value_t enum values
24371 /// @brief exchanges the values of two JSON objects