OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EncodeChunk
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/sdch/open-vcdiff/src/google/
vcencoder.h
124
// if (!v.
EncodeChunk
(data_buf, data_len, &output_string)) {
141
// StartEncoding
EncodeChunk
* FinishEncoding
175
bool
EncodeChunk
(const char* data, size_t len, OutputType* output) {
/external/open-vcdiff/src/google/
vcencoder.h
124
// if (!v.
EncodeChunk
(data_buf, data_len, &output_string)) {
141
// StartEncoding
EncodeChunk
* FinishEncoding
175
bool
EncodeChunk
(const char* data, size_t len, OutputType* output) {
/external/chromium/sdch/open-vcdiff/src/google/
vcencoder.h
154
// if (!v.
EncodeChunk
(data_buf, data_len, &output_string)) {
171
// StartEncoding
EncodeChunk
* FinishEncoding
205
bool
EncodeChunk
(const char* data, size_t len, OutputType* output) {
/external/chromium/sdch/open-vcdiff/src/
vcencoder.cc
61
bool
EncodeChunk
(const char* data, size_t len, OutputStringInterface* out);
89
// This state variable is used to ensure that StartEncoding(),
EncodeChunk
(),
92
//
EncodeChunk
(), but FinishEncoding() has not yet been called. It will
143
inline bool VCDiffStreamingEncoderImpl::
EncodeChunk
(
148
LOG(ERROR) << "
EncodeChunk
called before StartEncoding" << LOG_ENDL;
166
// since
EncodeChunk
() encodes a complete target window
190
return impl_->
EncodeChunk
(data, len, out);
/external/chromium_org/sdch/open-vcdiff/src/
vcencoder.cc
62
bool
EncodeChunk
(const char* data, size_t len, OutputStringInterface* out);
78
// This state variable is used to ensure that StartEncoding(),
EncodeChunk
(),
81
//
EncodeChunk
(), but FinishEncoding() has not yet been called. It will
121
inline bool VCDiffStreamingEncoderImpl::
EncodeChunk
(
126
VCD_ERROR << "
EncodeChunk
called before StartEncoding" << VCD_ENDL;
166
return impl_->
EncodeChunk
(data, len, out);
/external/open-vcdiff/src/
vcencoder.cc
62
bool
EncodeChunk
(const char* data, size_t len, OutputStringInterface* out);
78
// This state variable is used to ensure that StartEncoding(),
EncodeChunk
(),
81
//
EncodeChunk
(), but FinishEncoding() has not yet been called. It will
121
inline bool VCDiffStreamingEncoderImpl::
EncodeChunk
(
126
VCD_ERROR << "
EncodeChunk
called before StartEncoding" << VCD_ENDL;
166
return impl_->
EncodeChunk
(data, len, out);
/external/chromium_org/net/http/
http_stream_parser.cc
487
result =
EncodeChunk
(payload,
931
int HttpStreamParser::
EncodeChunk
(const base::StringPiece& payload,
[
all
...]
Completed in 48 milliseconds