Public Member Functions | |
int | getInt () |
int | getInt () |
Private Attributes | |
int | listIndex |
int | sampleIndex |
int | samplesTaken |
Static Private Attributes | |
static final int[] | NUM_SAMPLES = {3, 2, 1, 1, 2} |
static final int[][] | VALUES |
Iterator over integer values. Uses a simple distribution over 32-bit varints (generally favoring smaller values).
Definition at line 95 of file bloaty/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ExperimentalTestDataProvider.java.
|
inline |
Definition at line 119 of file bloaty/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ExperimentalTestDataProvider.java.
|
inline |
Definition at line 119 of file protobuf/java/core/src/test/java/com/google/protobuf/ExperimentalTestDataProvider.java.
|
private |
The index into the VALUES array that identifies the list of samples currently being iterated over.
Definition at line 111 of file bloaty/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ExperimentalTestDataProvider.java.
|
staticprivate |
Number of samples that should be taken from each value array.
Definition at line 105 of file bloaty/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ExperimentalTestDataProvider.java.
|
private |
The index of the next sample within a list.
Definition at line 114 of file bloaty/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ExperimentalTestDataProvider.java.
|
private |
The number of successive samples that have been taken from the current list.
Definition at line 117 of file bloaty/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ExperimentalTestDataProvider.java.
|
staticprivate |
Definition at line 96 of file bloaty/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ExperimentalTestDataProvider.java.