github.com/go-pg/pg/v10/internal/pool.WriteBuffer.WriteInt32 (method)

8 uses

	github.com/go-pg/pg/v10/internal/pool (current package)
		write_buffer.go#L90: func (buf *WriteBuffer) WriteInt32(num int32) {

	github.com/go-pg/pg/v10
		messages.go#L333: 		wb.WriteInt32(int32(len(resp)))
		messages.go#L448: 	buf.WriteInt32(196608)
		messages.go#L463: 	buf.WriteInt32(80877103)
		messages.go#L480: 	buf.WriteInt32(80877102)
		messages.go#L481: 	buf.WriteInt32(processID)
		messages.go#L482: 	buf.WriteInt32(secretKey)
		messages.go#L631: 	buf.WriteInt32(0)