Searched refs:UnsafeProcessor (Results 1 – 3 of 3) sorted by relevance
5 import com.google.protobuf.Utf8.UnsafeProcessor;16 private static final Processor UNSAFE_PROCESSOR = new UnsafeProcessor();
44 private static final Utf8.Processor unsafeProcessor = new Utf8.UnsafeProcessor();
84 (UnsafeProcessor.isAvailable() && !Android.isOnAndroidDevice())85 ? new UnsafeProcessor()1169 static final class UnsafeProcessor extends Processor { class in Utf8