Searched refs:decoded_ (Results 1 – 1 of 1) sorted by relevance
/external/webrtc/webrtc/base/ |
D | stringencode_unittest.cc | 70 memset(decoded_, 0x7f, sizeof(decoded_)); in HexEncodeTest() 75 char decoded_[11]; member in rtc::HexEncodeTest 85 dec_res_ = hex_decode(decoded_, sizeof(decoded_), encoded_, enc_res_); in TEST_F() 87 ASSERT_EQ(0, memcmp(data_, decoded_, dec_res_)); in TEST_F() 96 dec_res_ = hex_decode_with_delimiter(decoded_, sizeof(decoded_), in TEST_F() 99 ASSERT_EQ(0, memcmp(data_, decoded_, dec_res_)); in TEST_F() 107 dec_res_ = hex_decode_with_delimiter(decoded_, sizeof(decoded_), in TEST_F() 116 dec_res_ = hex_decode_with_delimiter(decoded_, sizeof(decoded_), in TEST_F() 126 dec_res_ = hex_decode(decoded_, sizeof(decoded_), encoded_, enc_res_); in TEST_F() 134 dec_res_ = hex_decode(decoded_, sizeof(decoded_), encoded_, enc_res_); in TEST_F() [all …]
|