id: 1 unit: std::unique_ptr Decoder::decode() file: hessian2/basic_codec/object_codec.cc start line: 71 end line: 219 size: 122 LOC McCabe index: 84 number of parameters: 0 id: 2 unit: std::unique_ptr Decoder::decode() file: hessian2/basic_codec/number_codec.cc start line: 195 end line: 280 size: 81 LOC McCabe index: 55 number of parameters: 0 id: 3 unit: std::unique_ptr Decoder::decode() file: hessian2/basic_codec/list_codec.cc start line: 10 end line: 102 size: 80 LOC McCabe index: 23 number of parameters: 0 id: 4 unit: bool decodeStringWithReader() file: hessian2/basic_codec/string_codec.cc start line: 304 end line: 380 size: 73 LOC McCabe index: 43 number of parameters: 3 id: 5 unit: std::unique_ptr Decoder::decode() file: hessian2/basic_codec/list_codec.cc start line: 108 end line: 187 size: 72 LOC McCabe index: 22 number of parameters: 0 id: 6 unit: std::unique_ptr GenerateTypedListTestObject() file: hessian2/basic_codec/list_codec_unittests.cc start line: 47 end line: 124 size: 69 LOC McCabe index: 3 number of parameters: 0 id: 7 unit: bool Encoder::encode() file: hessian2/basic_codec/string_codec.cc start line: 427 end line: 506 size: 62 LOC McCabe index: 9 number of parameters: 1 id: 8 unit: bool Encoder::encode() file: hessian2/basic_codec/object_codec.cc start line: 222 end line: 275 size: 54 LOC McCabe index: 15 number of parameters: 1 id: 9 unit: std::unique_ptr Decoder::decode() file: hessian2/basic_codec/number_codec.cc start line: 99 end line: 157 size: 53 LOC McCabe index: 31 number of parameters: 0 id: 10 unit: bool decodeBytesWithReader() file: hessian2/basic_codec/byte_codec.cc start line: 23 end line: 73 size: 51 LOC McCabe index: 28 number of parameters: 2 id: 11 unit: std::unique_ptr Decoder::decode() file: hessian2/basic_codec/def_ref_codec.cc start line: 9 end line: 59 size: 47 LOC McCabe index: 13 number of parameters: 0 id: 12 unit: std::string unescapeFourBytesUtf8Char() file: hessian2/basic_codec/string_codec.cc start line: 127 end line: 186 size: 42 LOC McCabe index: 11 number of parameters: 1 id: 13 unit: std::unique_ptr Decoder::decode() file: hessian2/basic_codec/map_codec.cc start line: 8 end line: 53 size: 37 LOC McCabe index: 7 number of parameters: 0 id: 14 unit: std::unique_ptr Decoder::decode() file: hessian2/basic_codec/number_codec.cc start line: 16 end line: 58 size: 37 LOC McCabe index: 11 number of parameters: 0 id: 15 unit: bool finalReadUtf8String() file: hessian2/basic_codec/string_codec.cc start line: 258 end line: 299 size: 33 LOC McCabe index: 6 number of parameters: 4 id: 16 unit: std::unique_ptr Decoder::decode() file: hessian2/basic_codec/map_codec.cc start line: 57 end line: 95 size: 32 LOC McCabe index: 6 number of parameters: 0 id: 17 unit: bool Encoder::encode() file: hessian2/basic_codec/byte_codec.cc start line: 81 end line: 114 size: 32 LOC McCabe index: 5 number of parameters: 1 id: 18 unit: std::unique_ptr Decoder::decode() file: hessian2/basic_codec/class_instance_codec.cc start line: 9 end line: 43 size: 30 LOC McCabe index: 7 number of parameters: 0 id: 19 unit: int64_t getUtf8StringLengthAndPerChunkOffsets() file: hessian2/basic_codec/string_codec.cc start line: 36 end line: 80 size: 30 LOC McCabe index: 7 number of parameters: 3 id: 20 unit: std::string escapeFourBytesUtf8Char() file: hessian2/basic_codec/string_codec.cc start line: 192 end line: 252 size: 30 LOC McCabe index: 4 number of parameters: 2 id: 21 unit: int testBasicType() file: example/mutiple_src/basic_type.cc start line: 8 end line: 35 size: 27 LOC McCabe index: 3 number of parameters: 0 id: 22 unit: int main() file: example/basic_type.cc start line: 6 end line: 33 size: 27 LOC McCabe index: 3 number of parameters: 0 id: 23 unit: bool Encoder::encode() file: hessian2/basic_codec/number_codec.cc start line: 61 end line: 91 size: 27 LOC McCabe index: 8 number of parameters: 1 id: 24 unit: std::unique_ptr Decoder::decode() file: hessian2/basic_codec/type_ref_codec.cc start line: 6 end line: 36 size: 26 LOC McCabe index: 9 number of parameters: 0 id: 25 unit: bool Encoder::encode() file: hessian2/basic_codec/number_codec.cc start line: 289 end line: 317 size: 25 LOC McCabe index: 9 number of parameters: 1 id: 26 unit: bool Encoder::encode() file: hessian2/basic_codec/def_ref_codec.cc start line: 63 end line: 84 size: 22 LOC McCabe index: 4 number of parameters: 1 id: 27 unit: bool Encoder::encode() file: hessian2/basic_codec/list_codec.cc start line: 190 end line: 215 size: 21 LOC McCabe index: 4 number of parameters: 1 id: 28 unit: bool Encoder::encode() file: hessian2/basic_codec/number_codec.cc start line: 165 end line: 186 size: 20 LOC McCabe index: 7 number of parameters: 1 id: 29 unit: bool equal() file: hessian2/object.hpp start line: 691 end line: 712 size: 20 LOC McCabe index: 6 number of parameters: 1 id: 30 unit: std::pair getUtf8StringLength() file: hessian2/basic_codec/string_codec.cc start line: 86 end line: 119 size: 19 LOC McCabe index: 4 number of parameters: 2 id: 31 unit: std::unique_ptr readDate() file: hessian2/basic_codec/date_codec.cc start line: 8 end line: 26 size: 19 LOC McCabe index: 5 number of parameters: 1 id: 32 unit: int testCustomType() file: example/mutiple_src/custom_type.cc start line: 37 end line: 55 size: 18 LOC McCabe index: 2 number of parameters: 0 id: 33 unit: int main() file: example/custom_type.cc start line: 35 end line: 52 size: 17 LOC McCabe index: 2 number of parameters: 0 id: 34 unit: bool Encoder::encode() file: hessian2/basic_codec/list_codec.cc start line: 218 end line: 238 size: 17 LOC McCabe index: 3 number of parameters: 1 id: 35 unit: std::unique_ptr Decoder::decode() file: hessian2/basic_codec/string_codec.cc start line: 399 end line: 419 size: 17 LOC McCabe index: 4 number of parameters: 0 id: 36 unit: bool readBytes() file: hessian2/basic_codec/byte_codec.cc start line: 116 end line: 131 size: 16 LOC McCabe index: 4 number of parameters: 4 id: 37 unit: bool equal() file: hessian2/object.hpp start line: 512 end line: 528 size: 16 LOC McCabe index: 5 number of parameters: 1 id: 38 unit: int main() file: example/reader_writer.cc start line: 55 end line: 70 size: 15 LOC McCabe index: 2 number of parameters: 0 id: 39 unit: std::string GenerateEmojiString() file: hessian2/basic_codec/string_codec_unittests.cc start line: 57 end line: 78 size: 15 LOC McCabe index: 1 number of parameters: 0 id: 40 unit: bool Encoder::encode() file: hessian2/basic_codec/map_codec.cc start line: 98 end line: 112 size: 15 LOC McCabe index: 2 number of parameters: 1 id: 41 unit: void Encoder::encodeFixedListBegin() file: hessian2/codec.cc start line: 14 end line: 29 size: 14 LOC McCabe index: 4 number of parameters: 2 id: 42 unit: std::unique_ptr Decoder::decode() file: hessian2/basic_codec/ref_object_codec.cc start line: 7 end line: 19 size: 13 LOC McCabe index: 3 number of parameters: 0 id: 43 unit: bool Encoder::encode() file: hessian2/basic_codec/map_codec.cc start line: 115 end line: 127 size: 13 LOC McCabe index: 2 number of parameters: 1 id: 44 unit: void writeDate() file: hessian2/basic_codec/date_codec.cc start line: 29 end line: 41 size: 13 LOC McCabe index: 2 number of parameters: 2 id: 45 unit: std::unique_ptr Decoder::decode() file: hessian2/basic_codec/bool_codec.cc start line: 6 end line: 17 size: 12 LOC McCabe index: 3 number of parameters: 0 id: 46 unit: std::string toDebugString() file: hessian2/object.hpp start line: 450 end line: 462 size: 12 LOC McCabe index: 3 number of parameters: 0 id: 47 unit: bool Encoder::encode() file: hessian2/basic_codec/class_instance_codec.cc start line: 46 end line: 57 size: 11 LOC McCabe index: 2 number of parameters: 1 id: 48 unit: bool readChunkString() file: hessian2/basic_codec/string_codec.cc start line: 382 end line: 394 size: 11 LOC McCabe index: 3 number of parameters: 5 id: 49 unit: std::string errorCodeToString() file: hessian2/codec.hpp start line: 94 end line: 104 size: 11 LOC McCabe index: 4 number of parameters: 0 id: 50 unit: size_t hash() file: hessian2/object.hpp start line: 437 end line: 449 size: 11 LOC McCabe index: 3 number of parameters: 0 id: 51 unit: void fromHessian() file: example/mutiple_src/custom_type.cc start line: 19 end line: 29 size: 10 LOC McCabe index: 3 number of parameters: 2 id: 52 unit: void fromHessian() file: example/custom_type.cc start line: 17 end line: 27 size: 10 LOC McCabe index: 3 number of parameters: 2 id: 53 unit: std::string GenerateString1023() file: hessian2/basic_codec/string_codec_unittests.cc start line: 11 end line: 20 size: 10 LOC McCabe index: 2 number of parameters: 0 id: 54 unit: std::string GenerateString1024() file: hessian2/basic_codec/string_codec_unittests.cc start line: 22 end line: 32 size: 10 LOC McCabe index: 2 number of parameters: 0 id: 55 unit: std::string GenerateString65536() file: hessian2/basic_codec/string_codec_unittests.cc start line: 34 end line: 43 size: 10 LOC McCabe index: 2 number of parameters: 0 id: 56 unit: std::string GenerateString131072() file: hessian2/basic_codec/string_codec_unittests.cc start line: 45 end line: 55 size: 10 LOC McCabe index: 2 number of parameters: 0 id: 57 unit: std::string GenerateSuperComplexString() file: hessian2/basic_codec/string_codec_unittests.cc start line: 84 end line: 93 size: 10 LOC McCabe index: 1 number of parameters: 0 id: 58 unit: void encodeSucc() file: hessian2/basic_codec/string_codec_unittests.cc start line: 113 end line: 122 size: 10 LOC McCabe index: 2 number of parameters: 3 id: 59 unit: bool Encoder::encode() file: hessian2/basic_codec/type_ref_codec.cc start line: 39 end line: 49 size: 10 LOC McCabe index: 2 number of parameters: 1 id: 60 unit: void encodeSucc() file: hessian2/basic_codec/byte_codec_unittests.cc start line: 28 end line: 37 size: 10 LOC McCabe index: 2 number of parameters: 3 id: 61 unit: bool Encoder::encode() file: hessian2/basic_codec/date_codec.cc start line: 99 end line: 108 size: 10 LOC McCabe index: 2 number of parameters: 1 id: 62 unit: static std::string stringToHex() file: common/common.h start line: 16 end line: 24 size: 9 LOC McCabe index: 2 number of parameters: 1 id: 63 unit: void encodeSucc() file: hessian2/basic_codec/date_codec_unittests.cc start line: 28 end line: 36 size: 9 LOC McCabe index: 2 number of parameters: 3 id: 64 unit: bool Encoder::encode() file: hessian2/basic_codec/ref_object_codec.cc start line: 22 end line: 30 size: 9 LOC McCabe index: 1 number of parameters: 1 id: 65 unit: void encodeSucc() file: hessian2/basic_codec/bool_codec_unittests.cc start line: 25 end line: 33 size: 9 LOC McCabe index: 2 number of parameters: 2 id: 66 unit: void encodeSucc() file: hessian2/basic_codec/object_codec_unittests.cc start line: 28 end line: 36 size: 9 LOC McCabe index: 2 number of parameters: 3 id: 67 unit: void encodeSucc() file: hessian2/basic_codec/number_codec_unittests.cc start line: 31 end line: 39 size: 9 LOC McCabe index: 2 number of parameters: 3 id: 68 unit: void decodeSucc() file: hessian2/basic_codec/byte_codec_unittests.cc start line: 12 end line: 20 size: 9 LOC McCabe index: 1 number of parameters: 3 id: 69 unit: void readBE() file: hessian2/string_reader_unittests.cc start line: 20 end line: 28 size: 9 LOC McCabe index: 3 number of parameters: 1 id: 70 unit: void readLE() file: hessian2/string_reader_unittests.cc start line: 31 end line: 39 size: 9 LOC McCabe index: 3 number of parameters: 1 id: 71 unit: void Encoder::encodeMapBegin() file: hessian2/codec.cc start line: 35 end line: 43 size: 9 LOC McCabe index: 2 number of parameters: 1 id: 72 unit: std::string toDebugString() file: hessian2/object.hpp start line: 632 end line: 640 size: 9 LOC McCabe index: 2 number of parameters: 0 id: 73 unit: void expectedEncode() file: hessian2/basic_codec/date_codec_unittests.cc start line: 39 end line: 47 size: 8 LOC McCabe index: 1 number of parameters: 1 id: 74 unit: std::unique_ptr Decoder::decode() file: hessian2/basic_codec/object_codec.cc start line: 6 end line: 14 size: 8 LOC McCabe index: 2 number of parameters: 0 id: 75 unit: void encodeSucc() file: hessian2/basic_codec/class_instance_codec_unittests.cc start line: 31 end line: 39 size: 8 LOC McCabe index: 2 number of parameters: 2 id: 76 unit: bool Encoder::encode() file: hessian2/basic_codec/bool_codec.cc start line: 23 end line: 31 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 77 unit: int16_t getDefRef() file: hessian2/codec.hpp start line: 147 end line: 154 size: 8 LOC McCabe index: 3 number of parameters: 1 id: 78 unit: std::string toDebugString() file: hessian2/object.hpp start line: 584 end line: 591 size: 8 LOC McCabe index: 2 number of parameters: 0 id: 79 unit: std::string toDebugString() file: hessian2/object.hpp start line: 721 end line: 728 size: 8 LOC McCabe index: 2 number of parameters: 0 id: 80 unit: std::string toDebugString() file: hessian2/object.hpp start line: 773 end line: 780 size: 8 LOC McCabe index: 2 number of parameters: 0 id: 81 unit: std::pair Reader::peek() file: hessian2/reader.cc start line: 6 end line: 13 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 82 unit: int16_t getTypeRef() file: hessian2/codec.hpp start line: 139 end line: 145 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 83 unit: int16_t getValueRef() file: hessian2/codec.hpp start line: 156 end line: 162 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 84 unit: std::string errorCodeToString() file: hessian2/codec.hpp start line: 172 end line: 178 size: 7 LOC McCabe index: 2 number of parameters: 0 id: 85 unit: std::string toDebugString() file: hessian2/object.hpp start line: 121 end line: 127 size: 7 LOC McCabe index: 2 number of parameters: 0 id: 86 unit: bool equal() file: hessian2/object.hpp start line: 309 end line: 315 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 87 unit: std::string toDebugString() file: hessian2/object.hpp start line: 537 end line: 543 size: 7 LOC McCabe index: 2 number of parameters: 0 id: 88 unit: virtual void rawReadNBytes() file: hessian2/string_reader.hpp start line: 14 end line: 20 size: 7 LOC McCabe index: 1 number of parameters: 3 id: 89 unit: virtual void rawReadNBytes() file: example/reader_writer.cc start line: 22 end line: 28 size: 6 LOC McCabe index: 1 number of parameters: 3 id: 90 unit: virtual void rawWrite() file: example/reader_writer.cc start line: 39 end line: 44 size: 6 LOC McCabe index: 2 number of parameters: 2 id: 91 unit: void decodeSucc() file: hessian2/basic_codec/string_codec_unittests.cc start line: 100 end line: 105 size: 6 LOC McCabe index: 1 number of parameters: 3 id: 92 unit: void decodeSucc() file: hessian2/basic_codec/date_codec_unittests.cc start line: 13 end line: 18 size: 6 LOC McCabe index: 1 number of parameters: 3 id: 93 unit: void decodeSucc() file: hessian2/basic_codec/bool_codec_unittests.cc start line: 12 end line: 17 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 94 unit: void decodeSucc() file: hessian2/basic_codec/object_codec_unittests.cc start line: 13 end line: 18 size: 6 LOC McCabe index: 1 number of parameters: 3 id: 95 unit: void decodeSucc() file: hessian2/basic_codec/def_ref_codec_unittests.cc start line: 12 end line: 17 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 96 unit: void decodeSucc() file: hessian2/basic_codec/number_codec_unittests.cc start line: 16 end line: 21 size: 6 LOC McCabe index: 1 number of parameters: 3 id: 97 unit: void decodeSucc() file: hessian2/basic_codec/class_instance_codec_unittests.cc start line: 18 end line: 23 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 98 unit: std::string getErrorMessage() file: hessian2/codec.hpp start line: 71 end line: 76 size: 6 LOC McCabe index: 2 number of parameters: 0 id: 99 unit: bool operator() file: hessian2/object.hpp start line: 89 end line: 94 size: 6 LOC McCabe index: 2 number of parameters: 0 id: 100 unit: bool operator() file: hessian2/object.hpp start line: 95 end line: 100 size: 6 LOC McCabe index: 2 number of parameters: 0 id: 101 unit: size_t hash() file: hessian2/object.hpp start line: 128 end line: 133 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 102 unit: size_t hash() file: hessian2/object.hpp start line: 171 end line: 176 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 103 unit: size_t hash() file: hessian2/object.hpp start line: 578 end line: 583 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 104 unit: virtual void rawWrite() file: example/reader_writer.cc start line: 45 end line: 49 size: 5 LOC McCabe index: 2 number of parameters: 1 id: 105 unit: int main() file: example/mutiple_src/mutiple_src.cc start line: 4 end line: 8 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 106 unit: bool toHessian() file: example/mutiple_src/custom_type.cc start line: 31 end line: 35 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 107 unit: bool toHessian() file: example/custom_type.cc start line: 29 end line: 33 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 108 unit: void write() file: hessian2/writer.hpp start line: 23 end line: 27 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 109 unit: void decodeFail() file: hessian2/basic_codec/string_codec_unittests.cc start line: 107 end line: 111 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 110 unit: void decodeFail() file: hessian2/basic_codec/date_codec_unittests.cc start line: 21 end line: 25 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 111 unit: void decodeTypeListFail() file: hessian2/basic_codec/list_codec_unittests.cc start line: 15 end line: 19 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 112 unit: void decodeUntypedListFail() file: hessian2/basic_codec/list_codec_unittests.cc start line: 21 end line: 25 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 113 unit: void decodeFail() file: hessian2/basic_codec/bool_codec_unittests.cc start line: 19 end line: 23 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 114 unit: void decodeFail() file: hessian2/basic_codec/object_codec_unittests.cc start line: 21 end line: 25 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 115 unit: void decodeFail() file: hessian2/basic_codec/def_ref_codec_unittests.cc start line: 19 end line: 23 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 116 unit: void decodeFail() file: hessian2/basic_codec/number_codec_unittests.cc start line: 24 end line: 28 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 117 unit: void decodeFail() file: hessian2/basic_codec/byte_codec_unittests.cc start line: 22 end line: 26 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 118 unit: void decodeFail() file: hessian2/basic_codec/class_instance_codec_unittests.cc start line: 25 end line: 29 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 119 unit: void writeBEDouble() file: hessian2/basic_codec/number_codec.cc start line: 7 end line: 11 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 120 unit: bool Encoder::encode() file: hessian2/basic_codec/date_codec.cc start line: 92 end line: 96 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 121 unit: void addSeq() file: hessian2/string_reader_unittests.cc start line: 13 end line: 17 size: 5 LOC McCabe index: 2 number of parameters: 2 id: 122 unit: std::unique_ptr decode() file: hessian2/codec.hpp start line: 61 end line: 65 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 123 unit: size_t hash() file: hessian2/object.hpp start line: 529 end line: 536 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 124 unit: size_t hash() file: hessian2/object.hpp start line: 627 end line: 631 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 125 unit: size_t hash() file: hessian2/object.hpp start line: 713 end line: 720 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 126 unit: static void hashCombine() file: common/common.h start line: 27 end line: 30 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 127 unit: virtual void rawWrite() file: hessian2/string_writer.hpp start line: 12 end line: 15 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 128 unit: bool Encoder::encode() file: hessian2/basic_codec/object_codec.cc start line: 17 end line: 20 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 129 unit: bool Encoder::encode() file: hessian2/basic_codec/date_codec.cc start line: 111 end line: 114 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 130 unit: bool Encoder::encode() file: hessian2/basic_codec/date_codec.cc start line: 117 end line: 120 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 131 unit: bool Encoder::encode() file: hessian2/basic_codec/date_codec.cc start line: 125 end line: 128 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 132 unit: bool Encoder::encode() file: hessian2/basic_codec/date_codec.cc start line: 130 end line: 133 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 133 unit: bool Encoder::encode() file: hessian2/basic_codec/date_codec.cc start line: 135 end line: 138 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 134 unit: bool Encoder::encode() file: hessian2/basic_codec/date_codec.cc start line: 140 end line: 143 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 135 unit: std::string toDebugString() file: hessian2/object.hpp start line: 348 end line: 351 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 136 unit: std::string toDebugString() file: hessian2/object.hpp start line: 363 end line: 366 size: 4 LOC McCabe index: 2 number of parameters: 0 id: 137 unit: void readNBytes() file: hessian2/reader.hpp start line: 24 end line: 27 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 138 unit: void rawHashCombine() file: common/common.h start line: 32 end line: 34 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 139 unit: inline T toEndian() file: hessian2/byte_order.h start line: 62 end line: 64 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 140 unit: inline T fromEndian() file: hessian2/byte_order.h start line: 69 end line: 71 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 141 unit: static T to() file: hessian2/byte_order.h start line: 136 end line: 138 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 142 unit: static T from() file: hessian2/byte_order.h start line: 140 end line: 142 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 143 unit: static T to() file: hessian2/byte_order.h start line: 151 end line: 153 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 144 unit: static T from() file: hessian2/byte_order.h start line: 155 end line: 157 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 145 unit: static T to() file: hessian2/byte_order.h start line: 166 end line: 168 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 146 unit: static T from() file: hessian2/byte_order.h start line: 170 end line: 172 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 147 unit: static T to() file: hessian2/byte_order.h start line: 190 end line: 192 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 148 unit: static T from() file: hessian2/byte_order.h start line: 194 end line: 196 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 149 unit: static T to() file: hessian2/byte_order.h start line: 204 end line: 206 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 150 unit: static T from() file: hessian2/byte_order.h start line: 208 end line: 210 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 151 unit: static T to() file: hessian2/byte_order.h start line: 218 end line: 220 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 152 unit: static T from() file: hessian2/byte_order.h start line: 222 end line: 224 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 153 unit: void writeByte() file: hessian2/writer.hpp start line: 18 end line: 20 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 154 unit: void writeLE() file: hessian2/writer.hpp start line: 30 end line: 32 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 155 unit: void writeBE() file: hessian2/writer.hpp start line: 35 end line: 37 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 156 unit: virtual void rawWrite() file: hessian2/string_writer.hpp start line: 16 end line: 18 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 157 unit: std::string GenerateComplexString() file: hessian2/basic_codec/string_codec_unittests.cc start line: 80 end line: 82 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 158 unit: bool Encoder::encode() file: hessian2/basic_codec/number_codec.cc start line: 320 end line: 322 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 159 unit: bool Encoder::encode() file: hessian2/basic_codec/number_codec.cc start line: 325 end line: 327 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 160 unit: bool Encoder::encode() file: hessian2/basic_codec/number_codec.cc start line: 330 end line: 332 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 161 unit: bool Encoder::encode() file: hessian2/basic_codec/number_codec.cc start line: 335 end line: 337 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 162 unit: bool Encoder::encode() file: hessian2/basic_codec/number_codec.cc start line: 340 end line: 342 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 163 unit: bool Encoder::encode() file: hessian2/basic_codec/def_ref_codec.cc start line: 88 end line: 90 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 164 unit: bool Encoder::encode() file: hessian2/basic_codec/string_codec.cc start line: 509 end line: 511 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 165 unit: std::unique_ptr Decoder::decode() file: hessian2/basic_codec/date_codec.cc start line: 49 end line: 51 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 166 unit: std::unique_ptr Decoder::decode() file: hessian2/basic_codec/date_codec.cc start line: 54 end line: 56 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 167 unit: std::unique_ptr Decoder::decode() file: hessian2/basic_codec/date_codec.cc start line: 59 end line: 61 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 168 unit: std::unique_ptr Decoder::decode() file: hessian2/basic_codec/date_codec.cc start line: 64 end line: 66 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 169 unit: std::unique_ptr Decoder::decode() file: hessian2/basic_codec/date_codec.cc start line: 70 end line: 72 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 170 unit: std::unique_ptr Decoder::decode() file: hessian2/basic_codec/date_codec.cc start line: 74 end line: 76 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 171 unit: std::unique_ptr Decoder::decode() file: hessian2/basic_codec/date_codec.cc start line: 78 end line: 80 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 172 unit: std::unique_ptr Decoder::decode() file: hessian2/basic_codec/date_codec.cc start line: 82 end line: 84 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 173 unit: void Encoder::encodeVarListBegin() file: hessian2/codec.cc start line: 8 end line: 10 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 174 unit: void Encoder::encodeClassInstanceBegin() file: hessian2/codec.cc start line: 47 end line: 49 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 175 unit: void operator() file: hessian2/codec.hpp start line: 25 end line: 27 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 176 unit: bool operator() file: hessian2/codec.hpp start line: 32 end line: 34 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 177 unit: bool encode() file: hessian2/codec.hpp start line: 118 end line: 120 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 178 unit: std::size_t operator() file: hessian2/object.hpp start line: 75 end line: 77 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 179 unit: bool operator() file: hessian2/object.hpp start line: 83 end line: 85 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 180 unit: virtual std::string toDebugString() file: hessian2/object.hpp start line: 292 end line: 294 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 181 unit: size_t hash() file: hessian2/object.hpp start line: 323 end line: 328 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 182 unit: std::string toDebugString() file: hessian2/object.hpp start line: 330 end line: 332 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 183 unit: bool equal() file: hessian2/object.hpp start line: 344 end line: 346 size: 3 LOC McCabe index: 2 number of parameters: 1 id: 184 unit: std::string toDebugString() file: hessian2/object.hpp start line: 378 end line: 380 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 185 unit: std::string toDebugString() file: hessian2/object.hpp start line: 392 end line: 394 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 186 unit: std::string toDebugString() file: hessian2/object.hpp start line: 408 end line: 410 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 187 unit: std::string toDebugString() file: hessian2/object.hpp start line: 422 end line: 424 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 188 unit: size_t hash() file: hessian2/object.hpp start line: 482 end line: 486 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 189 unit: std::string toDebugString() file: hessian2/object.hpp start line: 487 end line: 489 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 190 unit: void emplace_back() file: hessian2/object.hpp start line: 546 end line: 548 size: 3 LOC McCabe index: 2 number of parameters: 1 id: 191 unit: void emplace_back() file: hessian2/object.hpp start line: 594 end line: 596 size: 3 LOC McCabe index: 2 number of parameters: 1 id: 192 unit: std::pair emplace() file: hessian2/object.hpp start line: 643 end line: 645 size: 3 LOC McCabe index: 2 number of parameters: 1 id: 193 unit: UntypedMap::const_iterator begin() file: hessian2/object.hpp start line: 649 end line: 651 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 194 unit: UntypedMap::const_iterator end() file: hessian2/object.hpp start line: 652 end line: 654 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 195 unit: OptConstRef toUntypedMap() file: hessian2/object.hpp start line: 687 end line: 689 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 196 unit: std::pair emplace() file: hessian2/object.hpp start line: 731 end line: 733 size: 3 LOC McCabe index: 2 number of parameters: 1 id: 197 unit: std::pair readLE() file: hessian2/reader.hpp start line: 73 end line: 75 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 198 unit: std::pair readBE() file: hessian2/reader.hpp start line: 78 end line: 80 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 199 unit: std::pair peekLE() file: hessian2/reader.hpp start line: 83 end line: 85 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 200 unit: std::pair peekBE() file: hessian2/reader.hpp start line: 88 end line: 90 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 201 unit: void Encoder::encodeFixedListEnd() file: hessian2/codec.cc start line: 31 end line: 33 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 202 unit: void Encoder::encodeClassInstanceEnd() file: hessian2/codec.cc start line: 51 end line: 53 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 203 unit: inline void ignoreResult() file: common/macros.h start line: 54 end line: 54 size: 1 LOC McCabe index: 1 number of parameters: 1 id: 204 unit: inline void ignoreUnused() file: common/macros.h start line: 57 end line: 57 size: 1 LOC McCabe index: 2 number of parameters: 1 id: 205 unit: virtual uint64_t length() file: example/reader_writer.cc start line: 29 end line: 29 size: 1 LOC McCabe index: 1 number of parameters: 0 id: 206 unit: static T to() file: hessian2/byte_order.h start line: 81 end line: 81 size: 1 LOC McCabe index: 1 number of parameters: 1 id: 207 unit: static T from() file: hessian2/byte_order.h start line: 83 end line: 83 size: 1 LOC McCabe index: 1 number of parameters: 1 id: 208 unit: static T to() file: hessian2/byte_order.h start line: 92 end line: 92 size: 1 LOC McCabe index: 1 number of parameters: 1 id: 209 unit: static T from() file: hessian2/byte_order.h start line: 94 end line: 94 size: 1 LOC McCabe index: 1 number of parameters: 1 id: 210 unit: static T to() file: hessian2/byte_order.h start line: 103 end line: 103 size: 1 LOC McCabe index: 1 number of parameters: 1 id: 211 unit: static T from() file: hessian2/byte_order.h start line: 105 end line: 105 size: 1 LOC McCabe index: 1 number of parameters: 1 id: 212 unit: static T to() file: hessian2/byte_order.h start line: 114 end line: 114 size: 1 LOC McCabe index: 1 number of parameters: 1 id: 213 unit: static T from() file: hessian2/byte_order.h start line: 116 end line: 116 size: 1 LOC McCabe index: 1 number of parameters: 1 id: 214 unit: static T to() file: hessian2/byte_order.h start line: 125 end line: 125 size: 1 LOC McCabe index: 1 number of parameters: 1 id: 215 unit: static T from() file: hessian2/byte_order.h start line: 127 end line: 127 size: 1 LOC McCabe index: 1 number of parameters: 1 id: 216 unit: static T to() file: hessian2/byte_order.h start line: 180 end line: 180 size: 1 LOC McCabe index: 1 number of parameters: 1 id: 217 unit: static T from() file: hessian2/byte_order.h start line: 182 end line: 182 size: 1 LOC McCabe index: 1 number of parameters: 1 id: 218 unit: void writeByte() file: hessian2/writer.hpp start line: 15 end line: 15 size: 1 LOC McCabe index: 1 number of parameters: 1 id: 219 unit: BinaryObject o() file: hessian2/basic_codec/object_codec_unittests.cc start line: 59 end line: 59 size: 1 LOC McCabe index: 1 number of parameters: 3 id: 220 unit: BinaryObject o() file: hessian2/basic_codec/object_codec_unittests.cc start line: 195 end line: 195 size: 1 LOC McCabe index: 1 number of parameters: 3 id: 221 unit: void Encoder::encodeVarListEnd() file: hessian2/codec.cc start line: 12 end line: 12 size: 1 LOC McCabe index: 1 number of parameters: 0 id: 222 unit: void Encoder::encodeMapEnd() file: hessian2/codec.cc start line: 45 end line: 45 size: 1 LOC McCabe index: 1 number of parameters: 0 id: 223 unit: uint64_t offset() file: hessian2/codec.hpp start line: 67 end line: 67 size: 1 LOC McCabe index: 1 number of parameters: 0 id: 224 unit: uint16_t getTypeRefSize() file: hessian2/codec.hpp start line: 68 end line: 68 size: 1 LOC McCabe index: 1 number of parameters: 0 id: 225 unit: uint16_t getDefRefSize() file: hessian2/codec.hpp start line: 69 end line: 69 size: 1 LOC McCabe index: 1 number of parameters: 0 id: 226 unit: ErrorCode errorCode() file: hessian2/codec.hpp start line: 70 end line: 70 size: 1 LOC McCabe index: 1 number of parameters: 0 id: 227 unit: int errorPos() file: hessian2/codec.hpp start line: 78 end line: 78 size: 1 LOC McCabe index: 1 number of parameters: 0 id: 228 unit: uint16_t getTypeRefSize() file: hessian2/codec.hpp start line: 135 end line: 135 size: 1 LOC McCabe index: 1 number of parameters: 0 id: 229 unit: uint16_t getDefRefSize() file: hessian2/codec.hpp start line: 136 end line: 136 size: 1 LOC McCabe index: 1 number of parameters: 0 id: 230 unit: uint16_t getValueRefSize() file: hessian2/codec.hpp start line: 137 end line: 137 size: 1 LOC McCabe index: 1 number of parameters: 0 id: 231 unit: ErrorCode errorCode() file: hessian2/codec.hpp start line: 164 end line: 164 size: 1 LOC McCabe index: 1 number of parameters: 0 id: 232 unit: std::string getErrorMessage() file: hessian2/codec.hpp start line: 165 end line: 165 size: 1 LOC McCabe index: 1 number of parameters: 0 id: 233 unit: std::size_t operator() file: hessian2/object.hpp start line: 71 end line: 71 size: 1 LOC McCabe index: 1 number of parameters: 0 id: 234 unit: virtual absl::optional toRefDest() file: hessian2/object.hpp start line: 283 end line: 283 size: 1 LOC McCabe index: 1 number of parameters: 0 id: 235 unit: size_t hash() file: hessian2/object.hpp start line: 301 end line: 301 size: 1 LOC McCabe index: 1 number of parameters: 0 id: 236 unit: Type type() file: hessian2/object.hpp start line: 308 end line: 308 size: 1 LOC McCabe index: 1 number of parameters: 0 id: 237 unit: Type type() file: hessian2/object.hpp start line: 320 end line: 320 size: 1 LOC McCabe index: 1 number of parameters: 0 id: 238 unit: bool equal() file: hessian2/object.hpp start line: 329 end line: 329 size: 1 LOC McCabe index: 1 number of parameters: 1 id: 239 unit: Type type() file: hessian2/object.hpp start line: 342 end line: 342 size: 1 LOC McCabe index: 1 number of parameters: 0 id: 240 unit: absl::optional toRefDest() file: hessian2/object.hpp start line: 343 end line: 343 size: 1 LOC McCabe index: 1 number of parameters: 0 id: 241 unit: size_t hash() file: hessian2/object.hpp start line: 347 end line: 347 size: 1 LOC McCabe index: 1 number of parameters: 0 id: 242 unit: size_t hash() file: hessian2/object.hpp start line: 407 end line: 407 size: 1 LOC McCabe index: 1 number of parameters: 0 id: 243 unit: Binary::iterator begin() file: hessian2/object.hpp start line: 464 end line: 464 size: 1 LOC McCabe index: 1 number of parameters: 0 id: 244 unit: Binary::iterator end() file: hessian2/object.hpp start line: 465 end line: 465 size: 1 LOC McCabe index: 1 number of parameters: 0 id: 245 unit: Binary::const_iterator begin() file: hessian2/object.hpp start line: 466 end line: 466 size: 1 LOC McCabe index: 1 number of parameters: 0 id: 246 unit: Binary::const_iterator end() file: hessian2/object.hpp start line: 467 end line: 467 size: 1 LOC McCabe index: 1 number of parameters: 0 id: 247 unit: std::string::iterator begin() file: hessian2/object.hpp start line: 491 end line: 491 size: 1 LOC McCabe index: 1 number of parameters: 0 id: 248 unit: std::string::iterator end() file: hessian2/object.hpp start line: 492 end line: 492 size: 1 LOC McCabe index: 1 number of parameters: 0 id: 249 unit: std::string::const_iterator begin() file: hessian2/object.hpp start line: 494 end line: 494 size: 1 LOC McCabe index: 1 number of parameters: 0 id: 250 unit: std::string::const_iterator end() file: hessian2/object.hpp start line: 495 end line: 495 size: 1 LOC McCabe index: 1 number of parameters: 0 id: 251 unit: void setUntypedList() file: hessian2/object.hpp start line: 507 end line: 507 size: 1 LOC McCabe index: 2 number of parameters: 1 id: 252 unit: Type type() file: hessian2/object.hpp start line: 510 end line: 510 size: 1 LOC McCabe index: 1 number of parameters: 0 id: 253 unit: UntypedList::iterator begin() file: hessian2/object.hpp start line: 550 end line: 550 size: 1 LOC McCabe index: 1 number of parameters: 0 id: 254 unit: UntypedList::iterator end() file: hessian2/object.hpp start line: 551 end line: 551 size: 1 LOC McCabe index: 1 number of parameters: 0 id: 255 unit: UntypedList::const_iterator begin() file: hessian2/object.hpp start line: 552 end line: 552 size: 1 LOC McCabe index: 1 number of parameters: 0 id: 256 unit: UntypedList::const_iterator end() file: hessian2/object.hpp start line: 553 end line: 553 size: 1 LOC McCabe index: 1 number of parameters: 0 id: 257 unit: void setTypedList() file: hessian2/object.hpp start line: 574 end line: 574 size: 1 LOC McCabe index: 2 number of parameters: 1 id: 258 unit: UntypedList::iterator begin() file: hessian2/object.hpp start line: 598 end line: 598 size: 1 LOC McCabe index: 1 number of parameters: 0 id: 259 unit: UntypedList::iterator end() file: hessian2/object.hpp start line: 599 end line: 599 size: 1 LOC McCabe index: 1 number of parameters: 0 id: 260 unit: UntypedList::const_iterator begin() file: hessian2/object.hpp start line: 601 end line: 601 size: 1 LOC McCabe index: 1 number of parameters: 0 id: 261 unit: UntypedList::const_iterator end() file: hessian2/object.hpp start line: 602 end line: 602 size: 1 LOC McCabe index: 1 number of parameters: 0 id: 262 unit: void setType() file: hessian2/object.hpp start line: 611 end line: 611 size: 1 LOC McCabe index: 1 number of parameters: 1 id: 263 unit: void setTypedMap() file: hessian2/object.hpp start line: 623 end line: 623 size: 1 LOC McCabe index: 2 number of parameters: 1 id: 264 unit: UntypedMap::iterator begin() file: hessian2/object.hpp start line: 647 end line: 647 size: 1 LOC McCabe index: 1 number of parameters: 0 id: 265 unit: UntypedMap::iterator end() file: hessian2/object.hpp start line: 648 end line: 648 size: 1 LOC McCabe index: 1 number of parameters: 0 id: 266 unit: void setUntypedMap() file: hessian2/object.hpp start line: 683 end line: 683 size: 1 LOC McCabe index: 2 number of parameters: 1 id: 267 unit: Type type() file: hessian2/object.hpp start line: 686 end line: 686 size: 1 LOC McCabe index: 1 number of parameters: 0 id: 268 unit: OptRef toMutableUntypedMap() file: hessian2/object.hpp start line: 690 end line: 690 size: 1 LOC McCabe index: 1 number of parameters: 0 id: 269 unit: UntypedMap::iterator begin() file: hessian2/object.hpp start line: 735 end line: 735 size: 1 LOC McCabe index: 1 number of parameters: 0 id: 270 unit: UntypedMap::iterator end() file: hessian2/object.hpp start line: 736 end line: 736 size: 1 LOC McCabe index: 1 number of parameters: 0 id: 271 unit: UntypedMap::const_iterator begin() file: hessian2/object.hpp start line: 737 end line: 737 size: 1 LOC McCabe index: 1 number of parameters: 0 id: 272 unit: UntypedMap::const_iterator end() file: hessian2/object.hpp start line: 738 end line: 738 size: 1 LOC McCabe index: 1 number of parameters: 0 id: 273 unit: void setClassInstance() file: hessian2/object.hpp start line: 767 end line: 767 size: 1 LOC McCabe index: 2 number of parameters: 1 id: 274 unit: size_t hash() file: hessian2/object.hpp start line: 772 end line: 772 size: 1 LOC McCabe index: 1 number of parameters: 0 id: 275 unit: virtual uint64_t length() file: hessian2/string_reader.hpp start line: 21 end line: 21 size: 1 LOC McCabe index: 1 number of parameters: 0 id: 276 unit: BinaryObject bin() file: hessian2/object_unittests.cc start line: 32 end line: 32 size: 1 LOC McCabe index: 1 number of parameters: 5 id: 277 unit: BinaryObject bin2() file: hessian2/object_unittests.cc start line: 49 end line: 49 size: 1 LOC McCabe index: 1 number of parameters: 5 id: 278 unit: virtual uint64_t offset() file: hessian2/reader.hpp start line: 16 end line: 16 size: 1 LOC McCabe index: 1 number of parameters: 0 id: 279 unit: virtual uint64_t byteAvailable() file: hessian2/reader.hpp start line: 21 end line: 21 size: 1 LOC McCabe index: 1 number of parameters: 0