class Mapping
Defined at line 148 of file ../../zircon/system/utest/core/vmo/helpers.h
Simple class for managing vmo mappings w/o any external dependencies.
Public Methods
void ~Mapping ()
Defined at line 150 of file ../../zircon/system/utest/core/vmo/helpers.h
zx_status_t Init (const zx::vmo & vmo, size_t len)
Defined at line 156 of file ../../zircon/system/utest/core/vmo/helpers.h
uint32_t * ptr ()
Defined at line 163 of file ../../zircon/system/utest/core/vmo/helpers.h
uint8_t * bytes ()
Defined at line 164 of file ../../zircon/system/utest/core/vmo/helpers.h