Home
last modified time | relevance | path

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

/external/jazzer-api/agent/src/main/java/com/code_intelligence/jazzer/api/
DFuzzedDataProvider.java290 default<T> T pickValue(Collection<T> collection) { in pickValue() method
310 default<T> T pickValue(T[] array) { in pickValue() method
321 default boolean pickValue(boolean[] array) { in pickValue() method
332 default byte pickValue(byte[] array) { in pickValue() method
343 default short pickValue(short[] array) { in pickValue() method
354 default int pickValue(int[] array) { in pickValue() method
365 default long pickValue(long[] array) { in pickValue() method
376 default double pickValue(double[] array) { in pickValue() method
387 default float pickValue(float[] array) { in pickValue() method
398 default char pickValue(char[] array) { in pickValue() method