Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/net/windows/
Dnamed_pipe.rs1733 pub struct ServerOptions { struct
1751 impl ServerOptions { argument
/aosp_15_r20/external/pigweed/pw_target_runner/go/cmd/
H A Dserver.go30 type ServerOptions struct { struct
32 config string
35 port int
/aosp_15_r20/external/grpc-grpc/src/python/grpcio/grpc/beta/
H A Dimplementations.py251 class ServerOptions(object): class