OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
WasmYAML.h
107
struct
DataSegment
{
312
std::vector<
DataSegment
> Segments;
331
LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::WasmYAML::
DataSegment
)
426
template <> struct MappingTraits<WasmYAML::
DataSegment
> {
427
static void mapping(IO &IO, WasmYAML::
DataSegment
&Segment);
Completed in 651 milliseconds