type google.golang.org/api/support/bundler.Bundler

20 uses

	google.golang.org/api/support/bundler (current package)
		bundler.go#L57: type Bundler struct {
		bundler.go#L143: func NewBundler(itemExample interface{}, handler func(interface{})) *Bundler {
		bundler.go#L144: 	b := &Bundler{
		bundler.go#L158: func (b *Bundler) initSemaphores() {
		bundler.go#L169: func (b *Bundler) enqueueCurBundle() {
		bundler.go#L198: func (b *Bundler) setMode(m mode) error {
		bundler.go#L210: func (b *Bundler) canFit(bu *bundle, size int) bool {
		bundler.go#L228: func (b *Bundler) Add(item interface{}, size int) error {
		bundler.go#L256: func (b *Bundler) add(item interface{}, size int) error {
		bundler.go#L296: func (b *Bundler) tryHandleBundles() {
		bundler.go#L304: func (b *Bundler) next() *bundle {
		bundler.go#L322: func (b *Bundler) handle(bu *bundle) {
		bundler.go#L329: func (b *Bundler) postHandle(bu *bundle) *bundle {
		bundler.go#L353: func (b *Bundler) AddWait(ctx context.Context, item interface{}, size int) error {
		bundler.go#L377: func (b *Bundler) Flush() {

	cloud.google.com/go/errorreporting
		errors.go#L81: 	bundler        *bundler.Bundler

	cloud.google.com/go/logging
		logging.go#L234: 	bundler    *bundler.Bundler

	contrib.go.opencensus.io/exporter/stackdriver
		stats.go#L61: 	viewDataBundler *bundler.Bundler
		stats.go#L62: 	metricsBundler  *bundler.Bundler
		trace.go#L40: 	bundler   *bundler.Bundler