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

28 uses

	golang.org/x/tools/internal/pkgbits (current package)
		decoder.go#L167: 	r.Sync(marker)
		decoder.go#L177: 	r.Sync(marker)
		decoder.go#L199: 	r.Sync(SyncRelocs)
		decoder.go#L202: 		r.Sync(SyncReloc)
		decoder.go#L217: 	r.Sync(SyncRelocs)
		decoder.go#L226: 		r.Sync(SyncReloc)
		decoder.go#L306: func (r *Decoder) Sync(mWant SyncMarker) {
		decoder.go#L363: 	r.Sync(SyncBool)
		decoder.go#L372: 	r.Sync(SyncInt64)
		decoder.go#L378: 	r.Sync(SyncUint64)
		decoder.go#L399: 	r.Sync(mark)
		decoder.go#L406: 	r.Sync(SyncUseReloc)
		decoder.go#L413: 	r.Sync(SyncString)
		decoder.go#L430: 	r.Sync(SyncValue)
		decoder.go#L503: 		r.Sync(SyncSym)
		decoder.go#L504: 		r.Sync(SyncPkg)

	golang.org/x/tools/internal/gcimporter
		ureader_yes.go#L108: 		r.Sync(pkgbits.SyncObject)
		ureader_yes.go#L114: 	r.Sync(pkgbits.SyncEOF)
		ureader_yes.go#L175: 	r.Sync(pkgbits.SyncPos)
		ureader_yes.go#L227: 	r.Sync(pkgbits.SyncPkg)
		ureader_yes.go#L303: 	r.Sync(pkgbits.SyncType)
		ureader_yes.go#L449: 	r.Sync(pkgbits.SyncSignature)
		ureader_yes.go#L459: 	r.Sync(pkgbits.SyncParams)
		ureader_yes.go#L470: 	r.Sync(pkgbits.SyncParam)
		ureader_yes.go#L482: 	r.Sync(pkgbits.SyncObject)
		ureader_yes.go#L656: 	r.Sync(pkgbits.SyncTypeParamNames)
		ureader_yes.go#L709: 	r.Sync(pkgbits.SyncMethod)
		ureader_yes.go#L725: 	r.Sync(marker)