Home
last modified time | relevance | path

Searched refs:wrapInt64 (Results 1 – 23 of 23) sorted by relevance

/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/plugins/shared/structs/
H A Dutil.go177 IntNumeratorVal: wrapInt64(in.IntNumeratorVal),
178 IntDenominatorVal: wrapInt64(in.IntDenominatorVal),
214 func wrapInt64(v *int64) *wrappers.Int64Value { func
/dports/sysutils/nomad/nomad-1.1.0/plugins/shared/structs/
H A Dutil.go177 IntNumeratorVal: wrapInt64(in.IntNumeratorVal),
178 IntDenominatorVal: wrapInt64(in.IntDenominatorVal),
214 func wrapInt64(v *int64) *wrappers.Int64Value { func
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/go-msgpack/codec/
H A Dvalues_flex_test.go58 type wrapInt64 int64 type
126 Ci64 wrapInt64
H A Dcodec_test.go133 var wrapInt64Typ = reflect.TypeOf(wrapInt64(0))
255 v2 := uint64(int64(v.(wrapInt64)))
261 v2 := v.(*wrapInt64)
263 *v2 = wrapInt64(int64(ui))
266 return int64(v.(wrapInt64))
269 v2 := dest.(*wrapInt64)
270 *v2 = wrapInt64(v.(int64))
H A Dvalues_codecgen_generated_test.go8631 func (x wrapInt64) CodecEncodeSelf(e *Encoder) {
8643 func (x *wrapInt64) CodecDecodeSelf(d *Decoder) {
8651 *x = (wrapInt64)(r.DecodeInt64())
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/ugorji/go/codec/codec/
H A Dvalues_flex_test.go95 type wrapInt64 int64 type
163 Ci64 wrapInt64
H A Dcodec_test.go133 var wrapInt64Typ = reflect.TypeOf(wrapInt64(0))
255 v2 := uint64(int64(v.(wrapInt64)))
261 v2 := v.(*wrapInt64)
263 *v2 = wrapInt64(int64(ui))
266 return int64(v.(wrapInt64))
269 v2 := dest.(*wrapInt64)
270 *v2 = wrapInt64(v.(int64))
H A Dvalues_codecgen_generated_test.go7707 func (x wrapInt64) CodecEncodeSelf(e *Encoder) {
7718 func (x *wrapInt64) CodecDecodeSelf(d *Decoder) {
7725 *x = (wrapInt64)(r.DecodeInt64())
/dports/net/rospo/rospo-0.7.1/vendor/github.com/ugorji/go/go-1.1.7/codec/
H A Dvalues_flex_test.go119 type wrapInt64 int64 type
210 Ci64 wrapInt64
H A Dcodec_test.go141 var wrapInt64Typ = reflect.TypeOf(wrapInt64(0))
267 v2 := uint64(int64(v.(wrapInt64)))
273 v2 := v.(*wrapInt64)
275 *v2 = wrapInt64(int64(ui))
278 return int64(v.(wrapInt64))
281 v2 := dest.(*wrapInt64)
282 *v2 = wrapInt64(v.(int64))
H A Dvalues_codecgen_generated_test.go7310 func (x wrapInt64) CodecEncodeSelf(e *Encoder) {
7317 func (x *wrapInt64) CodecDecodeSelf(d *Decoder) {
7321 *x = (wrapInt64)(r.DecodeInt64())
/dports/www/mirrorselect/mirrorselect-0.9.0/vendor/github.com/ugorji/go/codec/
H A Dvalues_flex_test.go119 type wrapInt64 int64 type
210 Ci64 wrapInt64
H A Dcodec_test.go141 var wrapInt64Typ = reflect.TypeOf(wrapInt64(0))
267 v2 := uint64(int64(v.(wrapInt64)))
273 v2 := v.(*wrapInt64)
275 *v2 = wrapInt64(int64(ui))
278 return int64(v.(wrapInt64))
281 v2 := dest.(*wrapInt64)
282 *v2 = wrapInt64(v.(int64))
H A Dvalues_codecgen_generated_test.go7310 func (x wrapInt64) CodecEncodeSelf(e *Encoder) {
7317 func (x *wrapInt64) CodecDecodeSelf(d *Decoder) {
7321 *x = (wrapInt64)(r.DecodeInt64())
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/ugorji/go/codec/
H A Dvalues_flex_test.go121 type wrapInt64 int64 type
276 Ci64 wrapInt64
H A Dcodec_test.go155 var wrapInt64Typ = reflect.TypeOf(wrapInt64(0))
282 v2 := uint64(int64(v.(wrapInt64)))
288 v2 := v.(*wrapInt64)
290 *v2 = wrapInt64(int64(ui))
293 return int64(v.(wrapInt64))
296 v2 := dest.(*wrapInt64)
297 *v2 = wrapInt64(v.(int64))
H A Dvalues_codecgen_generated_test.go7632 func (x wrapInt64) CodecEncodeSelf(e *Encoder) {
7639 func (x *wrapInt64) CodecDecodeSelf(d *Decoder) {
7643 *x = (wrapInt64)(r.DecodeInt64())
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/modules/
H A DPropertyListUtils.jsm217 wrapInt64: function PLU_wrapInt64(aPrimitive) {
325 return PropertyListUtils.wrapInt64(int64.toString());
473 uints.push(PropertyListUtils.wrapInt64(uint64.toString()));
780 return PropertyListUtils.wrapInt64(numberAsString);
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/modules/
H A DPropertyListUtils.jsm198 wrapInt64: function PLU_wrapInt64(aPrimitive) {
293 return PropertyListUtils.wrapInt64(int64.toString());
426 uints.push(PropertyListUtils.wrapInt64(uint64.toString()));
711 return PropertyListUtils.wrapInt64(numberAsString);
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/modules/
H A DPropertyListUtils.jsm198 wrapInt64: function PLU_wrapInt64(aPrimitive) {
291 return PropertyListUtils.wrapInt64(int64.toString());
428 uints.push(PropertyListUtils.wrapInt64(uint64.toString()));
715 return PropertyListUtils.wrapInt64(numberAsString);
/dports/www/firefox/firefox-99.0/toolkit/modules/
H A DPropertyListUtils.jsm217 wrapInt64: function PLU_wrapInt64(aPrimitive) {
325 return PropertyListUtils.wrapInt64(int64.toString());
473 uints.push(PropertyListUtils.wrapInt64(uint64.toString()));
780 return PropertyListUtils.wrapInt64(numberAsString);
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/modules/
H A DPropertyListUtils.jsm217 wrapInt64: function PLU_wrapInt64(aPrimitive) {
325 return PropertyListUtils.wrapInt64(int64.toString());
473 uints.push(PropertyListUtils.wrapInt64(uint64.toString()));
780 return PropertyListUtils.wrapInt64(numberAsString);
/dports/www/firefox-esr/firefox-91.8.0/toolkit/modules/
H A DPropertyListUtils.jsm217 wrapInt64: function PLU_wrapInt64(aPrimitive) {
325 return PropertyListUtils.wrapInt64(int64.toString());
473 uints.push(PropertyListUtils.wrapInt64(uint64.toString()));
780 return PropertyListUtils.wrapInt64(numberAsString);