toHexString       837 third_party/protobuf/java/src/main/java/com/google/protobuf/ByteString.java           Integer.toHexString(System.identityHashCode(this)), size());
toHexString       968 third_party/protobuf/java/src/main/java/com/google/protobuf/ByteString.java         Integer.toHexString(System.identityHashCode(this)), size());
toHexString       400 third_party/protobuf/java/src/test/java/com/google/protobuf/IsValidUtf8TestUtil.java     fail("Failure: (" + Long.toHexString(byteChar) + ") " +
toHexString       401 third_party/protobuf/java/src/test/java/com/google/protobuf/IsValidUtf8TestUtil.java         toHexString(bytes) + " => " + toHexString(after, len));
toHexString       405 third_party/protobuf/java/src/test/java/com/google/protobuf/IsValidUtf8TestUtil.java     return toHexString(b, b.length);
toHexString       321 tools/binary_size/java/src/org/chromium/tools/binary_size/ParallelAddress2Line.java         record.size = Integer.toHexString((int) icuFile.length());