Home
last modified time | relevance | path

Searched defs:UNSAFE (Results 1 – 4 of 4) 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/node/deps/undici/src/lib/llhttp/
Dconstants.d.ts107 UNSAFE = 2 enumerator
/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