Searched refs:mClientVersion (Results 1 – 3 of 3) sorted by relevance
27 private long mClientVersion; field in ExampleIteratorLatency47 this.mClientVersion = clientVersion; in ExampleIteratorLatency()56 return mClientVersion; in getClientVersion()82 && mClientVersion == that.mClientVersion in equals()94 _hash = 31 * _hash + Long.hashCode(mClientVersion); in hashCode()105 private long mClientVersion; field in ExampleIteratorLatency.Builder117 mClientVersion = value; in setClientVersion()143 new ExampleIteratorLatency(mClientVersion, mTaskId, mGetNextLatencyNanos); in build()
30 private long mClientVersion; field in TrainingEventReported77 this.mClientVersion = clientVersion; in TrainingEventReported()98 return mClientVersion; in getClientVersion()179 && mClientVersion == that.mClientVersion in equals()202 _hash = 31 * _hash + Long.hashCode(mClientVersion); in hashCode()226 private long mClientVersion; field in TrainingEventReported.Builder249 mClientVersion = value; in setClientVersion()390 mClientVersion, in build()
83 private final long mClientVersion; field in HttpFederatedProtocol101 this.mClientVersion = clientVersion; in HttpFederatedProtocol()277 .setVersionCode(String.valueOf(mClientVersion)))