Home
last modified time | relevance | path

Searched refs:open_vcdiff (Results 1 – 25 of 171) sorted by relevance

1234567

/external/chromium_org/sdch/open-vcdiff/src/
Dvcdiff_main.cc75 namespace open_vcdiff { namespace
157 std::auto_ptr<open_vcdiff::HashedDictionary> hashed_dictionary_;
381 hashed_dictionary_.reset(new open_vcdiff::HashedDictionary("", 0)); in Encode()
384 new open_vcdiff::HashedDictionary(&dictionary_[0], in Encode()
391 VCDiffFormatExtensionFlags format_flags = open_vcdiff::VCD_STANDARD_FORMAT; in Encode()
393 format_flags |= open_vcdiff::VCD_FORMAT_INTERLEAVED; in Encode()
396 format_flags |= open_vcdiff::VCD_FORMAT_CHECKSUM; in Encode()
399 format_flags |= open_vcdiff::VCD_FORMAT_JSON; in Encode()
401 open_vcdiff::VCDiffStreamingEncoder encoder(hashed_dictionary_.get(), in Encode()
453 open_vcdiff::VCDiffStreamingDecoder decoder; in Decode()
[all …]
Dlogging.h23 namespace open_vcdiff {
39 #define VCD_DFATAL open_vcdiff::g_fatal_error_occurred = true; \
46 open_vcdiff::CheckFatalError();
Dcompile_assert.h21 namespace open_vcdiff {
50 typedef open_vcdiff::CompileAssert<static_cast<bool>(expr)> \
Dlogging.cc19 namespace open_vcdiff { namespace
Doutput_string_crope.h27 namespace open_vcdiff {
Dvcdiff_defs.h28 namespace open_vcdiff {
/external/open-vcdiff/src/
Dvcdiff_main.cc75 namespace open_vcdiff { namespace
157 std::auto_ptr<open_vcdiff::HashedDictionary> hashed_dictionary_;
381 hashed_dictionary_.reset(new open_vcdiff::HashedDictionary("", 0)); in Encode()
384 new open_vcdiff::HashedDictionary(&dictionary_[0], in Encode()
391 VCDiffFormatExtensionFlags format_flags = open_vcdiff::VCD_STANDARD_FORMAT; in Encode()
393 format_flags |= open_vcdiff::VCD_FORMAT_INTERLEAVED; in Encode()
396 format_flags |= open_vcdiff::VCD_FORMAT_CHECKSUM; in Encode()
399 format_flags |= open_vcdiff::VCD_FORMAT_JSON; in Encode()
401 open_vcdiff::VCDiffStreamingEncoder encoder(hashed_dictionary_.get(), in Encode()
453 open_vcdiff::VCDiffStreamingDecoder decoder; in Decode()
[all …]
Dlogging.h23 namespace open_vcdiff {
39 #define VCD_DFATAL open_vcdiff::g_fatal_error_occurred = true; \
46 open_vcdiff::CheckFatalError();
Dcompile_assert.h21 namespace open_vcdiff {
50 typedef open_vcdiff::CompileAssert<static_cast<bool>(expr)> \
Dlogging.cc19 namespace open_vcdiff { namespace
Doutput_string_crope.h27 namespace open_vcdiff {
Dvcdiff_defs.h28 namespace open_vcdiff {
/external/chromium/sdch/open-vcdiff/src/
Dvcdiff_main.cc74 namespace open_vcdiff { namespace
156 std::auto_ptr<open_vcdiff::HashedDictionary> hashed_dictionary_;
380 hashed_dictionary_.reset(new open_vcdiff::HashedDictionary("", 0)); in Encode()
383 new open_vcdiff::HashedDictionary(&dictionary_[0], in Encode()
390 VCDiffFormatExtensionFlags format_flags = open_vcdiff::VCD_STANDARD_FORMAT; in Encode()
392 format_flags |= open_vcdiff::VCD_FORMAT_INTERLEAVED; in Encode()
395 format_flags |= open_vcdiff::VCD_FORMAT_CHECKSUM; in Encode()
397 open_vcdiff::VCDiffStreamingEncoder encoder(hashed_dictionary_.get(), in Encode()
449 open_vcdiff::VCDiffStreamingDecoder decoder; in Decode()
513 open_vcdiff::VCDiffStreamingDecoder decoder; in DecodeAndCompare()
[all …]
Dlogging.h28 namespace open_vcdiff {
62 #define LOG(level) LogMessage(open_vcdiff::level, #level)
64 open_vcdiff::CheckFatalError();
Dlogging.cc20 namespace open_vcdiff { namespace
Doutput_string_crope.h27 namespace open_vcdiff {
Dvcdiff_defs.h28 namespace open_vcdiff {
/external/chromium/net/base/
Dsdch_filter.h24 namespace open_vcdiff {
78 scoped_ptr<open_vcdiff::VCDiffStreamingDecoder> vcdiff_streaming_decoder_;
/external/chromium_org/net/base/
Dsdch_filter.h24 namespace open_vcdiff {
79 scoped_ptr<open_vcdiff::VCDiffStreamingDecoder> vcdiff_streaming_decoder_;
/external/chromium/sdch/open-vcdiff/
DREADME23 open_vcdiff::VCDiffEncoder encoder(dictionary.data(), dictionary.size());
24 encoder.SetFormatFlags(open_vcdiff::VCD_FORMAT_INTERLEAVED);
30 open_vcdiff::VCDiffDecoder decoder;
/external/chromium_org/sdch/open-vcdiff/
DREADME23 open_vcdiff::VCDiffEncoder encoder(dictionary.data(), dictionary.size());
24 encoder.SetFormatFlags(open_vcdiff::VCD_FORMAT_INTERLEAVED);
30 open_vcdiff::VCDiffDecoder decoder;
/external/open-vcdiff/
DREADME23 open_vcdiff::VCDiffEncoder encoder(dictionary.data(), dictionary.size());
24 encoder.SetFormatFlags(open_vcdiff::VCD_FORMAT_INTERLEAVED);
30 open_vcdiff::VCDiffDecoder decoder;
/external/chromium_org/sdch/open-vcdiff/src/google/
Dformat_extension_flags.h18 namespace open_vcdiff {
/external/open-vcdiff/src/google/
Dformat_extension_flags.h18 namespace open_vcdiff {
/external/chromium/net/
DDEPS7 "+sdch/open_vcdiff",

1234567