HomeSort by relevance Sort by last modified time
    Searched defs:DoSetLength (Results 1 - 3 of 3) sorted by null

  /external/dng_sdk/source/
dng_memory_stream.cpp 116 void dng_memory_stream::DoSetLength (uint64 length)
129 ThrowMemoryFull ("Arithmetic overflow in DoSetLength()");
136 ThrowMemoryFull ("Arithmetic overflow in DoSetLength()");
191 DoSetLength (Max_uint64 (fMemoryStreamLength,
dng_fingerprint.h 356 virtual void DoSetLength (uint64 length)
dng_stream.cpp 105 void dng_stream::DoSetLength (uint64 /* length */)
370 DoSetLength (length);

Completed in 793 milliseconds