Searched defs:putInt (Results 1 - 1 of 1) sorted by relevance
| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ | ||
| H A D | UnsafeUtil.java | 132 static void putInt(Object target, long offset, int value) { in putInt() method in UnsafeUtil 188 static void putInt(int[] target, long index, int value) { in putInt() method in UnsafeUtil 266 static void putInt(long address, int value) { in putInt() method in UnsafeUtil 557 public final void putInt(Object target, long offset, int value) { in putInt() method in UnsafeUtil.MemoryAccessor 603 public abstract void putInt(long address, int value); putInt() method in UnsafeUtil.MemoryAccessor 638 public void putInt(long address, int value) { putInt() method in UnsafeUtil.JvmMemoryAccessor 730 public void putInt(long address, int value) { putInt() method in UnsafeUtil.Android64MemoryAccessor 850 public void putInt(long address, int value) { putInt() method in UnsafeUtil.Android32MemoryAccessor [all...] |
Completed in 3 milliseconds