golang.org/x/tools/internal/pkgbits.Decoder.Sync (method)

28 uses

	golang.org/x/tools/internal/pkgbits (current package)
		decoder.go#L168: 	r.Sync(marker)
		decoder.go#L178: 	r.Sync(marker)
		decoder.go#L198: 	r.Sync(SyncRelocs)
		decoder.go#L201: 		r.Sync(SyncReloc)
		decoder.go#L216: 	r.Sync(SyncRelocs)
		decoder.go#L225: 		r.Sync(SyncReloc)
		decoder.go#L305: func (r *Decoder) Sync(mWant SyncMarker) {
		decoder.go#L362: 	r.Sync(SyncBool)
		decoder.go#L371: 	r.Sync(SyncInt64)
		decoder.go#L377: 	r.Sync(SyncUint64)
		decoder.go#L398: 	r.Sync(mark)
		decoder.go#L405: 	r.Sync(SyncUseReloc)
		decoder.go#L412: 	r.Sync(SyncString)
		decoder.go#L429: 	r.Sync(SyncValue)
		decoder.go#L502: 		r.Sync(SyncSym)
		decoder.go#L503: 		r.Sync(SyncPkg)

	golang.org/x/tools/internal/gcimporter
		ureader_yes.go#L118: 		r.Sync(pkgbits.SyncObject)
		ureader_yes.go#L126: 	r.Sync(pkgbits.SyncEOF)
		ureader_yes.go#L197: 	r.Sync(pkgbits.SyncPos)
		ureader_yes.go#L249: 	r.Sync(pkgbits.SyncPkg)
		ureader_yes.go#L300: 	r.Sync(pkgbits.SyncType)
		ureader_yes.go#L446: 	r.Sync(pkgbits.SyncSignature)
		ureader_yes.go#L456: 	r.Sync(pkgbits.SyncParams)
		ureader_yes.go#L467: 	r.Sync(pkgbits.SyncParam)
		ureader_yes.go#L479: 	r.Sync(pkgbits.SyncObject)
		ureader_yes.go#L665: 	r.Sync(pkgbits.SyncTypeParamNames)
		ureader_yes.go#L718: 	r.Sync(pkgbits.SyncMethod)
		ureader_yes.go#L734: 	r.Sync(marker)