Searched defs:FIELD_TYPE_SINT64 (Results 1 – 2 of 2) sorted by relevance
67 const uint64_t FIELD_TYPE_SINT64 = 18ULL << FIELD_TYPE_SHIFT; // int64, ZigZag-encoded varint on… variable
338 public static final long FIELD_TYPE_SINT64 = 18L << FIELD_TYPE_SHIFT; field in ProtoStream