Searched refs:snappy (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/leveldatabase/port/
H A Dport_chromium.cc11 # include "third_party/snappy/src/snappy.h"
79 output->resize(snappy::MaxCompressedLength(input_length));
81 snappy::RawCompress(input, input_length, &(*output)[0], &outlen);
93 return snappy::GetUncompressedLength(input_data, input_length, result);
102 return snappy::RawUncompress(input_data, input_length, output);
/external/chromium_org/third_party/leveldatabase/src/port/
H A Dport_posix.h46 #include <snappy.h>
122 output->resize(snappy::MaxCompressedLength(length));
124 snappy::RawCompress(input, length, &(*output)[0], &outlen);
135 return snappy::GetUncompressedLength(input, length, result);
144 return snappy::RawUncompress(input, length, output);
/external/chromium_org/third_party/snappy/linux/
H A Dsnappy-stubs-public.h32 // This file cannot include config.h, as it is included from snappy.h,
33 // which is a public header. Instead, snappy-stubs-public.h is generated by
34 // from snappy-stubs-public.h.in at configure time.
59 namespace snappy { namespace
96 } // namespace snappy
/external/chromium_org/third_party/snappy/mac/
H A Dsnappy-stubs-public.h32 // This file cannot include config.h, as it is included from snappy.h,
33 // which is a public header. Instead, snappy-stubs-public.h is generated by
34 // from snappy-stubs-public.h.in at configure time.
59 namespace snappy { namespace
96 } // namespace snappy
/external/chromium_org/third_party/snappy/win32/
H A Dsnappy-stubs-public.h32 // This file cannot include config.h, as it is included from snappy.h,
33 // which is a public header. Instead, snappy-stubs-public.h is generated by
34 // from snappy-stubs-public.h.in at configure time.
59 namespace snappy { namespace
102 } // namespace snappy

Completed in 251 milliseconds