Searched defs:Location (Results 1 – 1 of 1) sorted by relevance
18 typedef struct Location Location; typedef41 struct Location { struct42 LocationType type; argument44 bool seqnum_set:1;45 bool realtime_set:1;46 bool monotonic_set:1;47 bool xor_hash_set:1;49 uint64_t seqnum;50 sd_id128_t seqnum_id;52 uint64_t realtime;[all …]