Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DUtf8.java87 UnsafeProcessor.isAvailable() ? new UnsafeProcessor() : new SafeProcessor();
990 static final class UnsafeProcessor extends Processor { class in Utf8