Searched defs:DataDescriptor (Results 1 – 2 of 2) sorted by relevance
148 struct DataDescriptor { struct149 PtrType _cow;151 PtrType _data;152 uint32_t _offset;153 uint32_t _size;154 uint32_t _muts;155 uint32_t _used;
25 DataDescriptor::DataDescriptor(Value descriptor) : StructBuilder(descriptor) { in DataDescriptor() function in DataDescriptor