Searched defs:hash_table_ (Results 1 - 5 of 5) sorted by relevance

/external/chromium/chrome/common/
H A Dvisitedlink_common.h78 *fingerprints = hash_table_;
97 if (!hash_table_)
99 return hash_table_[table_offset];
123 VisitedLinkCommon::Fingerprint* hash_table_; member in class:VisitedLinkCommon
/external/chromium_org/components/visitedlink/common/
H A Dvisitedlink_common.h79 *fingerprints = hash_table_;
98 if (!hash_table_)
100 return hash_table_[table_offset];
124 VisitedLinkCommon::Fingerprint* hash_table_; member in class:visitedlink::VisitedLinkCommon
/external/chromium/sdch/open-vcdiff/src/
H A Dblockhash.h130 // Init() dynamically allocates hash_table_ and next_block_table_.
454 // value. The value of each element of hash_table_ is the lowest block
459 std::vector<int> hash_table_; member in class:open_vcdiff::BlockHash
467 // B that is referenced in hash_table_, last_block_table_[B] will contain
470 // is not referenced in hash_table_, the value of last_block_table_[B'] is -1.
480 // from 0 to the number of elements in hash_table_.
/external/chromium_org/sdch/open-vcdiff/src/
H A Dblockhash.h130 // Init() dynamically allocates hash_table_ and next_block_table_.
454 // value. The value of each element of hash_table_ is the lowest block
459 std::vector<int> hash_table_; member in class:open_vcdiff::BlockHash
467 // B that is referenced in hash_table_, last_block_table_[B] will contain
470 // is not referenced in hash_table_, the value of last_block_table_[B'] is -1.
480 // from 0 to the number of elements in hash_table_.
/external/open-vcdiff/src/
H A Dblockhash.h130 // Init() dynamically allocates hash_table_ and next_block_table_.
454 // value. The value of each element of hash_table_ is the lowest block
459 std::vector<int> hash_table_; member in class:open_vcdiff::BlockHash
467 // B that is referenced in hash_table_, last_block_table_[B] will contain
470 // is not referenced in hash_table_, the value of last_block_table_[B'] is -1.
480 // from 0 to the number of elements in hash_table_.

Completed in 249 milliseconds