Searched defs:SentPing (Results 1 – 2 of 2) sorted by relevance
61 struct SentPing { struct62 SentPing(absl::string_view id, int64_t sent_time, uint32_t nomination) in SentPing() function65 std::string id;66 int64_t sent_time;67 uint32_t nomination;
84 void Chttp2PingRatePolicy::SentPing() { in SentPing() function in grpc_core::Chttp2PingRatePolicy