Home
last modified time | relevance | path

Searched defs:Compressor (Results 1 – 5 of 5) sorted by relevance

/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
DBitfields.h121 struct Compressor { struct
134 template <typename T, unsigned Bits> struct Compressor<T, Bits, false> { argument
/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/ADT/
DBitfields.h121 struct Compressor { struct
134 template <typename T, unsigned Bits> struct Compressor<T, Bits, false> { argument
/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
DBitfields.h121 struct Compressor { struct
134 template <typename T, unsigned Bits> struct Compressor<T, Bits, false> { argument
/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/
DBitfields.h121 struct Compressor { struct
134 template <typename T, unsigned Bits> struct Compressor<T, Bits, false> { argument
/prebuilts/go/linux-x86/src/archive/zip/
Dregister.go19 type Compressor func(w io.Writer) (io.WriteCloser, error) type
127 func RegisterCompressor(method uint16, comp Compressor) {