Home | History | Annotate | Download | only in Core

Lines Matching refs:data_bytes

239             const uint8_t * data_bytes = data->GetBytes();
240 if (data_bytes != NULL)
242 assert(m_start >= data_bytes);
243 return m_start - data_bytes;