Home | History | Annotate | Download | only in safe_browsing

Lines Matching refs:deltas_

13 //  5, 16, 65391 in |deltas_|.
15 // 10000 in |deltas_|.
16 // |index_.size()| will be 2, |deltas_.size()| will be 4.
44 // 4 byte |deltas_.size()|
46 // m * 2 byte |&deltas_[0]..&deltas_[m]|
93 // Check whether |index_| and |deltas_| still match the CRC
108 // Top-level index of prefix to offset in |deltas_|. Each pair
110 // begin in |deltas_|. The deltas for a pair end at the next pair's
111 // index into |deltas_|.
116 // |index_|, or the end of |deltas_| for the last |index_| pair.
117 std::vector<uint16> deltas_;