HomeSort by relevance Sort by last modified time
    Searched full:decoded_ (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/base/
stringencode_unittest.cc 86 memset(decoded_, 0x7f, sizeof(decoded_));
91 char decoded_[11]; member in class:talk_base::HexEncodeTest
101 dec_res_ = hex_decode(decoded_, sizeof(decoded_), encoded_, enc_res_);
103 ASSERT_EQ(0, memcmp(data_, decoded_, dec_res_));
112 dec_res_ = hex_decode_with_delimiter(decoded_, sizeof(decoded_),
115 ASSERT_EQ(0, memcmp(data_, decoded_, dec_res_));
123 dec_res_ = hex_decode_with_delimiter(decoded_, sizeof(decoded_)
    [all...]

Completed in 2585 milliseconds