google.golang.org/api/support/bundler.bundle.next (field)

4 uses

	google.golang.org/api/support/bundler (current package)
		bundler.go#L121: 	next  *bundle         // bundles are handled in order as a linked list queue
		bundler.go#L182: 		b.tail.next = b.curBundle
		bundler.go#L309: 	b.head = b.head.next
		bundler.go#L313: 	out.next = nil