Home
last modified time | relevance | path

Searched refs:StatusBufferTooShort (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/Support/
DCompression.h36 StatusBufferTooShort, // there was not enough room in the output buffer enumerator
/external/llvm/unittests/Support/
DCompressionTest.cpp36 EXPECT_EQ(zlib::StatusBufferTooShort, in TestZlibCompression()
/external/llvm/lib/Support/
DCompression.cpp41 case Z_BUF_ERROR: return zlib::StatusBufferTooShort; in encodeZlibReturnValue()