Home
last modified time | relevance | path

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

/commonlibrary/c_utils/base/src/
H A Dparcel.cpp159 bool Parcel::IsReadObjectData(const size_t nextObj, const size_t upperBound) in IsReadObjectData() argument
162 auto offset = objects[nextObj]; in IsReadObjectData()
183 size_t nextObj = nextObjectIdx_; in ValidateReadData() local
185 if (readPos < objects[nextObj] + sizeof(parcel_flat_binder_object)) { in ValidateReadData()
186 if (!IsReadObjectData(nextObj, upperBound)) { in ValidateReadData()
190 nextObj++; in ValidateReadData()
191 } while (nextObj < objSize && upperBound > objects[nextObj]); in ValidateReadData()
192 nextObjectIdx_ = nextObj; in ValidateReadData()
/commonlibrary/c_utils/base/include/
H A Dparcel.h837 bool IsReadObjectData(const size_t nextObj, const size_t upperBound);

Completed in 4 milliseconds