Home
last modified time | relevance | path

Searched defs:NoCompression (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DCompression.h25 static constexpr int NoCompression = 0; variable
/third_party/grpc/src/python/grpcio/grpc/
D_compression.py17 NoCompression = cygrpc.CompressionAlgorithm.none variable
D__init__.py2077 NoCompression = _compression.NoCompression variable in Compression