Searched refs:bytesToInts (Results 1 – 1 of 1) sorted by relevance
111 dnsLookupBatch.eventTypes = bytesToInts(in.eventTypes); in toProto()112 dnsLookupBatch.returnCodes = bytesToInts(in.returnCodes); in toProto()307 private static int[] bytesToInts(byte[] in) { in bytesToInts() method in IpConnectivityEventBuilder