Searched defs:asBytes (Results 1 – 4 of 4) sorted by relevance
78 public abstract byte[] asBytes(); in asBytes() method in HashCode136 public byte[] asBytes() { in asBytes() method in HashCode.IntHashCode196 public byte[] asBytes() { in asBytes() method in HashCode.LongHashCode270 public byte[] asBytes() { in asBytes() method in HashCode.BytesHashCode
53 public static byte[] asBytes(int[] x) in asBytes() method in GCMUtil60 public static void asBytes(int[] x, byte[] z) in asBytes() method in GCMUtil65 public static byte[] asBytes(long[] x) in asBytes() method in GCMUtil72 public static void asBytes(long[] x, byte[] z) in asBytes() method in GCMUtil
174 private static ByteString asBytes(String s) { in asBytes() method in IsValidUtf8Test
1164 private final byte[] asBytes; field in GeneratedMessageLite.SerializedForm