HomeSort by relevance Sort by last modified time
    Searched defs:DataSegment (Results 1 - 3 of 3) sorted by null

  /external/image_io/includes/image_io/base/
data_segment.h 14 /// A DataSegment represents a portion of a larger "array" of byte data. Each
17 /// in that larger array. Instances of DataSegment are typically created or
21 class DataSegment {
24 /// DataSegment's buffer should be deallocated.
33 /// Creates a new DataSegment with the given DataRange and byte buffer.
38 static std::shared_ptr<DataSegment> Create(
42 /// Creates a new DataSegment with the given DataRange and byte buffer.
43 /// The DataSegment takes ownership of the buffer and will delete the buffer
44 /// when the DataSegment itself is destroyed.
46 /// @param buffer The byte data of the data segment; The DataSegment take
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/MpInitLib/
MpLib.h 174 UINTN DataSegment;