Searched defs:asBytes (Results 1 – 5 of 5) 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
174 private static ByteString asBytes(String s) { in asBytes() method in IsValidUtf8Test
36 public static byte[] asBytes(int[] x) in asBytes() method in GCMUtil43 public static void asBytes(int[] x, byte[] z) in asBytes() method in GCMUtil48 public static byte[] asBytes(long[] x) in asBytes() method in GCMUtil55 public static void asBytes(long[] x, byte[] z) in asBytes() method in GCMUtil
32 public static byte[] asBytes(int[] x) in asBytes() method in GCMUtil39 public static void asBytes(int[] x, byte[] z) in asBytes() method in GCMUtil44 public static byte[] asBytes(long[] x) in asBytes() method in GCMUtil51 public static void asBytes(long[] x, byte[] z) in asBytes() method in GCMUtil
1164 private final byte[] asBytes; field in GeneratedMessageLite.SerializedForm