Searched defs:timestamp_list (Results 1 – 2 of 2) sorted by relevance
28 typedef struct timestamp_list { struct30 struct timestamp_list* next; argument31 } timestamp_list; typedef
29 std::initializer_list<int64_t> timestamp_list) { in CreateEventList()