Lines Matching defs:data
44 uint8_t** data,
48 uint8_t* data,
78 const uint8_t* data() const { return data_; }
188 // from the start of the embedded data section.
193 // of the embedded data section.
229 // data:
230 // [0] hash of the data section
262 // The variable-size data section starts here.
269 EmbeddedData(const uint8_t* code, uint32_t code_size, const uint8_t* data,
271 : code_(code), code_size_(code_size), data_(data), data_size_(data_size) {
274 DCHECK_NOT_NULL(data);
306 // The data section contains both descriptions of the code section (hashes,