Documentation ¶
Index ¶
- Variables
- func Byte4ToUint32(val []byte) uint32
- func BytesToPtr(bytes []byte) uint64
- func BytesToString(bytes []byte) string
- func BytesToUint32Arr(bytes []byte) []uint32
- func PtrToBytes(ptr uint32, ptrLen uint32) []byte
- func PtrToString(ptr uint32, ptrLen uint32) string
- func RetUint64ToError(u64 uint64) error
- func StringToBytes(s *string) []byte
- func StringToPtr(s *string) uint64
- func Uint32ToPtr(u32 *uint32) uint64
- func Uint32ToUint64(n1u32 uint32, n2u32 uint32) uint64
- func Uint32toByte4(val uint32) []byte
- func Uint64ToPtr(u64 *uint64) uint64
- func Uint64ToUint32(u64 uint64) (uint32, uint32)
- func UnsafeByte4ToUint32(val []byte) uint32
- func UnsafeUint32toByte4(val uint32) []byte
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func Byte4ToUint32 ¶
func BytesToPtr ¶
func BytesToString ¶
func BytesToUint32Arr ¶
func PtrToBytes ¶
func PtrToString ¶
func RetUint64ToError ¶
func StringToBytes ¶
func StringToPtr ¶
func Uint32ToPtr ¶
func Uint32ToUint64 ¶
func Uint32toByte4 ¶
func Uint64ToPtr ¶
func Uint64ToUint32 ¶
func UnsafeByte4ToUint32 ¶
func UnsafeUint32toByte4 ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.