Home
last modified time | relevance | path

Searched refs:isValidate (Results 1 - 2 of 2) sorted by relevance

/commonlibrary/c_utils/base/include/
H A Dparcel.h522 const uint8_t *ReadBuffer(size_t length, bool isValidate);
/commonlibrary/c_utils/base/src/
H A Dparcel.cpp667 const uint8_t *Parcel::ReadBuffer(size_t length, bool isValidate) in ReadBuffer() argument
673 if (isValidate && !ValidateReadData(upperBound)) { in ReadBuffer()

Completed in 4 milliseconds