Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/h2/src/proto/
Dping_pong.rs73 pub(crate) fn take_user_pings(&mut self) -> Option<UserPings> { in take_user_pings() method
Dconnection.rs245 pub(crate) fn take_user_pings(&mut self) -> Option<UserPings> { in take_user_pings() function