#include <leb-helper.h>
Definition at line 23 of file leb-helper.h.
◆ sizeof_i32v()
static size_t v8::internal::wasm::LEBHelper::sizeof_i32v |
( |
int32_t | val | ) |
|
|
inlinestatic |
◆ sizeof_i64v()
static size_t v8::internal::wasm::LEBHelper::sizeof_i64v |
( |
int64_t | val | ) |
|
|
inlinestatic |
◆ sizeof_u32v()
static size_t v8::internal::wasm::LEBHelper::sizeof_u32v |
( |
size_t | val | ) |
|
|
inlinestatic |
◆ sizeof_u64v()
static size_t v8::internal::wasm::LEBHelper::sizeof_u64v |
( |
uint64_t | val | ) |
|
|
inlinestatic |
◆ write_i32v()
static void v8::internal::wasm::LEBHelper::write_i32v |
( |
uint8_t ** | dest, |
|
|
int32_t | val ) |
|
inlinestatic |
◆ write_i64v()
static void v8::internal::wasm::LEBHelper::write_i64v |
( |
uint8_t ** | dest, |
|
|
int64_t | val ) |
|
inlinestatic |
◆ write_u32v()
static void v8::internal::wasm::LEBHelper::write_u32v |
( |
uint8_t ** | dest, |
|
|
uint32_t | val ) |
|
inlinestatic |
◆ write_u64v()
static void v8::internal::wasm::LEBHelper::write_u64v |
( |
uint8_t ** | dest, |
|
|
uint64_t | val ) |
|
inlinestatic |
The documentation for this class was generated from the following file: