Uses of Record Class
club.doki7.openal.handle._GUID.Ptr
Packages that use _GUID.Ptr
-
Uses of _GUID.Ptr in club.doki7.openal.handle
Methods in club.doki7.openal.handle that return _GUID.PtrModifier and TypeMethodDescriptionstatic _GUID.Ptrstatic _GUID.Ptrstatic _GUID.Ptrstatic _GUID.Ptr_GUID.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable _GUID> values) static _GUID.Ptr_GUID.Ptr.offset(long offset) _GUID.Ptr.reinterpret(long newSize) _GUID.Ptr.slice(long end) _GUID.Ptr.slice(long start, long end) Note that this function uses theList.subList(int, int)semantics (left inclusive, right exclusive interval), notMemorySegment.asSlice(long, long)semantics (offset + newSize).