Home
last modified time | relevance | path

Searched defs:timestamp_list (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/grpc-grpc/test/core/util/
H A Dreconnect_server.h28 typedef struct timestamp_list { struct
30 struct timestamp_list* next; argument
31 } timestamp_list; typedef
/aosp_15_r20/external/webrtc/logging/rtc_event_log/
H A Drtc_event_processor_unittest.cc29 std::initializer_list<int64_t> timestamp_list) { in CreateEventList()