OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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