MCPcopy Create free account

hub / github.com/callstackincubator/polygen / functions

Functions615 in github.com/callstackincubator/polygen

MethodwriteFloat64
* Writes a 64-bit floating point number to the buffer at the current offset. * * @param n - The 64-bit floating point number to write. * @ret
packages/binary-utils/src/binary-writer.ts:200
MethodwriteInt16
* Writes a signed 16-bit integer to the buffer at the current offset. * * @param n The 16-bit integer value to be written. * @return Returns
packages/binary-utils/src/binary-writer.ts:99
MethodwriteInt32
* Writes a signed 32-bit integer to the buffer at the current offset. * * @param n The 32-bit signed integer to write. * @return The current
packages/binary-utils/src/binary-writer.ts:111
MethodwriteInt64
* Writes a signed 64-bit integer to the buffer at the current offset. * * @param n The 64-bit signed integer to write, represented as a bigint.
packages/binary-utils/src/binary-writer.ts:123
MethodwriteInt8
* Writes a signed 8-bit integer to the buffer at the current offset. * * @param n - The signed 8-bit integer to write. * @return The `BinaryW
packages/binary-utils/src/binary-writer.ts:87
MethodwriteUint32
* Writes an unsigned 32-bit integer to the buffer at the current offset. * * @param n - The 32-bit unsigned integer to write. * @return Retur
packages/binary-utils/src/binary-writer.ts:164
MethodwriteUint64
* Writes an unsigned 64-bit integer to the buffer at the current offset. * * @param n - The 64-bit unsigned integer to write, represented as a b
packages/binary-utils/src/binary-writer.ts:176
Method~ExternRefTable
packages/polygen/cpp/ReactNativePolygen/WebAssembly/ExternRefTable.h:30
Method~FuncRefTable
packages/polygen/cpp/ReactNativePolygen/WebAssembly/FuncRefTable.h:31
Method~Memory
packages/polygen/cpp/ReactNativePolygen/WebAssembly/Memory.h:23
Method~Module
packages/polygen/cpp/ReactNativePolygen/WebAssembly/Module.h:57
Method~ReactNativePolygen
packages/polygen/cpp/ReactNativePolygen/ReactNativePolygen.cpp:24
Method~SharedLibraryModule
packages/polygen/cpp/ReactNativePolygen/SharedLibraryModule.h:32
Method~StaticLibraryModule
packages/polygen/cpp/ReactNativePolygen/StaticLibraryModule.h:27
Method~StaticLibraryModule
packages/polygen/cpp/ReactNativePolygen/SharedLibraryModule.h:30
← previous601–615 of 615, ranked by callers