#include <wasm-module.h>
Definition at line 57 of file wasm-module.h.
◆ WireBytesRef() [1/2]
v8::internal::wasm::WireBytesRef::WireBytesRef |
( |
| ) |
|
|
constexprdefault |
◆ WireBytesRef() [2/2]
v8::internal::wasm::WireBytesRef::WireBytesRef |
( |
uint32_t | offset, |
|
|
uint32_t | length ) |
|
inlineconstexpr |
◆ end_offset()
uint32_t v8::internal::wasm::WireBytesRef::end_offset |
( |
| ) |
const |
|
inline |
◆ is_empty()
bool v8::internal::wasm::WireBytesRef::is_empty |
( |
| ) |
const |
|
inline |
◆ is_set()
bool v8::internal::wasm::WireBytesRef::is_set |
( |
| ) |
const |
|
inline |
◆ length()
uint32_t v8::internal::wasm::WireBytesRef::length |
( |
| ) |
const |
|
inline |
◆ offset()
uint32_t v8::internal::wasm::WireBytesRef::offset |
( |
| ) |
const |
|
inline |
◆ length_
uint32_t v8::internal::wasm::WireBytesRef::length_ = 0 |
|
private |
◆ offset_
uint32_t v8::internal::wasm::WireBytesRef::offset_ = 0 |
|
private |
The documentation for this class was generated from the following file: