OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:address_cache_
(Results
1 - 6
of
6
) sorted by null
/external/chromium/sdch/open-vcdiff/src/
encodetable.cc
60
address_cache_
(near_cache_size, same_cache_size),
99
if (!
address_cache_
.Init()) {
228
const unsigned char mode =
address_cache_
.EncodeAddress(
233
if (
address_cache_
.WriteAddressAsVarintForMode(mode)) {
356
// Notably, Init() calls
address_cache_
.Init(). This resets the address
encodetable.h
182
VCDiffAddressCache
address_cache_
;
member in class:open_vcdiff::VCDiffCodeTableWriter
/external/chromium_org/sdch/open-vcdiff/src/
encodetable.cc
76
address_cache_
(near_cache_size, same_cache_size),
115
if (!
address_cache_
.Init()) {
260
const unsigned char mode =
address_cache_
.EncodeAddress(
265
if (
address_cache_
.WriteAddressAsVarintForMode(mode)) {
384
// Notably, Init() calls
address_cache_
.Init(). This resets the address
encodetable.h
183
VCDiffAddressCache
address_cache_
;
member in class:open_vcdiff::VCDiffCodeTableWriter
/external/open-vcdiff/src/
encodetable.cc
76
address_cache_
(near_cache_size, same_cache_size),
115
if (!
address_cache_
.Init()) {
260
const unsigned char mode =
address_cache_
.EncodeAddress(
265
if (
address_cache_
.WriteAddressAsVarintForMode(mode)) {
384
// Notably, Init() calls
address_cache_
.Init(). This resets the address
encodetable.h
183
VCDiffAddressCache
address_cache_
;
member in class:open_vcdiff::VCDiffCodeTableWriter
Completed in 648 milliseconds