Searched refs:callsFailed_ (Results 1 – 2 of 2) sorted by relevance
25 callsFailed_ = 0L; in ServerData()84 callsFailed_ = input.readInt64(); in ServerData()184 private long callsFailed_; field in ServerData193 return callsFailed_; in getCallsFailed()250 if (callsFailed_ != 0L) { in writeTo()251 output.writeInt64(4, callsFailed_); in writeTo()276 if (callsFailed_ != 0L) { in getSerializedSize()278 .computeInt64Size(4, callsFailed_); in getSerializedSize()487 callsFailed_ = 0L; in clear()524 result.callsFailed_ = callsFailed_; in buildPartial()[all …]
26 callsFailed_ = 0L; in ChannelData()104 callsFailed_ = input.readInt64(); in ChannelData()282 private long callsFailed_; field in ChannelData291 return callsFailed_; in getCallsFailed()354 if (callsFailed_ != 0L) { in writeTo()355 output.writeInt64(6, callsFailed_); in writeTo()387 if (callsFailed_ != 0L) { in getSerializedSize()389 .computeInt64Size(6, callsFailed_); in getSerializedSize()619 callsFailed_ = 0L; in clear()662 result.callsFailed_ = callsFailed_; in buildPartial()[all …]