HomeSort by relevance Sort by last modified time
    Searched refs:TEST_AND_RETURN_VALUE (Results 1 - 4 of 4) sorted by null

  /external/puffin/src/
main.cc 211 TEST_AND_RETURN_VALUE(!FLAGS_operation.empty(), -1);
212 TEST_AND_RETURN_VALUE(!FLAGS_src_file.empty(), -1);
213 TEST_AND_RETURN_VALUE(!FLAGS_dst_file.empty(), -1);
225 TEST_AND_RETURN_VALUE(src_stream, -1);
229 TEST_AND_RETURN_VALUE(src_stream, -1);
233 TEST_AND_RETURN_VALUE(
242 TEST_AND_RETURN_VALUE(FindDeflateSubBlocks(src_stream, src_deflates_byte,
246 TEST_AND_RETURN_VALUE(dst_puffs.empty(), -1);
248 TEST_AND_RETURN_VALUE(FindPuffLocations(src_stream, src_deflates_bit,
253 TEST_AND_RETURN_VALUE(dst_stream, -1)
    [all...]
set_errors.h 24 #define TEST_AND_RETURN_VALUE(_x, _v) \
file_stream.cc 21 TEST_AND_RETURN_VALUE(read || write, nullptr);
33 TEST_AND_RETURN_VALUE(fd >= 0, nullptr);
puffin_stream.cc 64 TEST_AND_RETURN_VALUE(CheckArgsIntegrity(puff_size, deflates, puffs),
66 TEST_AND_RETURN_VALUE(stream->Seek(0), nullptr);
71 TEST_AND_RETURN_VALUE(puffin_stream->Seek(0), nullptr);
81 TEST_AND_RETURN_VALUE(CheckArgsIntegrity(puff_size, deflates, puffs),
83 TEST_AND_RETURN_VALUE(stream->Seek(0), nullptr);
87 TEST_AND_RETURN_VALUE(puffin_stream->Seek(0), nullptr);

Completed in 158 milliseconds