Public Member Functions | |
long | getLong () |
long | getLong () |
Private Attributes | |
int | listIndex |
int | sampleIndex |
int | samplesTaken |
Static Private Attributes | |
static final int[] | NUM_SAMPLES = {4, 2, 2, 1, 1, 1, 1, 2, 2, 4} |
static final long[][] | VALUES |
Iterator over integer values. Uses a simple distribution over 64-bit varints (generally favoring smaller values).
Definition at line 141 of file bloaty/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ExperimentalTestDataProvider.java.
|
inline |
Definition at line 172 of file bloaty/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ExperimentalTestDataProvider.java.
|
inline |
Definition at line 172 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 164 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 158 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 167 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 170 of file bloaty/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ExperimentalTestDataProvider.java.
|
staticprivate |
Definition at line 142 of file bloaty/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ExperimentalTestDataProvider.java.