id: 1 unit: void skip_value() file: src/detail/skip_value.cpp start line: 135 end line: 211 size: 61 LOC McCabe index: 17 number of parameters: 1 id: 2 unit: json_force_inline void write_escaped_c() file: src/detail/escape_common.hpp start line: 32 end line: 84 size: 38 LOC McCabe index: 6 number of parameters: 2 id: 3 unit: json_never_inline T decode_integer_tricky() file: include/spotify/json/codec/number.hpp start line: 278 end line: 321 size: 37 LOC McCabe index: 8 number of parameters: 2 id: 4 unit: void write_escaped_sse42() file: src/detail/escape_sse42.cpp start line: 48 end line: 84 size: 32 LOC McCabe index: 15 number of parameters: 3 id: 5 unit: void encode_positive_integer_64() file: src/detail/encode_integer.cpp start line: 124 end line: 152 size: 29 LOC McCabe index: 3 number of parameters: 2 id: 6 unit: void encode_negative_integer_64() file: src/detail/encode_integer.cpp start line: 75 end line: 102 size: 28 LOC McCabe index: 3 number of parameters: 2 id: 7 unit: void skip_any_simple_characters_sse42() file: src/detail/skip_chars_sse42.cpp start line: 29 end line: 58 size: 26 LOC McCabe index: 3 number of parameters: 1 id: 8 unit: void skip_number() file: src/detail/skip_value.cpp start line: 77 end line: 110 size: 26 LOC McCabe index: 11 number of parameters: 1 id: 9 unit: void skip_any_whitespace_sse42() file: src/detail/skip_chars_sse42.cpp start line: 60 end line: 89 size: 25 LOC McCabe index: 8 number of parameters: 1 id: 10 unit: json_never_inline T decode_integer() file: include/spotify/json/codec/number.hpp start line: 336 end line: 361 size: 23 LOC McCabe index: 5 number of parameters: 1 id: 11 unit: json_never_inline T decode_integer_range_with_overflow() file: include/spotify/json/codec/number.hpp start line: 151 end line: 172 size: 20 LOC McCabe index: 3 number of parameters: 5 id: 12 unit: json_never_inline T decode_with_positive_exponent() file: include/spotify/json/codec/number.hpp start line: 226 end line: 244 size: 19 LOC McCabe index: 2 number of parameters: 6 id: 13 unit: void encode_negative_integer_32() file: src/detail/encode_integer.cpp start line: 55 end line: 73 size: 19 LOC McCabe index: 3 number of parameters: 2 id: 14 unit: void encode_positive_integer_32() file: src/detail/encode_integer.cpp start line: 104 end line: 122 size: 19 LOC McCabe index: 3 number of parameters: 2 id: 15 unit: json_force_inline void write_escaped_16_sse42() file: src/detail/escape_sse42.cpp start line: 29 end line: 46 size: 18 LOC McCabe index: 1 number of parameters: 2 id: 16 unit: void benchmark() file: benchmark/include/spotify/json/benchmark/benchmark.hpp start line: 23 end line: 40 size: 17 LOC McCabe index: 2 number of parameters: 3 id: 17 unit: std::string generate_string() file: benchmark/src/benchmark_escape.cpp start line: 29 end line: 45 size: 17 LOC McCabe index: 7 number of parameters: 2 id: 18 unit: void object_t_base::decode() file: src/codec/object.cpp start line: 30 end line: 49 size: 17 LOC McCabe index: 3 number of parameters: 2 id: 19 unit: void add_field() file: include/spotify/json/codec/object.hpp start line: 283 end line: 298 size: 16 LOC McCabe index: 2 number of parameters: 3 id: 20 unit: json_force_inline T exp_10() file: include/spotify/json/codec/number.hpp start line: 128 end line: 142 size: 15 LOC McCabe index: 3 number of parameters: 3 id: 21 unit: json_never_inline T decode_integer_range() file: include/spotify/json/codec/number.hpp start line: 181 end line: 195 size: 15 LOC McCabe index: 1 number of parameters: 4 id: 22 unit: bool try_decode() file: include/spotify/json/decode.hpp start line: 77 end line: 91 size: 15 LOC McCabe index: 3 number of parameters: 4 id: 23 unit: json_never_inline void decode_comma_separated() file: include/spotify/json/detail/decode_helpers.hpp start line: 150 end line: 167 size: 15 LOC McCabe index: 3 number of parameters: 4 id: 24 unit: bool handle_surrogate_pair() file: src/codec/string.cpp start line: 97 end line: 115 size: 15 LOC McCabe index: 4 number of parameters: 3 id: 25 unit: void decode_escape() file: src/codec/string.cpp start line: 124 end line: 138 size: 15 LOC McCabe index: 10 number of parameters: 2 id: 26 unit: string_t::object_type decode_escaped_string() file: src/codec/string.cpp start line: 140 end line: 157 size: 15 LOC McCabe index: 4 number of parameters: 2 id: 27 unit: float decode_float() file: src/codec/number.cpp start line: 26 end line: 41 size: 15 LOC McCabe index: 1 number of parameters: 1 id: 28 unit: double decode_double() file: src/codec/number.cpp start line: 43 end line: 58 size: 15 LOC McCabe index: 1 number of parameters: 1 id: 29 unit: std::string generate_simple_string() file: benchmark/src/benchmark_string.cpp start line: 32 end line: 45 size: 14 LOC McCabe index: 5 number of parameters: 1 id: 30 unit: std::string generate_whitespace_string() file: benchmark/src/benchmark_skip.cpp start line: 70 end line: 83 size: 14 LOC McCabe index: 6 number of parameters: 1 id: 31 unit: void skip_escape() file: src/detail/skip_value.cpp start line: 47 end line: 60 size: 14 LOC McCabe index: 10 number of parameters: 1 id: 32 unit: std::string make_json() file: benchmark/src/benchmark_object.cpp start line: 51 end line: 65 size: 13 LOC McCabe index: 2 number of parameters: 1 id: 33 unit: std::string generate_simple_string() file: benchmark/src/benchmark_skip.cpp start line: 31 end line: 43 size: 13 LOC McCabe index: 5 number of parameters: 1 id: 34 unit: json_never_inline T handle_overflowing_exponent() file: include/spotify/json/codec/number.hpp start line: 254 end line: 266 size: 13 LOC McCabe index: 3 number of parameters: 6 id: 35 unit: static void decode() file: include/spotify/json/codec/tuple.hpp start line: 31 end line: 44 size: 13 LOC McCabe index: 2 number of parameters: 3 id: 36 unit: void add_field() file: include/spotify/json/codec/object.hpp start line: 250 end line: 262 size: 13 LOC McCabe index: 2 number of parameters: 4 id: 37 unit: object_type decode() file: include/spotify/json/codec/empty_as.hpp start line: 49 end line: 63 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 38 unit: json_force_inline void write_escaped_8() file: src/detail/escape_common.hpp start line: 111 end line: 123 size: 13 LOC McCabe index: 1 number of parameters: 2 id: 39 unit: codec::object_t required_codec() file: benchmark/src/benchmark_object.cpp start line: 38 end line: 49 size: 12 LOC McCabe index: 2 number of parameters: 1 id: 40 unit: void encode() file: include/spotify/json/codec/map.hpp start line: 66 end line: 77 size: 12 LOC McCabe index: 3 number of parameters: 2 id: 41 unit: static void encode() file: include/spotify/json/codec/tuple.hpp start line: 46 end line: 57 size: 12 LOC McCabe index: 2 number of parameters: 3 id: 42 unit: void encode_float() file: src/codec/number.cpp start line: 60 end line: 80 size: 12 LOC McCabe index: 1 number of parameters: 2 id: 43 unit: void encode_double() file: src/codec/number.cpp start line: 82 end line: 102 size: 12 LOC McCabe index: 1 number of parameters: 2 id: 44 unit: void write_escaped_scalar() file: src/detail/escape.cpp start line: 32 end line: 45 size: 12 LOC McCabe index: 11 number of parameters: 3 id: 45 unit: void skip_any_simple_characters_scalar() file: src/detail/skip_chars.cpp start line: 27 end line: 38 size: 12 LOC McCabe index: 1 number of parameters: 1 id: 46 unit: void skip_string() file: src/detail/skip_value.cpp start line: 62 end line: 75 size: 12 LOC McCabe index: 4 number of parameters: 1 id: 47 unit: void skip_simple_value() file: src/detail/skip_value.cpp start line: 120 end line: 131 size: 12 LOC McCabe index: 16 number of parameters: 1 id: 48 unit: json_never_inline T decode_with_negative_exponent() file: include/spotify/json/codec/number.hpp start line: 205 end line: 215 size: 11 LOC McCabe index: 2 number of parameters: 4 id: 49 unit: object_type decode() file: include/spotify/json/codec/array.hpp start line: 141 end line: 151 size: 11 LOC McCabe index: 1 number of parameters: 1 id: 50 unit: void add_field() file: include/spotify/json/codec/object.hpp start line: 311 end line: 321 size: 11 LOC McCabe index: 4 number of parameters: 5 id: 51 unit: void string_t::encode() file: src/codec/string.cpp start line: 177 end line: 196 size: 11 LOC McCabe index: 2 number of parameters: 2 id: 52 unit: json_force_inline static void encode() file: src/detail/encode_integer.cpp start line: 26 end line: 36 size: 11 LOC McCabe index: 2 number of parameters: 2 id: 53 unit: void encode() file: include/spotify/json/codec/array.hpp start line: 153 end line: 162 size: 10 LOC McCabe index: 3 number of parameters: 2 id: 54 unit: object_type decode() file: include/spotify/json/codec/map.hpp start line: 55 end line: 64 size: 10 LOC McCabe index: 2 number of parameters: 1 id: 55 unit: json_force_inline void decode_object() file: include/spotify/json/detail/decode_helpers.hpp start line: 176 end line: 185 size: 10 LOC McCabe index: 1 number of parameters: 2 id: 56 unit: void push() file: include/spotify/json/detail/stack.hpp start line: 32 end line: 41 size: 10 LOC McCabe index: 3 number of parameters: 1 id: 57 unit: T pop() file: include/spotify/json/detail/stack.hpp start line: 43 end line: 52 size: 10 LOC McCabe index: 2 number of parameters: 0 id: 58 unit: json_force_inline static void encode() file: src/detail/encode_integer.cpp start line: 41 end line: 50 size: 10 LOC McCabe index: 2 number of parameters: 2 id: 59 unit: static state insert() file: include/spotify/json/codec/array.hpp start line: 62 end line: 70 size: 9 LOC McCabe index: 2 number of parameters: 4 id: 60 unit: object_type decode() file: include/spotify/json/codec/transform.hpp start line: 130 end line: 138 size: 9 LOC McCabe index: 2 number of parameters: 1 id: 61 unit: object_type decode() file: include/spotify/json/codec/tuple.hpp start line: 79 end line: 87 size: 9 LOC McCabe index: 1 number of parameters: 1 id: 62 unit: static object_type decode() file: include/spotify/json/codec/one_of.hpp start line: 49 end line: 57 size: 9 LOC McCabe index: 2 number of parameters: 2 id: 63 unit: json_force_inline void fail_if() file: include/spotify/json/detail/decode_helpers.hpp start line: 40 end line: 48 size: 9 LOC McCabe index: 2 number of parameters: 4 id: 64 unit: void encode_utf8() file: src/codec/string.cpp start line: 87 end line: 95 size: 9 LOC McCabe index: 3 number of parameters: 2 id: 65 unit: string_t::object_type decode_string() file: src/codec/string.cpp start line: 159 end line: 168 size: 9 LOC McCabe index: 3 number of parameters: 1 id: 66 unit: void field_registry::save() file: src/detail/field_registry.cpp start line: 41 end line: 49 size: 9 LOC McCabe index: 3 number of parameters: 3 id: 67 unit: json_force_inline void write_escaped_4() file: src/detail/escape_common.hpp start line: 101 end line: 109 size: 9 LOC McCabe index: 1 number of parameters: 2 id: 68 unit: object_type decode() file: include/spotify/json/codec/enumeration.hpp start line: 51 end line: 58 size: 8 LOC McCabe index: 1 number of parameters: 1 id: 69 unit: static state insert() file: include/spotify/json/codec/array.hpp start line: 42 end line: 49 size: 8 LOC McCabe index: 2 number of parameters: 4 id: 70 unit: static state insert() file: include/spotify/json/codec/array.hpp start line: 83 end line: 90 size: 8 LOC McCabe index: 2 number of parameters: 4 id: 71 unit: T construct() file: include/spotify/json/codec/object.hpp start line: 109 end line: 116 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 72 unit: void add_field() file: include/spotify/json/codec/object.hpp start line: 301 end line: 308 size: 8 LOC McCabe index: 3 number of parameters: 4 id: 73 unit: typename codec_type::object_type decode() file: include/spotify/json/decode.hpp start line: 34 end line: 41 size: 8 LOC McCabe index: 1 number of parameters: 3 id: 74 unit: json_force_inline void skip_any_simple_characters() file: include/spotify/json/detail/skip_chars.hpp start line: 38 end line: 45 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 75 unit: json_force_inline void skip_any_whitespace() file: include/spotify/json/detail/skip_chars.hpp start line: 59 end line: 66 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 76 unit: json_force_inline uint8_t test_and_set() file: include/spotify/json/detail/bitset.hpp start line: 32 end line: 39 size: 8 LOC McCabe index: 1 number of parameters: 1 id: 77 unit: json_force_inline void fail_if() file: include/spotify/json/detail/encode_helpers.hpp start line: 29 end line: 36 size: 8 LOC McCabe index: 2 number of parameters: 3 id: 78 unit: std::unique_ptr encode_context::steal_data() file: src/encode_context.cpp start line: 41 end line: 48 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 79 unit: void object_t_base::encode() file: src/codec/object.cpp start line: 51 end line: 58 size: 8 LOC McCabe index: 2 number of parameters: 2 id: 80 unit: unsigned decode_hex_number() file: src/codec/string.cpp start line: 49 end line: 56 size: 8 LOC McCabe index: 1 number of parameters: 1 id: 81 unit: void encode_utf8_4() file: src/codec/string.cpp start line: 58 end line: 65 size: 8 LOC McCabe index: 1 number of parameters: 2 id: 82 unit: void write_escaped() file: src/detail/escape.cpp start line: 47 end line: 54 size: 8 LOC McCabe index: 2 number of parameters: 3 id: 83 unit: void skip_any_whitespace_scalar() file: src/detail/skip_chars.cpp start line: 40 end line: 47 size: 8 LOC McCabe index: 3 number of parameters: 1 id: 84 unit: void skip_unicode_escape() file: src/detail/skip_value.cpp start line: 38 end line: 45 size: 8 LOC McCabe index: 4 number of parameters: 1 id: 85 unit: json_never_inline std::string encode() file: include/spotify/json/encode.hpp start line: 30 end line: 36 size: 7 LOC McCabe index: 1 number of parameters: 2 id: 86 unit: json_never_inline encoded_value encode_value() file: include/spotify/json/encode.hpp start line: 44 end line: 50 size: 7 LOC McCabe index: 1 number of parameters: 2 id: 87 unit: json_force_inline void encode() file: include/spotify/json/codec/number.hpp start line: 402 end line: 408 size: 7 LOC McCabe index: 2 number of parameters: 2 id: 88 unit: void append_kv() file: include/spotify/json/codec/object.hpp start line: 136 end line: 142 size: 7 LOC McCabe index: 2 number of parameters: 3 id: 89 unit: void add_field() file: include/spotify/json/codec/object.hpp start line: 269 end line: 275 size: 7 LOC McCabe index: 1 number of parameters: 3 id: 90 unit: void add_field() file: include/spotify/json/codec/object.hpp start line: 326 end line: 332 size: 7 LOC McCabe index: 2 number of parameters: 3 id: 91 unit: void encode() file: include/spotify/json/codec/empty_as.hpp start line: 65 end line: 71 size: 7 LOC McCabe index: 2 number of parameters: 2 id: 92 unit: bool should_encode() file: include/spotify/json/codec/empty_as.hpp start line: 73 end line: 79 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 93 unit: json_force_inline void append_or_replace() file: include/spotify/json/encode_context.hpp start line: 55 end line: 61 size: 7 LOC McCabe index: 3 number of parameters: 2 id: 94 unit: void encode_utf8_3() file: src/codec/string.cpp start line: 67 end line: 73 size: 7 LOC McCabe index: 1 number of parameters: 2 id: 95 unit: boolean_t::object_type boolean_t::decode() file: src/codec/boolean.cpp start line: 32 end line: 38 size: 7 LOC McCabe index: 3 number of parameters: 1 id: 96 unit: void boolean_t::encode() file: src/codec/boolean.cpp start line: 40 end line: 46 size: 7 LOC McCabe index: 2 number of parameters: 2 id: 97 unit: json_force_inline void write_escaped_2() file: src/detail/escape_common.hpp start line: 93 end line: 99 size: 7 LOC McCabe index: 1 number of parameters: 2 id: 98 unit: void check_escaped() file: benchmark/src/benchmark_escape.cpp start line: 47 end line: 52 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 99 unit: transform_codec_type transform() file: include/spotify/json/codec/transform.hpp start line: 158 end line: 163 size: 6 LOC McCabe index: 4 number of parameters: 3 id: 100 unit: transform_codec_type transform() file: include/spotify/json/codec/transform.hpp start line: 179 end line: 184 size: 6 LOC McCabe index: 3 number of parameters: 2 id: 101 unit: void encode() file: include/spotify/json/codec/tuple.hpp start line: 89 end line: 94 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 102 unit: auto eq() file: include/spotify/json/codec/eq.hpp start line: 76 end line: 81 size: 6 LOC McCabe index: 2 number of parameters: 1 id: 103 unit: bool try_decode() file: include/spotify/json/decode.hpp start line: 94 end line: 99 size: 6 LOC McCabe index: 2 number of parameters: 3 id: 104 unit: bool try_decode() file: include/spotify/json/decode.hpp start line: 102 end line: 107 size: 6 LOC McCabe index: 1 number of parameters: 3 id: 105 unit: json_force_inline bool peek_2() file: include/spotify/json/detail/decode_helpers.hpp start line: 79 end line: 84 size: 6 LOC McCabe index: 3 number of parameters: 3 id: 106 unit: uint8_t decode_hex_nibble() file: src/codec/string.cpp start line: 42 end line: 47 size: 6 LOC McCabe index: 7 number of parameters: 2 id: 107 unit: void encode_utf8_2() file: src/codec/string.cpp start line: 75 end line: 80 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 108 unit: void decode_unicode_escape() file: src/codec/string.cpp start line: 117 end line: 122 size: 6 LOC McCabe index: 2 number of parameters: 2 id: 109 unit: any_value_t::object_type any_value_t::decode() file: src/codec/any_value.cpp start line: 25 end line: 30 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 110 unit: std::string escape_key() file: src/detail/field_registry.cpp start line: 27 end line: 32 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 111 unit: json_force_inline void write_escaped_1() file: src/detail/escape_common.hpp start line: 86 end line: 91 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 112 unit: void encode() file: include/spotify/json/codec/enumeration.hpp start line: 60 end line: 64 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 113 unit: json_never_inline typename mapping_type::const_iterator find() file: include/spotify/json/codec/enumeration.hpp start line: 71 end line: 75 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 114 unit: json_force_inline iterator_type find_non_digit() file: include/spotify/json/codec/number.hpp start line: 112 end line: 116 size: 5 LOC McCabe index: 2 number of parameters: 2 id: 115 unit: json_force_inline object_type decode() file: include/spotify/json/codec/number.hpp start line: 396 end line: 400 size: 5 LOC McCabe index: 2 number of parameters: 1 id: 116 unit: object_type decode() file: include/spotify/json/codec/eq.hpp start line: 47 end line: 51 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 117 unit: json_never_inline object_type decode() file: include/spotify/json/codec/object.hpp start line: 98 end line: 102 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 118 unit: void encode() file: include/spotify/json/codec/object.hpp start line: 179 end line: 183 size: 5 LOC McCabe index: 1 number of parameters: 3 id: 119 unit: void encode() file: include/spotify/json/codec/object.hpp start line: 205 end line: 209 size: 5 LOC McCabe index: 1 number of parameters: 3 id: 120 unit: void encode() file: include/spotify/json/codec/object.hpp start line: 234 end line: 238 size: 5 LOC McCabe index: 1 number of parameters: 3 id: 121 unit: bool has_feature_bit() file: include/spotify/json/detail/cpuid.hpp start line: 72 end line: 76 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 122 unit: json_force_inline void encode_negative_integer() file: include/spotify/json/detail/encode_integer.hpp start line: 34 end line: 38 size: 5 LOC McCabe index: 2 number of parameters: 2 id: 123 unit: json_force_inline void encode_positive_integer() file: include/spotify/json/detail/encode_integer.hpp start line: 41 end line: 45 size: 5 LOC McCabe index: 2 number of parameters: 2 id: 124 unit: json_force_inline void skip_4() file: include/spotify/json/detail/decode_helpers.hpp start line: 131 end line: 135 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 125 unit: static codec::object_t codec() file: fuzzers/fuzz_decode.cpp start line: 16 end line: 20 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 126 unit: void encoded_value_base::validate_json() file: src/encoded_value.cpp start line: 27 end line: 31 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 127 unit: inline encoded_value::encoded_value() file: include/spotify/json/encoded_value.hpp start line: 116 end line: 119 size: 4 LOC McCabe index: 2 number of parameters: 1 id: 128 unit: void encode() file: include/spotify/json/codec/cast.hpp start line: 51 end line: 54 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 129 unit: object_type decode() file: include/spotify/json/codec/ignore.hpp start line: 36 end line: 39 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 130 unit: json_force_inline bool is_invalid_digit() file: include/spotify/json/codec/number.hpp start line: 101 end line: 104 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 131 unit: json_force_inline T decode_negative_integer() file: include/spotify/json/codec/number.hpp start line: 364 end line: 367 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 132 unit: static std::unique_ptr make() file: include/spotify/json/codec/smart_ptr.hpp start line: 36 end line: 39 size: 4 LOC McCabe index: 2 number of parameters: 1 id: 133 unit: static std::shared_ptr make() file: include/spotify/json/codec/smart_ptr.hpp start line: 45 end line: 48 size: 4 LOC McCabe index: 2 number of parameters: 1 id: 134 unit: void encode() file: include/spotify/json/codec/smart_ptr.hpp start line: 67 end line: 70 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 135 unit: static boost::shared_ptr make() file: include/spotify/json/codec/boost.hpp start line: 39 end line: 42 size: 4 LOC McCabe index: 2 number of parameters: 1 id: 136 unit: object_type decode() file: include/spotify/json/codec/null.hpp start line: 40 end line: 43 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 137 unit: T construct() file: include/spotify/json/codec/object.hpp start line: 118 end line: 123 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 138 unit: void decode() file: include/spotify/json/codec/object.hpp start line: 174 end line: 177 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 139 unit: void decode() file: include/spotify/json/codec/object.hpp start line: 200 end line: 203 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 140 unit: void decode() file: include/spotify/json/codec/object.hpp start line: 229 end line: 232 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 141 unit: void encode() file: include/spotify/json/codec/optional.hpp start line: 44 end line: 47 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 142 unit: object_type decode() file: include/spotify/json/codec/one_of.hpp start line: 92 end line: 95 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 143 unit: json_force_inline char next() file: include/spotify/json/detail/decode_helpers.hpp start line: 91 end line: 94 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 144 unit: json_force_inline void skip_any_n() file: include/spotify/json/detail/decode_helpers.hpp start line: 108 end line: 111 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 145 unit: json_force_inline void skip_any_1() file: include/spotify/json/detail/decode_helpers.hpp start line: 113 end line: 116 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 146 unit: json_force_inline void skip_false() file: include/spotify/json/detail/decode_helpers.hpp start line: 191 end line: 194 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 147 unit: json_force_inline void append() file: include/spotify/json/encode_context.hpp start line: 50 end line: 53 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 148 unit: json_force_inline void append() file: include/spotify/json/encode_context.hpp start line: 63 end line: 66 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 149 unit: void encode_utf8_1() file: src/codec/string.cpp start line: 82 end line: 85 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 150 unit: string_t::object_type string_t::decode() file: src/codec/string.cpp start line: 172 end line: 175 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 151 unit: void encoded_value_ref::swap() file: src/encoded_value.cpp start line: 44 end line: 47 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 152 unit: void encoded_value::swap() file: src/encoded_value.cpp start line: 91 end line: 94 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 153 unit: std::string generate_simple_json_string() file: benchmark/src/benchmark_string.cpp start line: 47 end line: 49 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 154 unit: json_never_inline std::string encode() file: include/spotify/json/encode.hpp start line: 39 end line: 41 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 155 unit: json_never_inline encoded_value encode_value() file: include/spotify/json/encode.hpp start line: 53 end line: 55 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 156 unit: inline encoded_value_ref::encoded_value_ref() file: include/spotify/json/encoded_value.hpp start line: 108 end line: 110 size: 3 LOC McCabe index: 1 number of parameters: 3 id: 157 unit: inline encoded_value::encoded_value() file: include/spotify/json/encoded_value.hpp start line: 133 end line: 135 size: 3 LOC McCabe index: 2 number of parameters: 2 id: 158 unit: json_force_inline size_t offset() file: include/spotify/json/decode_context.hpp start line: 36 end line: 38 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 159 unit: json_force_inline size_t offset() file: include/spotify/json/decode_context.hpp start line: 40 end line: 42 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 160 unit: json_force_inline size_t remaining() file: include/spotify/json/decode_context.hpp start line: 44 end line: 46 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 161 unit: size_t offset() file: include/spotify/json/decode_exception.hpp start line: 37 end line: 39 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 162 unit: inline any_value_t any_value() file: include/spotify/json/codec/any_value.hpp start line: 36 end line: 38 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 163 unit: static codec::any_value_t codec() file: include/spotify/json/codec/any_value.hpp start line: 44 end line: 46 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 164 unit: static codec::any_value_t codec() file: include/spotify/json/codec/any_value.hpp start line: 51 end line: 53 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 165 unit: static std::shared_ptr cast() file: include/spotify/json/codec/cast.hpp start line: 34 end line: 36 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 166 unit: object_type decode() file: include/spotify/json/codec/cast.hpp start line: 47 end line: 49 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 167 unit: void encode() file: include/spotify/json/codec/ignore.hpp start line: 41 end line: 43 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 168 unit: bool should_encode() file: include/spotify/json/codec/ignore.hpp start line: 45 end line: 47 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 169 unit: ignore_t ignore() file: include/spotify/json/codec/ignore.hpp start line: 54 end line: 56 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 170 unit: inline boolean_t boolean() file: include/spotify/json/codec/boolean.hpp start line: 35 end line: 37 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 171 unit: static codec::boolean_t codec() file: include/spotify/json/codec/boolean.hpp start line: 43 end line: 45 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 172 unit: bool should_encode() file: include/spotify/json/codec/enumeration.hpp start line: 66 end line: 68 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 173 unit: object_type decode() file: include/spotify/json/codec/omit.hpp start line: 35 end line: 37 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 174 unit: void encode() file: include/spotify/json/codec/omit.hpp start line: 39 end line: 41 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 175 unit: bool should_encode() file: include/spotify/json/codec/omit.hpp start line: 43 end line: 45 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 176 unit: omit_t omit() file: include/spotify/json/codec/omit.hpp start line: 49 end line: 51 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 177 unit: json_force_inline float decode_floating_point() file: include/spotify/json/codec/number.hpp start line: 45 end line: 47 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 178 unit: json_force_inline double decode_floating_point() file: include/spotify/json/codec/number.hpp start line: 50 end line: 52 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 179 unit: json_force_inline void encode_floating_point() file: include/spotify/json/codec/number.hpp start line: 55 end line: 57 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 180 unit: json_force_inline void encode_floating_point() file: include/spotify/json/codec/number.hpp start line: 60 end line: 62 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 181 unit: json_force_inline object_type decode() file: include/spotify/json/codec/number.hpp start line: 69 end line: 71 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 182 unit: json_force_inline void encode() file: include/spotify/json/codec/number.hpp start line: 73 end line: 75 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 183 unit: static json_force_inline bool is_overflow() file: include/spotify/json/codec/number.hpp start line: 80 end line: 82 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 184 unit: static json_force_inline T accumulate() file: include/spotify/json/codec/number.hpp start line: 84 end line: 86 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 185 unit: static json_force_inline bool is_overflow() file: include/spotify/json/codec/number.hpp start line: 91 end line: 93 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 186 unit: static json_force_inline T accumulate() file: include/spotify/json/codec/number.hpp start line: 95 end line: 97 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 187 unit: json_force_inline T to_integer() file: include/spotify/json/codec/number.hpp start line: 107 end line: 109 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 188 unit: json_force_inline T decode_positive_integer() file: include/spotify/json/codec/number.hpp start line: 370 end line: 372 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 189 unit: json_force_inline object_type decode() file: include/spotify/json/codec/number.hpp start line: 382 end line: 384 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 190 unit: json_force_inline void encode() file: include/spotify/json/codec/number.hpp start line: 386 end line: 388 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 191 unit: number_t number() file: include/spotify/json/codec/number.hpp start line: 436 end line: 438 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 192 unit: static codec::number_t codec() file: include/spotify/json/codec/number.hpp start line: 449 end line: 451 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 193 unit: static void validate() file: include/spotify/json/codec/array.hpp start line: 73 end line: 75 size: 3 LOC McCabe index: 1 number of parameters: 3 id: 194 unit: static decltype() file: include/spotify/json/codec/array.hpp start line: 177 end line: 179 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 195 unit: static decltype() file: include/spotify/json/codec/array.hpp start line: 184 end line: 186 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 196 unit: static decltype() file: include/spotify/json/codec/array.hpp start line: 191 end line: 193 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 197 unit: static decltype() file: include/spotify/json/codec/array.hpp start line: 198 end line: 200 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 198 unit: static decltype() file: include/spotify/json/codec/array.hpp start line: 205 end line: 207 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 199 unit: static decltype() file: include/spotify/json/codec/array.hpp start line: 212 end line: 214 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 200 unit: static decltype() file: include/spotify/json/codec/map.hpp start line: 93 end line: 95 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 201 unit: static decltype() file: include/spotify/json/codec/map.hpp start line: 100 end line: 102 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 202 unit: void encode() file: include/spotify/json/codec/transform.hpp start line: 140 end line: 142 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 203 unit: object_type decode() file: include/spotify/json/codec/smart_ptr.hpp start line: 63 end line: 65 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 204 unit: bool should_encode() file: include/spotify/json/codec/smart_ptr.hpp start line: 72 end line: 74 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 205 unit: static decltype() file: include/spotify/json/codec/smart_ptr.hpp start line: 104 end line: 106 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 206 unit: static decltype() file: include/spotify/json/codec/smart_ptr.hpp start line: 111 end line: 113 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 207 unit: static boost::shared_ptr cast() file: include/spotify/json/codec/boost.hpp start line: 55 end line: 57 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 208 unit: static decltype() file: include/spotify/json/codec/boost.hpp start line: 72 end line: 74 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 209 unit: static decltype() file: include/spotify/json/codec/boost.hpp start line: 79 end line: 81 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 210 unit: static decltype() file: include/spotify/json/codec/boost.hpp start line: 86 end line: 88 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 211 unit: static decltype() file: include/spotify/json/codec/boost.hpp start line: 93 end line: 95 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 212 unit: static decltype() file: include/spotify/json/codec/boost.hpp start line: 100 end line: 102 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 213 unit: static decltype() file: include/spotify/json/codec/tuple.hpp start line: 126 end line: 128 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 214 unit: static decltype() file: include/spotify/json/codec/tuple.hpp start line: 133 end line: 135 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 215 unit: object_type decode() file: include/spotify/json/codec/any_codec.hpp start line: 39 end line: 41 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 216 unit: void encode() file: include/spotify/json/codec/any_codec.hpp start line: 43 end line: 45 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 217 unit: bool should_encode() file: include/spotify/json/codec/any_codec.hpp start line: 47 end line: 49 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 218 unit: object_type decode() file: include/spotify/json/codec/any_codec.hpp start line: 67 end line: 69 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 219 unit: void encode() file: include/spotify/json/codec/any_codec.hpp start line: 71 end line: 73 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 220 unit: bool should_encode() file: include/spotify/json/codec/any_codec.hpp start line: 75 end line: 77 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 221 unit: any_codec_t any_codec() file: include/spotify/json/codec/any_codec.hpp start line: 87 end line: 89 size: 3 LOC McCabe index: 2 number of parameters: 1 id: 222 unit: void encode() file: include/spotify/json/codec/eq.hpp start line: 53 end line: 55 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 223 unit: bool should_encode() file: include/spotify/json/codec/eq.hpp start line: 57 end line: 59 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 224 unit: void encode() file: include/spotify/json/codec/null.hpp start line: 45 end line: 47 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 225 unit: inline null_t null() file: include/spotify/json/codec/null.hpp start line: 54 end line: 56 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 226 unit: static codec::null_t codec() file: include/spotify/json/codec/null.hpp start line: 62 end line: 64 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 227 unit: void optional() file: include/spotify/json/codec/object.hpp start line: 89 end line: 91 size: 3 LOC McCabe index: 2 number of parameters: 2 id: 228 unit: void required() file: include/spotify/json/codec/object.hpp start line: 94 end line: 96 size: 3 LOC McCabe index: 2 number of parameters: 2 id: 229 unit: json_force_inline void encode() file: include/spotify/json/codec/object.hpp start line: 104 end line: 106 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 230 unit: void decode() file: include/spotify/json/codec/object.hpp start line: 155 end line: 157 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 231 unit: void encode() file: include/spotify/json/codec/object.hpp start line: 159 end line: 161 size: 3 LOC McCabe index: 1 number of parameters: 3 id: 232 unit: void add_field() file: include/spotify/json/codec/object.hpp start line: 245 end line: 247 size: 3 LOC McCabe index: 1 number of parameters: 3 id: 233 unit: T operator() file: include/spotify/json/codec/object.hpp start line: 342 end line: 344 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 234 unit: object_t object() file: include/spotify/json/codec/object.hpp start line: 351 end line: 353 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 235 unit: auto object() file: include/spotify/json/codec/object.hpp start line: 356 end line: 358 size: 3 LOC McCabe index: 2 number of parameters: 1 id: 236 unit: object_type decode() file: include/spotify/json/codec/optional.hpp start line: 39 end line: 41 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 237 unit: bool should_encode() file: include/spotify/json/codec/optional.hpp start line: 50 end line: 52 size: 3 LOC McCabe index: 2 number of parameters: 1 id: 238 unit: bool should_encode() file: include/spotify/json/codec/optional.hpp start line: 54 end line: 56 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 239 unit: static decltype() file: include/spotify/json/codec/optional.hpp start line: 71 end line: 73 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 240 unit: inline string_t string() file: include/spotify/json/codec/string.hpp start line: 36 end line: 38 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 241 unit: static codec::string_t codec() file: include/spotify/json/codec/string.hpp start line: 44 end line: 46 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 242 unit: typename duration_type::rep encodeTransformDuration() file: include/spotify/json/codec/chrono.hpp start line: 29 end line: 31 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 243 unit: duration_type decodeTransformDuration() file: include/spotify/json/codec/chrono.hpp start line: 34 end line: 36 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 244 unit: typename time_point_type::rep encodeTransformTimePoint() file: include/spotify/json/codec/chrono.hpp start line: 39 end line: 41 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 245 unit: time_point_type decodeTransformTimePoint() file: include/spotify/json/codec/chrono.hpp start line: 44 end line: 46 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 246 unit: static decltype() file: include/spotify/json/codec/chrono.hpp start line: 75 end line: 77 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 247 unit: static decltype() file: include/spotify/json/codec/chrono.hpp start line: 82 end line: 84 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 248 unit: static object_type decode() file: include/spotify/json/codec/one_of.hpp start line: 64 end line: 66 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 249 unit: void encode() file: include/spotify/json/codec/one_of.hpp start line: 97 end line: 99 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 250 unit: bool should_encode() file: include/spotify/json/codec/one_of.hpp start line: 101 end line: 103 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 251 unit: typename codec_type::object_type decode() file: include/spotify/json/decode.hpp start line: 44 end line: 46 size: 3 LOC McCabe index: 2 number of parameters: 2 id: 252 unit: typename codec_type::object_type decode() file: include/spotify/json/decode.hpp start line: 49 end line: 51 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 253 unit: value_type decode() file: include/spotify/json/decode.hpp start line: 58 end line: 60 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 254 unit: value_type decode() file: include/spotify/json/decode.hpp start line: 63 end line: 65 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 255 unit: value_type decode() file: include/spotify/json/decode.hpp start line: 68 end line: 70 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 256 unit: bool try_decode() file: include/spotify/json/decode.hpp start line: 114 end line: 116 size: 3 LOC McCabe index: 1 number of parameters: 3 id: 257 unit: bool try_decode() file: include/spotify/json/decode.hpp start line: 119 end line: 121 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 258 unit: bool try_decode() file: include/spotify/json/decode.hpp start line: 124 end line: 126 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 259 unit: bool has_sse42() file: include/spotify/json/detail/cpuid.hpp start line: 52 end line: 54 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 260 unit: json_force_inline void require_bytes() file: include/spotify/json/detail/decode_helpers.hpp start line: 51 end line: 53 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 261 unit: json_force_inline void require_bytes() file: include/spotify/json/detail/decode_helpers.hpp start line: 56 end line: 58 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 262 unit: json_force_inline char peek_unchecked() file: include/spotify/json/detail/decode_helpers.hpp start line: 60 end line: 62 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 263 unit: json_force_inline char peek() file: include/spotify/json/detail/decode_helpers.hpp start line: 70 end line: 72 size: 3 LOC McCabe index: 2 number of parameters: 1 id: 264 unit: json_force_inline char next_unchecked() file: include/spotify/json/detail/decode_helpers.hpp start line: 86 end line: 88 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 265 unit: json_force_inline char next() file: include/spotify/json/detail/decode_helpers.hpp start line: 96 end line: 98 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 266 unit: json_force_inline void skip_unchecked_1() file: include/spotify/json/detail/decode_helpers.hpp start line: 100 end line: 102 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 267 unit: json_force_inline void skip_unchecked_n() file: include/spotify/json/detail/decode_helpers.hpp start line: 104 end line: 106 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 268 unit: json_force_inline void skip_1() file: include/spotify/json/detail/decode_helpers.hpp start line: 122 end line: 124 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 269 unit: json_force_inline void skip_true() file: include/spotify/json/detail/decode_helpers.hpp start line: 187 end line: 189 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 270 unit: json_force_inline void skip_null() file: include/spotify/json/detail/decode_helpers.hpp start line: 196 end line: 198 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 271 unit: json_force_inline should_encode() file: include/spotify/json/detail/encode_helpers.hpp start line: 54 end line: 56 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 272 unit: json_force_inline should_encode() file: include/spotify/json/detail/encode_helpers.hpp start line: 60 end line: 62 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 273 unit: json_force_inline void advance() file: include/spotify/json/encode_context.hpp start line: 46 end line: 48 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 274 unit: json_never_inline void clear() file: include/spotify/json/encode_context.hpp start line: 68 end line: 70 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 275 unit: json_force_inline std::size_t size() file: include/spotify/json/encode_context.hpp start line: 76 end line: 78 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 276 unit: json_force_inline std::size_t capacity() file: include/spotify/json/encode_context.hpp start line: 80 end line: 82 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 277 unit: json_force_inline bool empty() file: include/spotify/json/encode_context.hpp start line: 84 end line: 86 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 278 unit: bool is_high_surrogate() file: src/codec/string.cpp start line: 30 end line: 32 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 279 unit: bool is_low_surrogate() file: src/codec/string.cpp start line: 34 end line: 36 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 280 unit: uint32_t codepoint_from_surrogate_pair() file: src/codec/string.cpp start line: 38 end line: 40 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 281 unit: void any_value_t::encode() file: src/codec/any_value.cpp start line: 32 end line: 34 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 282 unit: json_noreturn void fail() file: src/detail/encode_helpers.cpp start line: 23 end line: 25 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 283 unit: json_force_inline bool is_space() file: src/detail/skip_chars_common.hpp start line: 33 end line: 35 size: 3 LOC McCabe index: 4 number of parameters: 1 id: 284 unit: json_noreturn void fail() file: src/detail/decode_helpers.cpp start line: 23 end line: 25 size: 3 LOC McCabe index: 1 number of parameters: 3 id: 285 unit: json_force_inline bool is_digit() file: src/detail/skip_value.cpp start line: 30 end line: 32 size: 3 LOC McCabe index: 2 number of parameters: 1 id: 286 unit: json_force_inline bool is_hex_digit() file: src/detail/skip_value.cpp start line: 34 end line: 36 size: 3 LOC McCabe index: 4 number of parameters: 1 id: 287 unit: inline encoded_value_ref::encoded_value_ref() file: include/spotify/json/encoded_value.hpp start line: 99 end line: 100 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 288 unit: inline encoded_value_ref::encoded_value_ref() file: include/spotify/json/encoded_value.hpp start line: 102 end line: 103 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 289 unit: inline encoded_value_ref::encoded_value_ref() file: include/spotify/json/encoded_value.hpp start line: 105 end line: 106 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 290 unit: inline encoded_value::encoded_value() file: include/spotify/json/encoded_value.hpp start line: 121 end line: 122 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 291 unit: inline encoded_value::encoded_value() file: include/spotify/json/encoded_value.hpp start line: 124 end line: 125 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 292 unit: inline encoded_value::encoded_value() file: include/spotify/json/encoded_value.hpp start line: 127 end line: 128 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 293 unit: inline encoded_value::encoded_value() file: include/spotify/json/encoded_value.hpp start line: 130 end line: 131 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 294 unit: explicit ignore_t() file: include/spotify/json/codec/ignore.hpp start line: 33 end line: 34 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 295 unit: static void validate() file: include/spotify/json/codec/array.hpp start line: 52 end line: 54 size: 2 LOC McCabe index: 1 number of parameters: 3 id: 296 unit: static void validate() file: include/spotify/json/codec/array.hpp start line: 93 end line: 95 size: 2 LOC McCabe index: 1 number of parameters: 3 id: 297 unit: explicit any_codec_t() file: include/spotify/json/codec/any_codec.hpp start line: 36 end line: 37 size: 2 LOC McCabe index: 2 number of parameters: 1 id: 298 unit: explicit null_t() file: include/spotify/json/codec/null.hpp start line: 37 end line: 38 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 299 unit: explicit object_t() file: include/spotify/json/codec/object.hpp start line: 85 end line: 86 size: 2 LOC McCabe index: 2 number of parameters: 1 id: 300 unit: explicit one_of_t() file: include/spotify/json/codec/one_of.hpp start line: 89 end line: 90 size: 2 LOC McCabe index: 2 number of parameters: 1 id: 301 unit: std::size_t size() file: include/spotify/json/encoded_value.hpp start line: 58 end line: 58 size: 1 LOC McCabe index: 1 number of parameters: 0 id: 302 unit: std::size_t size() file: include/spotify/json/encoded_value.hpp start line: 89 end line: 89 size: 1 LOC McCabe index: 1 number of parameters: 0 id: 303 unit: explicit cast_t() file: include/spotify/json/codec/cast.hpp start line: 44 end line: 44 size: 1 LOC McCabe index: 2 number of parameters: 1 id: 304 unit: explicit cast_t() file: include/spotify/json/codec/cast.hpp start line: 45 end line: 45 size: 1 LOC McCabe index: 1 number of parameters: 1 id: 305 unit: explicit array_t() file: include/spotify/json/codec/array.hpp start line: 138 end line: 138 size: 1 LOC McCabe index: 2 number of parameters: 1 id: 306 unit: explicit array_t() file: include/spotify/json/codec/array.hpp start line: 139 end line: 139 size: 1 LOC McCabe index: 1 number of parameters: 1 id: 307 unit: explicit map_t() file: include/spotify/json/codec/map.hpp start line: 52 end line: 52 size: 1 LOC McCabe index: 2 number of parameters: 1 id: 308 unit: explicit map_t() file: include/spotify/json/codec/map.hpp start line: 53 end line: 53 size: 1 LOC McCabe index: 1 number of parameters: 1 id: 309 unit: explicit smart_ptr_t() file: include/spotify/json/codec/smart_ptr.hpp start line: 60 end line: 60 size: 1 LOC McCabe index: 2 number of parameters: 1 id: 310 unit: explicit smart_ptr_t() file: include/spotify/json/codec/smart_ptr.hpp start line: 61 end line: 61 size: 1 LOC McCabe index: 1 number of parameters: 1 id: 311 unit: static void decode() file: include/spotify/json/codec/tuple.hpp start line: 62 end line: 62 size: 1 LOC McCabe index: 1 number of parameters: 3 id: 312 unit: static void encode() file: include/spotify/json/codec/tuple.hpp start line: 63 end line: 63 size: 1 LOC McCabe index: 1 number of parameters: 3 id: 313 unit: explicit erased_codec_impl() file: include/spotify/json/codec/any_codec.hpp start line: 64 end line: 64 size: 1 LOC McCabe index: 2 number of parameters: 1 id: 314 unit: explicit erased_codec_impl() file: include/spotify/json/codec/any_codec.hpp start line: 65 end line: 65 size: 1 LOC McCabe index: 1 number of parameters: 1 id: 315 unit: explicit optional_t() file: include/spotify/json/codec/optional.hpp start line: 36 end line: 36 size: 1 LOC McCabe index: 2 number of parameters: 1 id: 316 unit: explicit optional_t() file: include/spotify/json/codec/optional.hpp start line: 37 end line: 37 size: 1 LOC McCabe index: 1 number of parameters: 1 id: 317 unit: json_force_inline bool is_required() file: include/spotify/json/detail/field_registry.hpp start line: 48 end line: 48 size: 1 LOC McCabe index: 1 number of parameters: 0 id: 318 unit: json_force_inline size_t required_field_idx() file: include/spotify/json/detail/field_registry.hpp start line: 49 end line: 49 size: 1 LOC McCabe index: 1 number of parameters: 0 id: 319 unit: inline const_iterator begin() file: include/spotify/json/detail/field_registry.hpp start line: 68 end line: 68 size: 1 LOC McCabe index: 1 number of parameters: 0 id: 320 unit: inline const_iterator end() file: include/spotify/json/detail/field_registry.hpp start line: 69 end line: 69 size: 1 LOC McCabe index: 1 number of parameters: 0 id: 321 unit: size_t num_required_fields() file: include/spotify/json/detail/field_registry.hpp start line: 73 end line: 73 size: 1 LOC McCabe index: 1 number of parameters: 0