Searched refs:ptr_from (Results 1 – 1 of 1) sorted by relevance
161 const uint8_t *ptr_from = pc_ + offset; in GetPointer() local163 const uint8_t *ptr_to = ptr_from + size - 1; in GetPointer()164 if (from_ == nullptr || ptr_from < from_ || ptr_to > to_) { in GetPointer()168 return ptr_from; in GetPointer()