Searched refs:byte_t (Results 1 – 17 of 17) sorted by relevance
25 using byte_t = char; typedef353 using Name = vec<byte_t>;526 using Message = vec<byte_t>; // null terminated576 static auto validate(Store*, const vec<byte_t>& binary) -> bool;577 static auto make(Store*, const vec<byte_t>& binary) -> own<Module>;586 auto serialize() const -> vec<byte_t>;587 static auto deserialize(Store*, const vec<byte_t>&) -> own<Module>;707 auto data() const -> byte_t*;
30 typedef char byte_t; typedef88 typedef byte_t wasm_byte_t;465 byte_t* wasm_memory_data(wasm_memory_t*);
30 typedef uint8_t byte_t; typedef
59 auto ReadLebU64(const byte_t** pos) -> uint64_t { in ReadLebU64()62 byte_t b; in ReadLebU64()887 const vec<byte_t>& chars) { in VecToString()1040 return vec<byte_t>::adopt(length, utf8.release()); in message()1123 auto Module::validate(Store* store_abs, const vec<byte_t>& binary) -> bool { in validate()1131 auto Module::make(Store* store_abs, const vec<byte_t>& binary) -> own<Module> { in make()1191 auto Module::serialize() const -> vec<byte_t> { in serialize()1201 vec<byte_t> buffer = in serialize()1202 vec<byte_t>::make_uninitialized(size_size + binary_size + serial_size); in serialize()1203 byte_t* ptr = buffer.get(); in serialize()[all …]
31 auto binary = wasm::vec<byte_t>::make_uninitialized(file_size); in run()
33 auto binary = wasm::vec<byte_t>::make_uninitialized(file_size); in run()
29 auto binary = wasm::vec<byte_t>::make_uninitialized(file_size); in run_in_store()
39 auto binary = wasm::vec<byte_t>::make_uninitialized(file_size); in run()
89 auto binary = wasm::vec<byte_t>::make_uninitialized(file_size); in main()
41 auto binary = wasm::vec<byte_t>::make_uninitialized(file_size); in run()
86 auto binary = wasm::vec<byte_t>::make_uninitialized(file_size); in run()
71 auto binary = wasm::vec<byte_t>::make_uninitialized(file_size); in run()
77 auto binary = wasm::vec<byte_t>::make_uninitialized(file_size); in run()
85 auto binary = wasm::vec<byte_t>::make_uninitialized(file_size); in run()
65 auto binary = wasm::vec<byte_t>::make_uninitialized(file_size); in run()
124 auto binary = wasm::vec<byte_t>::make_uninitialized(file_size); in run()