Searched defs:getOrNull (Results 1 – 4 of 4) sorted by relevance
31 fun getOrNull(name: String): DataTypeDescriptor? method
39 override fun getOrNull(name: String): DataTypeDescriptor? = dtdsByName[name] in <lambda>() method in com.android.libraries.pcc.chronicle.api.integration.DefaultDataTypeDescriptorSet
108 fun getOrNull(pos: Int, predicate: (E) -> Boolean) = lock.withLock { in <lambda>() method
1017 public static <T> T getOrNull(@Nullable T[] items, int i) { in getOrNull() method in ArrayUtils