type github.com/jackc/pgx/v5/pgproto3.FunctionCall

8 uses

	github.com/jackc/pgx/v5/pgproto3 (current package)
		backend.go#L32: 	functionCall   FunctionCall
		function_call.go#L11: type FunctionCall struct {
		function_call.go#L19: func (*FunctionCall) Frontend() {}
		function_call.go#L23: func (dst *FunctionCall) Decode(src []byte) error {
		function_call.go#L24: 	*dst = FunctionCall{}
		function_call.go#L97: func (src *FunctionCall) Encode(dst []byte) ([]byte, error) {
		trace.go#L88: 	case *FunctionCall:
		trace.go#L273: func (t *tracer) traceFunctionCall(sender byte, encodedLen int32, msg *FunctionCall) {