Home
last modified time | relevance | path

Searched refs:ValidateBufferSize (Results 1 – 2 of 2) sorted by relevance

/external/pigweed/pw_hex_dump/
Dhex_dump.cc129 if (!ValidateBufferSize().ok() || dest_.data() == nullptr) { in DumpLine()
218 return ValidateBufferSize().ok() ? OkStatus() : Status::ResourceExhausted(); in SetLineBuffer()
230 return ValidateBufferSize().ok() ? OkStatus() : Status::FailedPrecondition(); in BeginDump()
233 Status FormattedHexDumper::ValidateBufferSize() { in ValidateBufferSize() function in pw::dump::FormattedHexDumper
/external/pigweed/pw_hex_dump/public/pw_hex_dump/
Dhex_dump.h146 Status ValidateBufferSize();