Lines Matching refs:Int2

13 type Int2 struct {  struct
18 func (dst *Int2) Set(src interface{}) error { argument
20 *dst = Int2{Status: Null}
33 *dst = Int2{Int: int16(value), Status: Present}
35 *dst = Int2{Int: int16(value), Status: Present}
37 *dst = Int2{Int: int16(value), Status: Present}
42 *dst = Int2{Int: int16(value), Status: Present}
50 *dst = Int2{Int: int16(value), Status: Present}
55 *dst = Int2{Int: int16(value), Status: Present}
63 *dst = Int2{Int: int16(value), Status: Present}
68 *dst = Int2{Int: int16(value), Status: Present}
76 *dst = Int2{Int: int16(value), Status: Present}
81 *dst = Int2{Int: int16(value), Status: Present}
87 *dst = Int2{Int: int16(num), Status: Present}
92 *dst = Int2{Int: int16(value), Status: Present}
97 *dst = Int2{Int: int16(value), Status: Present}
100 *dst = Int2{Status: Null}
106 *dst = Int2{Status: Null}
112 *dst = Int2{Status: Null}
118 *dst = Int2{Status: Null}
124 *dst = Int2{Status: Null}
130 *dst = Int2{Status: Null}
136 *dst = Int2{Status: Null}
142 *dst = Int2{Status: Null}
148 *dst = Int2{Status: Null}
154 *dst = Int2{Status: Null}
160 *dst = Int2{Status: Null}
166 *dst = Int2{Status: Null}
172 *dst = Int2{Status: Null}
186 func (dst Int2) Get() interface{} { argument
197 func (src *Int2) AssignTo(dst interface{}) error { argument
201 func (dst *Int2) DecodeText(ci *ConnInfo, src []byte) error { argument
203 *dst = Int2{Status: Null}
212 *dst = Int2{Int: int16(n), Status: Present}
216 func (dst *Int2) DecodeBinary(ci *ConnInfo, src []byte) error { argument
218 *dst = Int2{Status: Null}
227 *dst = Int2{Int: n, Status: Present}
231 func (src Int2) EncodeText(ci *ConnInfo, buf []byte) ([]byte, error) { argument
242 func (src Int2) EncodeBinary(ci *ConnInfo, buf []byte) ([]byte, error) { argument
254 func (dst *Int2) Scan(src interface{}) error { argument
256 *dst = Int2{Status: Null}
268 *dst = Int2{Int: int16(src), Status: Present}
282 func (src Int2) Value() (driver.Value, error) { argument
293 func (src Int2) MarshalJSON() ([]byte, error) { argument