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

  /external/flatbuffers/grpc/tests/
go_test.go 85 conn, err := grpc.Dial(addr, grpc.WithInsecure(), grpc.WithCodec(flatbuffers.FlatbuffersCodec{}))
  /external/syzkaller/vendor/google.golang.org/grpc/
clientconn.go 190 // WithCodec returns a DialOption which sets a codec for message marshaling and unmarshaling.
193 func WithCodec(c Codec) DialOption {
    [all...]

Completed in 179 milliseconds