HomeSort by relevance Sort by last modified time
    Searched refs:decode_position_ (Results 1 - 3 of 3) sorted by null

  /external/chromium/sdch/open-vcdiff/src/
addrcache_test.cc 39 VCDiffAddressCacheTest() : decode_position_(NULL),
60 decode_position_ = address_stream_.data();
61 EXPECT_TRUE(decode_position_ != NULL);
62 last_decode_position_ = decode_position_;
63 decode_position_end_ = decode_position_ + address_stream_.size();
72 EXPECT_EQ(last_decode_position_ + n, decode_position_);
73 last_decode_position_ = decode_position_;
120 const char* decode_position_; member in class:open_vcdiff::__anon2959::VCDiffAddressCacheTest
283 &decode_position_,
289 &decode_position_,
    [all...]
  /external/chromium_org/sdch/open-vcdiff/src/
addrcache_test.cc 39 VCDiffAddressCacheTest() : decode_position_(NULL),
60 decode_position_ = address_stream_.data();
61 EXPECT_TRUE(decode_position_ != NULL);
62 last_decode_position_ = decode_position_;
63 decode_position_end_ = decode_position_ + address_stream_.size();
72 EXPECT_EQ(last_decode_position_ + n, decode_position_);
73 last_decode_position_ = decode_position_;
120 const char* decode_position_; member in class:open_vcdiff::__anon10347::VCDiffAddressCacheTest
283 &decode_position_,
289 &decode_position_,
    [all...]
  /external/open-vcdiff/src/
addrcache_test.cc 39 VCDiffAddressCacheTest() : decode_position_(NULL),
60 decode_position_ = address_stream_.data();
61 EXPECT_TRUE(decode_position_ != NULL);
62 last_decode_position_ = decode_position_;
63 decode_position_end_ = decode_position_ + address_stream_.size();
72 EXPECT_EQ(last_decode_position_ + n, decode_position_);
73 last_decode_position_ = decode_position_;
120 const char* decode_position_; member in class:open_vcdiff::__anon23953::VCDiffAddressCacheTest
283 &decode_position_,
289 &decode_position_,
    [all...]

Completed in 25 milliseconds