package pkgbits
import
func () {
var [1]struct{}
_ = [SyncEOF-1]
_ = [SyncBool-2]
_ = [SyncInt64-3]
_ = [SyncUint64-4]
_ = [SyncString-5]
_ = [SyncValue-6]
_ = [SyncVal-7]
_ = [SyncRelocs-8]
_ = [SyncReloc-9]
_ = [SyncUseReloc-10]
_ = [SyncPublic-11]
_ = [SyncPos-12]
_ = [SyncPosBase-13]
_ = [SyncObject-14]
_ = [SyncObject1-15]
_ = [SyncPkg-16]
_ = [SyncPkgDef-17]
_ = [SyncMethod-18]
_ = [SyncType-19]
_ = [SyncTypeIdx-20]
_ = [SyncTypeParamNames-21]
_ = [SyncSignature-22]
_ = [SyncParams-23]
_ = [SyncParam-24]
_ = [SyncCodeObj-25]
_ = [SyncSym-26]
_ = [SyncLocalIdent-27]
_ = [SyncSelector-28]
_ = [SyncPrivate-29]
_ = [SyncFuncExt-30]
_ = [SyncVarExt-31]
_ = [SyncTypeExt-32]
_ = [SyncPragma-33]
_ = [SyncExprList-34]
_ = [SyncExprs-35]
_ = [SyncExpr-36]
_ = [SyncExprType-37]
_ = [SyncAssign-38]
_ = [SyncOp-39]
_ = [SyncFuncLit-40]
_ = [SyncCompLit-41]
_ = [SyncDecl-42]
_ = [SyncFuncBody-43]
_ = [SyncOpenScope-44]
_ = [SyncCloseScope-45]
_ = [SyncCloseAnotherScope-46]
_ = [SyncDeclNames-47]
_ = [SyncDeclName-48]
_ = [SyncStmts-49]
_ = [SyncBlockStmt-50]
_ = [SyncIfStmt-51]
_ = [SyncForStmt-52]
_ = [SyncSwitchStmt-53]
_ = [SyncRangeStmt-54]
_ = [SyncCaseClause-55]
_ = [SyncCommClause-56]
_ = [SyncSelectStmt-57]
_ = [SyncDecls-58]
_ = [SyncLabeledStmt-59]
_ = [SyncUseObjLocal-60]
_ = [SyncAddLocal-61]
_ = [SyncLinkname-62]
_ = [SyncStmt1-63]
_ = [SyncStmtsEnd-64]
_ = [SyncLabel-65]
_ = [SyncOptLabel-66]
}
const _SyncMarker_name = "EOFBoolInt64Uint64StringValueValRelocsRelocUseRelocPublicPosPosBaseObjectObject1PkgPkgDefMethodTypeTypeIdxTypeParamNamesSignatureParamsParamCodeObjSymLocalIdentSelectorPrivateFuncExtVarExtTypeExtPragmaExprListExprsExprExprTypeAssignOpFuncLitCompLitDeclFuncBodyOpenScopeCloseScopeCloseAnotherScopeDeclNamesDeclNameStmtsBlockStmtIfStmtForStmtSwitchStmtRangeStmtCaseClauseCommClauseSelectStmtDeclsLabeledStmtUseObjLocalAddLocalLinknameStmt1StmtsEndLabelOptLabel"
var _SyncMarker_index = [...]uint16{0, 3, 7, 12, 18, 24, 29, 32, 38, 43, 51, 57, 60, 67, 73, 80, 83, 89, 95, 99, 106, 120, 129, 135, 140, 147, 150, 160, 168, 175, 182, 188, 195, 201, 209, 214, 218, 226, 232, 234, 241, 248, 252, 260, 269, 279, 296, 305, 313, 318, 327, 333, 340, 350, 359, 369, 379, 389, 394, 405, 416, 424, 432, 437, 445, 450, 458}
func ( SyncMarker) () string {
-= 1
if < 0 || >= SyncMarker(len(_SyncMarker_index)-1) {
return "SyncMarker(" + strconv.FormatInt(int64(+1), 10) + ")"
}
return _SyncMarker_name[_SyncMarker_index[]:_SyncMarker_index[+1]]
}