Home | History | Annotate | Download | only in protobuf

Lines Matching defs:AVAILABLE

86    * depending on what is available on the platform. The processor is the platform-optimized
1003 private static final boolean AVAILABLE =
1010 return AVAILABLE;
1329 * position, using the most efficient method available to the platform.
1368 * most efficient method available to the platform.
1599 new Object[] {clazz.getName(), fieldName, (field != null ? "available" : "unavailable")});
1605 * available.
1613 available.
1627 * Gets the {@code sun.misc.Unsafe} instance, or {@code null} if not available on this
1658 unsafe != null ? "available" : "unavailable");
1663 * Verifies that all required methods of {@code sun.misc.Unsafe} are available on this platform.