Home
last modified time | relevance | path

Searched refs:fromByteArrayFastPath (Results 1 – 1 of 1) sorted by relevance

/external/protobuf/java/core/src/test/java/com/google/protobuf/
DExperimentalSerializationUtil.java77 return fromByteArrayFastPath(data, messageType); in fromByteArray()
102 private static <T> T fromByteArrayFastPath(byte[] data, Class<T> messageType) { in fromByteArrayFastPath() method in ExperimentalSerializationUtil