Searched defs:putByte (Results 1 – 4 of 4) sorted by relevance
72 static void putByte(byte[] target, long offset, byte value) { in putByte() method in UnsafeUtil89 static void putByte(long address, byte value) { in putByte() method in UnsafeUtil
167 public TlvConstructor putByte(int type, byte b) { in putByte() method in TlvBufferUtils.TlvConstructor
446 public void putByte(@Nullable String key, byte value) { in putByte() method in Bundle
585 void putByte(@Nullable String key, byte value) { in putByte() method in BaseBundle