Home
last modified time | relevance | path

Searched refs:AllocatedDevices (Results 1 – 3 of 3) sorted by relevance

/dports/sysutils/nomad/nomad-1.1.0/nomad/structs/
H A Dstructs.go3564 idx := AllocatedDevices(a.Devices).Index(d)
3593 idx := AllocatedDevices(a.Devices).Index(d)
3776 type AllocatedDevices []*AllocatedDeviceResource type
3780 func (a AllocatedDevices) Index(d *AllocatedDeviceResource) int {
H A Dstructs.generated.go106705 func (x AllocatedDevices) CodecEncodeSelf(e *codec1978.Encoder) {
106716 h.encAllocatedDevices((AllocatedDevices)(x), e)
106721 func (x *AllocatedDevices) CodecDecodeSelf(d *codec1978.Decoder) {
106729 h.decAllocatedDevices((*AllocatedDevices)(x), d)
165274 func (x codecSelfer100) encAllocatedDevices(v AllocatedDevices, e *codec1978.Encoder) {
165290 func (x codecSelfer100) decAllocatedDevices(v *AllocatedDevices, d *codec1978.Decoder) {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/nomad/structs/
H A Dstructs.go3001 idx := AllocatedDevices(a.Devices).Index(d)
3125 type AllocatedDevices []*AllocatedDeviceResource type
3129 func (a AllocatedDevices) Index(d *AllocatedDeviceResource) int {