Home
last modified time | relevance | path

Searched defs:NullInt64 (Results 1 – 25 of 152) sorted by relevance

1234567

/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/francoispqt/gojay/
H A Dencode_sqlnull.go96 func (enc *Encoder) EncodeSQLNullInt64(v *sql.NullInt64) error {
110 func (enc *Encoder) AddSQLNullInt64(v *sql.NullInt64) {
116 func (enc *Encoder) AddSQLNullInt64OmitEmpty(v *sql.NullInt64) {
124 func (enc *Encoder) AddSQLNullInt64NullEmpty(v *sql.NullInt64) {
131 func (enc *Encoder) AddSQLNullInt64Key(key string, v *sql.NullInt64) {
152 func (enc *Encoder) SQLNullInt64(v *sql.NullInt64) {
157 func (enc *Encoder) SQLNullInt64OmitEmpty(v *sql.NullInt64) {
164 func (enc *Encoder) SQLNullInt64NullEmpty(v *sql.NullInt64) {
171 func (enc *Encoder) SQLNullInt64Key(key string, v *sql.NullInt64) {
177 func (enc *Encoder) SQLNullInt64KeyOmitEmpty(key string, v *sql.NullInt64) {
[all …]
H A Ddecode_sqlnull.go24 func (dec *Decoder) DecodeSQLNullInt64(v *sql.NullInt64) error {
31 func (dec *Decoder) decodeSQLNullInt64(v *sql.NullInt64) error {
100 func (dec *Decoder) AddSQLNullInt64(v *sql.NullInt64) error {
105 func (dec *Decoder) SQLNullInt64(v *sql.NullInt64) error {
/dports/net-im/matterircd/matterircd-0.25.0/vendor/github.com/francoispqt/gojay/
H A Dencode_sqlnull.go96 func (enc *Encoder) EncodeSQLNullInt64(v *sql.NullInt64) error {
110 func (enc *Encoder) AddSQLNullInt64(v *sql.NullInt64) {
116 func (enc *Encoder) AddSQLNullInt64OmitEmpty(v *sql.NullInt64) {
124 func (enc *Encoder) AddSQLNullInt64NullEmpty(v *sql.NullInt64) {
131 func (enc *Encoder) AddSQLNullInt64Key(key string, v *sql.NullInt64) {
152 func (enc *Encoder) SQLNullInt64(v *sql.NullInt64) {
157 func (enc *Encoder) SQLNullInt64OmitEmpty(v *sql.NullInt64) {
164 func (enc *Encoder) SQLNullInt64NullEmpty(v *sql.NullInt64) {
171 func (enc *Encoder) SQLNullInt64Key(key string, v *sql.NullInt64) {
177 func (enc *Encoder) SQLNullInt64KeyOmitEmpty(key string, v *sql.NullInt64) {
[all …]
H A Ddecode_sqlnull.go24 func (dec *Decoder) DecodeSQLNullInt64(v *sql.NullInt64) error {
31 func (dec *Decoder) decodeSQLNullInt64(v *sql.NullInt64) error {
100 func (dec *Decoder) AddSQLNullInt64(v *sql.NullInt64) error {
105 func (dec *Decoder) SQLNullInt64(v *sql.NullInt64) error {
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/francoispqt/gojay/
H A Dencode_sqlnull.go96 func (enc *Encoder) EncodeSQLNullInt64(v *sql.NullInt64) error {
110 func (enc *Encoder) AddSQLNullInt64(v *sql.NullInt64) {
116 func (enc *Encoder) AddSQLNullInt64OmitEmpty(v *sql.NullInt64) {
124 func (enc *Encoder) AddSQLNullInt64NullEmpty(v *sql.NullInt64) {
131 func (enc *Encoder) AddSQLNullInt64Key(key string, v *sql.NullInt64) {
152 func (enc *Encoder) SQLNullInt64(v *sql.NullInt64) {
157 func (enc *Encoder) SQLNullInt64OmitEmpty(v *sql.NullInt64) {
164 func (enc *Encoder) SQLNullInt64NullEmpty(v *sql.NullInt64) {
171 func (enc *Encoder) SQLNullInt64Key(key string, v *sql.NullInt64) {
177 func (enc *Encoder) SQLNullInt64KeyOmitEmpty(key string, v *sql.NullInt64) {
[all …]
H A Ddecode_sqlnull.go24 func (dec *Decoder) DecodeSQLNullInt64(v *sql.NullInt64) error {
31 func (dec *Decoder) decodeSQLNullInt64(v *sql.NullInt64) error {
100 func (dec *Decoder) AddSQLNullInt64(v *sql.NullInt64) error {
105 func (dec *Decoder) SQLNullInt64(v *sql.NullInt64) error {
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/cloud.google.com/go/bigquery/
H A Dnulls.go29 type NullInt64 struct { struct
30 Int64 int64
31 Valid bool // Valid is true if Int64 is not NULL.
34 func (n NullInt64) String() string { return nullstr(n.Valid, n.Int64) }
102 func (n NullInt64) MarshalJSON() ([]byte, error) { return nulljson(n.Valid, n.Int64) }
139 func (n *NullInt64) UnmarshalJSON(b []byte) error {
/dports/sysutils/docker-registry/distribution-2.7.1/vendor/cloud.google.com/go/bigquery/
H A Dnulls.go29 type NullInt64 struct { struct
30 Int64 int64
31 Valid bool // Valid is true if Int64 is not NULL.
34 func (n NullInt64) String() string { return nullstr(n.Valid, n.Int64) }
103 func (n NullInt64) MarshalJSON() ([]byte, error) { return nulljson(n.Valid, n.Int64) }
153 func (n *NullInt64) UnmarshalJSON(b []byte) error {
/dports/net/grpcurl/grpcurl-1.8.5/vendor/cloud.google.com/go/bigquery/
H A Dnulls.go29 type NullInt64 struct { struct
30 Int64 int64
31 Valid bool // Valid is true if Int64 is not NULL.
34 func (n NullInt64) String() string { return nullstr(n.Valid, n.Int64) }
111 func (n NullInt64) MarshalJSON() ([]byte, error) { return nulljson(n.Valid, n.Int64) }
164 func (n *NullInt64) UnmarshalJSON(b []byte) error {
/dports/net/storj/storj-1.45.3/vendor/cloud.google.com/go/bigquery/
H A Dnulls.go29 type NullInt64 struct { struct
30 Int64 int64
31 Valid bool // Valid is true if Int64 is not NULL.
34 func (n NullInt64) String() string { return nullstr(n.Valid, n.Int64) }
111 func (n NullInt64) MarshalJSON() ([]byte, error) { return nulljson(n.Valid, n.Int64) }
164 func (n *NullInt64) UnmarshalJSON(b []byte) error {
/dports/sysutils/istio/google-cloud-go-logging-v1.0.0/bigquery/
H A Dnulls.go29 type NullInt64 struct { struct
30 Int64 int64
31 Valid bool // Valid is true if Int64 is not NULL.
34 func (n NullInt64) String() string { return nullstr(n.Valid, n.Int64) }
111 func (n NullInt64) MarshalJSON() ([]byte, error) { return nulljson(n.Valid, n.Int64) }
164 func (n *NullInt64) UnmarshalJSON(b []byte) error {
/dports/sysutils/istio/istio-1.6.7/vendor/cloud.google.com/go/bigquery/
H A Dnulls.go29 type NullInt64 struct { struct
30 Int64 int64
31 Valid bool // Valid is true if Int64 is not NULL.
34 func (n NullInt64) String() string { return nullstr(n.Valid, n.Int64) }
111 func (n NullInt64) MarshalJSON() ([]byte, error) { return nulljson(n.Valid, n.Int64) }
164 func (n *NullInt64) UnmarshalJSON(b []byte) error {
/dports/www/pomerium/pomerium-0.8.3/vendor/cloud.google.com/go/bigquery/
H A Dnulls.go29 type NullInt64 struct { struct
30 Int64 int64
31 Valid bool // Valid is true if Int64 is not NULL.
34 func (n NullInt64) String() string { return nullstr(n.Valid, n.Int64) }
111 func (n NullInt64) MarshalJSON() ([]byte, error) { return nulljson(n.Valid, n.Int64) }
164 func (n *NullInt64) UnmarshalJSON(b []byte) error {
/dports/sysutils/chaoskube/chaoskube-0.22.0/vendor/cloud.google.com/go/bigquery/
H A Dnulls.go29 type NullInt64 struct { struct
30 Int64 int64
31 Valid bool // Valid is true if Int64 is not NULL.
34 func (n NullInt64) String() string { return nullstr(n.Valid, n.Int64) }
111 func (n NullInt64) MarshalJSON() ([]byte, error) { return nulljson(n.Valid, n.Int64) }
164 func (n *NullInt64) UnmarshalJSON(b []byte) error {
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/cloud.google.com/go/bigquery/
H A Dnulls.go29 type NullInt64 struct { struct
30 Int64 int64
31 Valid bool // Valid is true if Int64 is not NULL.
34 func (n NullInt64) String() string { return nullstr(n.Valid, n.Int64) }
111 func (n NullInt64) MarshalJSON() ([]byte, error) { return nulljson(n.Valid, n.Int64) }
164 func (n *NullInt64) UnmarshalJSON(b []byte) error {
/dports/audio/gonic/gonic-0.8.4/vendor/cloud.google.com/go/bigquery/
H A Dnulls.go29 type NullInt64 struct { struct
30 Int64 int64
31 Valid bool // Valid is true if Int64 is not NULL.
34 func (n NullInt64) String() string { return nullstr(n.Valid, n.Int64) }
111 func (n NullInt64) MarshalJSON() ([]byte, error) { return nulljson(n.Valid, n.Int64) }
164 func (n *NullInt64) UnmarshalJSON(b []byte) error {
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/cloud.google.com/go/bigquery/
H A Dnulls.go29 type NullInt64 struct { struct
30 Int64 int64
31 Valid bool // Valid is true if Int64 is not NULL.
34 func (n NullInt64) String() string { return nullstr(n.Valid, n.Int64) }
111 func (n NullInt64) MarshalJSON() ([]byte, error) { return nulljson(n.Valid, n.Int64) }
164 func (n *NullInt64) UnmarshalJSON(b []byte) error {
/dports/security/lego/lego-4.5.3/vendor/cloud.google.com/go/bigquery/
H A Dnulls.go29 type NullInt64 struct { struct
30 Int64 int64
31 Valid bool // Valid is true if Int64 is not NULL.
34 func (n NullInt64) String() string { return nullstr(n.Valid, n.Int64) }
111 func (n NullInt64) MarshalJSON() ([]byte, error) { return nulljson(n.Valid, n.Int64) }
164 func (n *NullInt64) UnmarshalJSON(b []byte) error {
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/vendor/cloud.google.com/go/bigquery/
H A Dnulls.go29 type NullInt64 struct { struct
30 Int64 int64
31 Valid bool // Valid is true if Int64 is not NULL.
34 func (n NullInt64) String() string { return nullstr(n.Valid, n.Int64) }
111 func (n NullInt64) MarshalJSON() ([]byte, error) { return nulljson(n.Valid, n.Int64) }
164 func (n *NullInt64) UnmarshalJSON(b []byte) error {
/dports/security/vault/google-cloud-go-spanner-v1.5.1/bigquery/
H A Dnulls.go29 type NullInt64 struct { struct
30 Int64 int64
31 Valid bool // Valid is true if Int64 is not NULL.
34 func (n NullInt64) String() string { return nullstr(n.Valid, n.Int64) }
111 func (n NullInt64) MarshalJSON() ([]byte, error) { return nulljson(n.Valid, n.Int64) }
164 func (n *NullInt64) UnmarshalJSON(b []byte) error {
/dports/security/vault/vault-1.8.2/vendor/cloud.google.com/go/bigquery/
H A Dnulls.go29 type NullInt64 struct { struct
30 Int64 int64
31 Valid bool // Valid is true if Int64 is not NULL.
34 func (n NullInt64) String() string { return nullstr(n.Valid, n.Int64) }
111 func (n NullInt64) MarshalJSON() ([]byte, error) { return nulljson(n.Valid, n.Int64) }
164 func (n *NullInt64) UnmarshalJSON(b []byte) error {
/dports/security/vault/google-cloud-go-storage-v1.6.0/bigquery/
H A Dnulls.go29 type NullInt64 struct { struct
30 Int64 int64
31 Valid bool // Valid is true if Int64 is not NULL.
34 func (n NullInt64) String() string { return nullstr(n.Valid, n.Int64) }
111 func (n NullInt64) MarshalJSON() ([]byte, error) { return nulljson(n.Valid, n.Int64) }
164 func (n *NullInt64) UnmarshalJSON(b []byte) error {
/dports/www/gohugo/google-cloud-go-storage-v1.10.0/bigquery/
H A Dnulls.go29 type NullInt64 struct { struct
30 Int64 int64
31 Valid bool // Valid is true if Int64 is not NULL.
34 func (n NullInt64) String() string { return nullstr(n.Valid, n.Int64) }
111 func (n NullInt64) MarshalJSON() ([]byte, error) { return nulljson(n.Valid, n.Int64) }
164 func (n *NullInt64) UnmarshalJSON(b []byte) error {
/dports/sysutils/helm/helm-3.5.2/vendor/cloud.google.com/go/bigquery/
H A Dnulls.go29 type NullInt64 struct { struct
30 Int64 int64
31 Valid bool // Valid is true if Int64 is not NULL.
34 func (n NullInt64) String() string { return nullstr(n.Valid, n.Int64) }
111 func (n NullInt64) MarshalJSON() ([]byte, error) { return nulljson(n.Valid, n.Int64) }
164 func (n *NullInt64) UnmarshalJSON(b []byte) error {
/dports/misc/concourse/concourse-6.7.2/vendor/cloud.google.com/go/bigquery/
H A Dnulls.go29 type NullInt64 struct { struct
30 Int64 int64
31 Valid bool // Valid is true if Int64 is not NULL.
34 func (n NullInt64) String() string { return nullstr(n.Valid, n.Int64) }
111 func (n NullInt64) MarshalJSON() ([]byte, error) { return nulljson(n.Valid, n.Int64) }
164 func (n *NullInt64) UnmarshalJSON(b []byte) error {

1234567