Searched defs:CallOption (Results 1 – 5 of 5) sorted by relevance
| /external/rust/crates/grpcio/src/call/ |
| D | client.rs | 37 pub struct CallOption { struct 44 impl CallOption { argument 46 pub fn idempotent(mut self, is_idempotent: bool) -> CallOption { in idempotent() 56 pub fn wait_for_ready(mut self, wait_for_ready: bool) -> CallOption { in wait_for_ready() method 66 pub fn cacheable(mut self, cacheable: bool) -> CallOption { in cacheable() method 76 pub fn write_flags(mut self, write_flags: WriteFlags) -> CallOption { in write_flags() method 82 pub fn timeout(mut self, timeout: Duration) -> CallOption { in timeout() method 93 pub fn headers(mut self, meta: Metadata) -> CallOption { in headers() 109 mut opt: CallOption, in unary_async() 133 mut opt: CallOption, in client_streaming() [all …]
|
| /external/rust/crates/grpcio/src/ |
| D | client.rs | 38 opt: CallOption, in unary_call() 48 opt: CallOption, in unary_call_async() 59 opt: CallOption, in client_streaming() 71 opt: CallOption, in server_streaming() 84 opt: CallOption, in duplex_streaming()
|
| D | channel.rs | 684 opt: &CallOption, in create_call()
|
| /external/flatbuffers/tests/MyGame/Example/ |
| D | MonsterStorage_grpc.go | 18 opts ...grpc.CallOption) (*Stat, error) 20 opts ...grpc.CallOption) (MonsterStorage_RetrieveClient, error) 22 opts ...grpc.CallOption) (MonsterStorage_GetMaxHitPointClient, error) 24 opts ...grpc.CallOption) (MonsterStorage_GetMinMaxHitPointsClient, error)
|
| /external/flatbuffers/grpc/examples/go/greeter/models/ |
| D | Greeter_grpc.go | 18 opts ...grpc.CallOption) (*HelloReply, error) 20 opts ...grpc.CallOption) (Greeter_SayManyHellosClient, error)
|