Searched defs:asBytes (Results 1 – 7 of 7) sorted by relevance
74 public abstract byte[] asBytes(); in asBytes() method in HashCode133 public byte[] asBytes() { in asBytes() method in HashCode.IntHashCode190 public byte[] asBytes() { in asBytes() method in HashCode.LongHashCode265 public byte[] asBytes() { in asBytes() method in HashCode.BytesHashCode
163 private static ByteString asBytes(String s) { in asBytes() method in IsValidUtf8Test
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
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
246 const char *asBytes = reinterpret_cast<const char *>(v); in write() local
1319 private final byte[] asBytes; field in GeneratedMessageLite.SerializedForm