Home
last modified time | relevance | path

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

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