OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dictionary_ptr
(Results
1 - 3
of
3
) sorted by null
/external/chromium/sdch/open-vcdiff/src/
vcdecoder.cc
342
void StartDecoding(const char*
dictionary_ptr
, size_t dictionary_size);
466
const char*
dictionary_ptr
() const { return dictionary_ptr_; }
function in class:open_vcdiff::VCDiffStreamingDecoderImpl
638
void VCDiffStreamingDecoderImpl::StartDecoding(const char*
dictionary_ptr
,
648
dictionary_ptr_ =
dictionary_ptr
;
[
all
...]
/external/chromium_org/sdch/open-vcdiff/src/
vcdecoder.cc
335
void StartDecoding(const char*
dictionary_ptr
, size_t dictionary_size);
459
const char*
dictionary_ptr
() const { return dictionary_ptr_; }
function in class:open_vcdiff::VCDiffStreamingDecoderImpl
639
void VCDiffStreamingDecoderImpl::StartDecoding(const char*
dictionary_ptr
,
649
dictionary_ptr_ =
dictionary_ptr
;
[
all
...]
/external/open-vcdiff/src/
vcdecoder.cc
335
void StartDecoding(const char*
dictionary_ptr
, size_t dictionary_size);
459
const char*
dictionary_ptr
() const { return dictionary_ptr_; }
function in class:open_vcdiff::VCDiffStreamingDecoderImpl
639
void VCDiffStreamingDecoderImpl::StartDecoding(const char*
dictionary_ptr
,
649
dictionary_ptr_ =
dictionary_ptr
;
[
all
...]
Completed in 65 milliseconds