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