Home
last modified time | relevance | path

Searched defs:UNSAFE (Results 1 – 3 of 3) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
Dexpand.h30 #define UNSAFE 100 /* The expression may be "infinitely costly" due to exceptions */ macro
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DUnsafeUtil.java45 private static final sun.misc.Unsafe UNSAFE = getUnsafe(); field in UnsafeUtil
DMessageSchema.java102 private static final sun.misc.Unsafe UNSAFE = UnsafeUtil.getUnsafe(); field in MessageSchema