Searched defs:LongValue (Results 1 – 6 of 6) sorted by relevance
38 public interface LongValue extends PrimitiveValue, Comparable<LongValue> { interface
111 public long LongValue { property in Grpc.Testing.GaugeResponse145 LongValue = 2, enumerator
243 public static class LongValue extends Value { class in Const246 public LongValue(long value) { in LongValue() method in Const.LongValue
30 public abstract class LongValue extends Category2Value class
21 const long LongValue = 12345678; variable