Home
last modified time | relevance | path

Searched defs:ServerInit (Results 1 – 3 of 3) sorted by relevance

/external/rust/beto-rust/nearby/connections/ukey2/ukey2/src/
Dproto_adapter.rs114 ServerInit, enumerator
139 pub(crate) struct ServerInit { struct
147 impl ServerInit { impl
271 fn into_adapter(self) -> Result<ServerInit, ukey::ukey2alert::AlertType> { in into_adapter()
Dukey2_handshake.rs488 server_init: ServerInit, in handle_server_init()
/external/grpc-grpc/test/core/event_engine/posix/
Devent_poller_posix_test.cc141 void ServerInit(server* sv) { in ServerInit() function