google.golang.org/api/support/bundler.Bundler.tail (field)

9 uses

	google.golang.org/api/support/bundler (current package)
		bundler.go#L105: 	tail      *bundle
		bundler.go#L180: 	} else if b.tail != nil {
		bundler.go#L182: 		b.tail.next = b.curBundle
		bundler.go#L183: 		b.tail = b.curBundle
		bundler.go#L187: 		b.tail = b.curBundle
		bundler.go#L258: 	if b.tail != nil && b.curBundle == nil && b.canFit(b.tail, size) {
		bundler.go#L259: 		b.tail.add(item, size)
		bundler.go#L311: 		b.tail = nil