Home
last modified time | relevance | path

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

/external/pigweed/pw_target_runner/go/src/pigweed/pw_target_runner_server/
Dmain.go30 type ServerOptions struct { struct
32 config string
35 port int
/external/rust/crates/tokio/src/net/windows/
Dnamed_pipe.rs1732 pub struct ServerOptions { struct
1750 impl ServerOptions { argument
/external/grpc-grpc/src/python/grpcio/grpc/beta/
Dimplementations.py251 class ServerOptions(object): class