HomeSort by relevance Sort by last modified time
    Searched refs:CallCustomCodec (Results 1 - 2 of 2) sorted by null

  /external/syzkaller/vendor/google.golang.org/grpc/
rpc_util.go 363 // If CallCustomCodec is not also used, the content-subtype will be used to
369 // If CallCustomCodec is also used, that Codec will be used for all request and
389 // CallCustomCodec returns a CallOption that will set the given Codec to be
401 func CallCustomCodec(codec Codec) CallOption {
clientconn.go 192 // Deprecated: use WithDefaultCallOptions(CallCustomCodec(c)) instead.
194 return WithDefaultCallOptions(CallCustomCodec(c))
    [all...]

Completed in 1487 milliseconds