SYMBOL INDEX (9500 symbols across 406 files) FILE: _tools/src/github.com/kisielk/errcheck/internal/errcheck/errcheck.go function init (line 25) | func init() { type UncheckedError (line 36) | type UncheckedError struct type UncheckedErrors (line 44) | type UncheckedErrors struct method Append (line 52) | func (e *UncheckedErrors) Append(errors ...UncheckedError) { method Error (line 58) | func (e *UncheckedErrors) Error() string { method Len (line 63) | func (e *UncheckedErrors) Len() int { return len(e.Errors) } method Swap (line 66) | func (e *UncheckedErrors) Swap(i, j int) { e.Errors[i], e.Errors[j] = ... type byName (line 68) | type byName struct method Less (line 71) | func (e byName) Less(i, j int) bool { type Checker (line 89) | type Checker struct method SetExclude (line 119) | func (c *Checker) SetExclude(l map[string]bool) { method logf (line 135) | func (c *Checker) logf(msg string, args ...interface{}) { method load (line 141) | func (c *Checker) load(paths ...string) (*loader.Program, error) { method CheckPackages (line 161) | func (c *Checker) CheckPackages(paths ...string) error { function NewChecker (line 113) | func NewChecker() *Checker { type visitor (line 207) | type visitor struct method excludeCall (line 219) | func (v *visitor) excludeCall(call *ast.CallExpr) bool { method ignoreCall (line 240) | func (v *visitor) ignoreCall(call *ast.CallExpr) bool { method errorsByArg (line 301) | func (v *visitor) errorsByArg(call *ast.CallExpr) []bool { method callReturnsError (line 329) | func (v *visitor) callReturnsError(call *ast.CallExpr) bool { method isRecover (line 342) | func (v *visitor) isRecover(call *ast.CallExpr) bool { method addErrorAtPosition (line 351) | func (v *visitor) addErrorAtPosition(position token.Pos) { method Visit (line 380) | func (v *visitor) Visit(node ast.Node) ast.Visitor { function nonVendoredPkgPath (line 290) | func nonVendoredPkgPath(pkgPath string) (string, bool) { function readfile (line 366) | func readfile(filename string) []string { function isErrorType (line 465) | func isErrorType(t types.Type) bool { FILE: _tools/src/github.com/kisielk/errcheck/main.go constant exitCodeOk (line 18) | exitCodeOk int = iota constant exitUncheckedError (line 19) | exitUncheckedError constant exitFatalError (line 20) | exitFatalError type ignoreFlag (line 25) | type ignoreFlag method String (line 27) | func (f ignoreFlag) String() string { method Set (line 39) | func (f ignoreFlag) Set(s string) error { type tagsFlag (line 62) | type tagsFlag method String (line 64) | func (f *tagsFlag) String() string { method Set (line 68) | func (f *tagsFlag) Set(s string) error { function reportUncheckedErrors (line 86) | func reportUncheckedErrors(e *errcheck.UncheckedErrors) { function mainCmd (line 103) | func mainCmd(args []string) int { function parseFlags (line 126) | func parseFlags(checker *errcheck.Checker, args []string) ([]string, int) { function main (line 181) | func main() { FILE: _tools/src/github.com/kisielk/gotool/go13.go function shouldIgnoreImport (line 13) | func shouldIgnoreImport(p *build.Package) bool { FILE: _tools/src/github.com/kisielk/gotool/go14-15.go function shouldIgnoreImport (line 13) | func shouldIgnoreImport(p *build.Package) bool { FILE: _tools/src/github.com/kisielk/gotool/go16-18.go function shouldIgnoreImport (line 13) | func shouldIgnoreImport(p *build.Package) bool { FILE: _tools/src/github.com/kisielk/gotool/internal/load/path.go function hasPathPrefix (line 15) | func hasPathPrefix(s, prefix string) bool { FILE: _tools/src/github.com/kisielk/gotool/internal/load/pkg.go function isStandardImportPath (line 18) | func isStandardImportPath(path string) bool { FILE: _tools/src/github.com/kisielk/gotool/internal/load/search.go type Context (line 25) | type Context struct method allPackages (line 39) | func (c *Context) allPackages(pattern string) []string { method allPackagesInFS (line 50) | func (c *Context) allPackagesInFS(pattern string) []string { method MatchPackages (line 60) | func (c *Context) MatchPackages(pattern string) []string { method MatchPackagesInFS (line 151) | func (c *Context) MatchPackagesInFS(pattern string) []string { method ImportPaths (line 301) | func (c *Context) ImportPaths(args []string) []string { method ImportPathsNoDotExpansion (line 320) | func (c *Context) ImportPathsNoDotExpansion(args []string) []string { function treeCanMatchPattern (line 219) | func treeCanMatchPattern(pattern string) func(name string) bool { function matchPattern (line 246) | func matchPattern(pattern string) func(name string) bool { function replaceVendor (line 287) | func replaceVendor(x, repl string) string { function IsMetaPackage (line 352) | func IsMetaPackage(name string) bool { FILE: _tools/src/github.com/kisielk/gotool/match.go method importPaths (line 40) | func (c *Context) importPaths(args []string) []string { method joinPath (line 51) | func (c *Context) joinPath(elem ...string) string { FILE: _tools/src/github.com/kisielk/gotool/match18.go function matchPattern (line 50) | func matchPattern(pattern string) func(name string) bool { method matchPackages (line 63) | func (c *Context) matchPackages(pattern string) []string { method importPathsNoDotExpansion (line 130) | func (c *Context) importPathsNoDotExpansion(args []string) []string { method importPaths (line 162) | func (c *Context) importPaths(args []string) []string { method allPackages (line 183) | func (c *Context) allPackages(pattern string) []string { method allPackagesInFS (line 194) | func (c *Context) allPackagesInFS(pattern string) []string { method matchPackagesInFS (line 205) | func (c *Context) matchPackagesInFS(pattern string) []string { function isMetaPackage (line 271) | func isMetaPackage(name string) bool { function isStandardImportPath (line 279) | func isStandardImportPath(path string) bool { function hasPathPrefix (line 290) | func hasPathPrefix(s, prefix string) bool { function treeCanMatchPattern (line 307) | func treeCanMatchPattern(pattern string) func(name string) bool { FILE: _tools/src/github.com/kisielk/gotool/tool.go type Context (line 16) | type Context struct method ImportPaths (line 31) | func (c *Context) ImportPaths(args []string) []string { function ImportPaths (line 46) | func ImportPaths(args []string) []string { FILE: _tools/src/github.com/twitchtv/retool/add.go method add (line 3) | func (s spec) add(t *tool) { FILE: _tools/src/github.com/twitchtv/retool/build.go method build (line 5) | func (s spec) build() { FILE: _tools/src/github.com/twitchtv/retool/clean.go type stringSet (line 11) | type stringSet method add (line 13) | func (ss stringSet) add(val string) { ss[val] = struct{}{} } method has (line 14) | func (ss stringSet) has(val string) bool { function dependencies (line 21) | func dependencies(pkgs []string) stringSet { function clean (line 54) | func clean(pkgs []string) { function keepFile (line 133) | func keepFile(filename string) bool { function isLegalFile (line 170) | func isLegalFile(filename string) bool { function preserveDirectory (line 199) | func preserveDirectory(path string) bool { FILE: _tools/src/github.com/twitchtv/retool/do.go function setPath (line 10) | func setPath() error { function setGoEnv (line 25) | func setGoEnv() error { function do (line 36) | func do() { FILE: _tools/src/github.com/twitchtv/retool/input.go function verbosef (line 17) | func verbosef(format string, a ...interface{}) { function parseArgs (line 23) | func parseArgs() (command string, t *tool) { function assertArgLength (line 89) | func assertArgLength(args []string, command string, arglength int) { function printUsageAndExit (line 95) | func printUsageAndExit(command string, exitCode int) { constant usage (line 117) | usage = `usage: retool (add | remove | upgrade | sync | do | build | help) constant addUsage (line 132) | addUsage = `usage: retool add [repository] [commit] constant upgradeUsage (line 145) | upgradeUsage = `usage: retool upgrade [repository] [commit] constant removeUsage (line 159) | removeUsage = `usage: retool remove [repository] constant syncUsage (line 169) | syncUsage = `usage: retool sync constant doUsage (line 177) | doUsage = `usage: retool do [command and args] constant cleanUsage (line 187) | cleanUsage = `usage: retool clean constant buildUsage (line 192) | buildUsage = `usage: retool build FILE: _tools/src/github.com/twitchtv/retool/main.go function main (line 13) | func main() { FILE: _tools/src/github.com/twitchtv/retool/manifest.go constant manifestFile (line 9) | manifestFile = "manifest.json" type manifest (line 11) | type manifest method write (line 31) | func (m manifest) write() { method outOfDate (line 48) | func (m manifest) outOfDate(ts []*tool) bool { method replace (line 65) | func (m manifest) replace(ts []*tool) { function getManifest (line 13) | func getManifest() manifest { FILE: _tools/src/github.com/twitchtv/retool/print.go function log (line 11) | func log(msg string) { function fatal (line 15) | func fatal(msg string, err error) { function fatalExec (line 24) | func fatalExec(cmd string, err error) { FILE: _tools/src/github.com/twitchtv/retool/remove.go method remove (line 3) | func (s spec) remove(t *tool) { FILE: _tools/src/github.com/twitchtv/retool/spec.go constant specfile (line 13) | specfile = "tools.json" type spec (line 15) | type spec struct method UnmarshalJSON (line 26) | func (s *spec) UnmarshalJSON(data []byte) error { method MarshalJSON (line 42) | func (s spec) MarshalJSON() ([]byte, error) { method write (line 49) | func (s spec) write() error { method find (line 78) | func (s spec) find(t *tool) int { method cleanup (line 87) | func (s spec) cleanup() { type jsonSpec (line 21) | type jsonSpec struct function readPath (line 95) | func readPath(path string) (spec, error) { function read (line 112) | func read() (spec, error) { function specExists (line 117) | func specExists() bool { function writeBlankSpec (line 130) | func writeBlankSpec() error { FILE: _tools/src/github.com/twitchtv/retool/sync.go method sync (line 5) | func (s spec) sync() { FILE: _tools/src/github.com/twitchtv/retool/tool.go type tool (line 13) | type tool struct method path (line 20) | func (t *tool) path() string { method executable (line 24) | func (t *tool) executable() string { function setEnvVar (line 28) | func setEnvVar(cmd *exec.Cmd, key, val string) { function get (line 50) | func get(t *tool) error { function setVersion (line 61) | func setVersion(t *tool) error { function download (line 137) | func download(t *tool) error { function install (line 151) | func install(t *tool) error { FILE: _tools/src/github.com/twitchtv/retool/tooldir.go constant toolDirName (line 17) | toolDirName = "_tools" function getRepoRoot (line 35) | func getRepoRoot() (string, error) { function ensureTooldir (line 51) | func ensureTooldir() error { FILE: _tools/src/github.com/twitchtv/retool/upgrade.go method upgrade (line 3) | func (s spec) upgrade(t *tool) { FILE: _tools/src/github.com/twitchtv/retool/vendor/github.com/Masterminds/semver/collection.go type Collection (line 6) | type Collection method Len (line 10) | func (c Collection) Len() int { method Less (line 16) | func (c Collection) Less(i, j int) bool { method Swap (line 22) | func (c Collection) Swap(i, j int) { FILE: _tools/src/github.com/twitchtv/retool/vendor/github.com/Masterminds/semver/constraints.go type Constraints (line 12) | type Constraints struct method Check (line 44) | func (cs Constraints) Check(v *Version) bool { method Validate (line 65) | func (cs Constraints) Validate(v *Version) (bool, []error) { function NewConstraint (line 18) | func NewConstraint(c string) (*Constraints, error) { function init (line 90) | func init() { type constraint (line 137) | type constraint struct method check (line 158) | func (c *constraint) check(v *Version) bool { type cfunc (line 162) | type cfunc function parseConstraint (line 164) | func parseConstraint(c string) (*constraint, error) { function constraintNotEqual (line 209) | func constraintNotEqual(v *Version, c *constraint) bool { function constraintGreaterThan (line 234) | func constraintGreaterThan(v *Version, c *constraint) bool { function constraintLessThan (line 252) | func constraintLessThan(v *Version, c *constraint) bool { function constraintGreaterThanEqual (line 273) | func constraintGreaterThanEqual(v *Version, c *constraint) bool { function constraintLessThanEqual (line 290) | func constraintLessThanEqual(v *Version, c *constraint) bool { function constraintTilde (line 317) | func constraintTilde(v *Version, c *constraint) bool { function constraintTildeOrEqual (line 349) | func constraintTildeOrEqual(v *Version, c *constraint) bool { function constraintCaret (line 371) | func constraintCaret(v *Version, c *constraint) bool { constant cvRegex (line 392) | cvRegex string = `v?([0-9|x|X|\*]+)(\.[0-9|x|X|\*]+)?(\.[0-9|x|X|\*]+)?` + function isX (line 396) | func isX(x string) bool { function rewriteRange (line 405) | func rewriteRange(i string) string { function isNonZero (line 420) | func isNonZero(v *Version) bool { FILE: _tools/src/github.com/twitchtv/retool/vendor/github.com/Masterminds/semver/version.go constant SemVerRegex (line 30) | SemVerRegex string = `v?([0-9]+)(\.[0-9]+)?(\.[0-9]+)?` + constant ValidPrerelease (line 36) | ValidPrerelease string = `^([0-9A-Za-z\-]+(\.[0-9A-Za-z\-]+)*)` type Version (line 39) | type Version struct method String (line 109) | func (v *Version) String() string { method Original (line 124) | func (v *Version) Original() string { method Major (line 129) | func (v *Version) Major() int64 { method Minor (line 134) | func (v *Version) Minor() int64 { method Patch (line 139) | func (v *Version) Patch() int64 { method Prerelease (line 144) | func (v *Version) Prerelease() string { method Metadata (line 149) | func (v *Version) Metadata() string { method originalVPrefix (line 154) | func (v *Version) originalVPrefix() string { method IncPatch (line 168) | func (v Version) IncPatch() Version { method IncMinor (line 191) | func (v Version) IncMinor() Version { method IncMajor (line 207) | func (v Version) IncMajor() Version { method SetPrerelease (line 220) | func (v Version) SetPrerelease(prerelease string) (Version, error) { method SetMetadata (line 232) | func (v Version) SetMetadata(metadata string) (Version, error) { method LessThan (line 243) | func (v *Version) LessThan(o *Version) bool { method GreaterThan (line 248) | func (v *Version) GreaterThan(o *Version) bool { method Equal (line 255) | func (v *Version) Equal(o *Version) bool { method Compare (line 264) | func (v *Version) Compare(o *Version) int { function init (line 46) | func init() { function NewVersion (line 53) | func NewVersion(v string) (*Version, error) { function MustParse (line 96) | func MustParse(v string) *Version { function compareSegment (line 294) | func compareSegment(v, o int64) int { function comparePrerelease (line 305) | func comparePrerelease(v, o string) int { function comparePrePart (line 348) | func comparePrePart(s, o string) int { FILE: _tools/src/github.com/twitchtv/retool/vendor/github.com/pkg/errors/errors.go function New (line 101) | func New(message string) error { function Errorf (line 111) | func Errorf(format string, args ...interface{}) error { type fundamental (line 119) | type fundamental struct method Error (line 124) | func (f *fundamental) Error() string { return f.msg } method Format (line 126) | func (f *fundamental) Format(s fmt.State, verb rune) { function WithStack (line 144) | func WithStack(err error) error { type withStack (line 154) | type withStack struct method Cause (line 159) | func (w *withStack) Cause() error { return w.error } method Format (line 161) | func (w *withStack) Format(s fmt.State, verb rune) { function Wrap (line 180) | func Wrap(err error, message string) error { function Wrapf (line 197) | func Wrapf(err error, format string, args ...interface{}) error { function WithMessage (line 213) | func WithMessage(err error, message string) error { type withMessage (line 223) | type withMessage struct method Error (line 228) | func (w *withMessage) Error() string { return w.msg + ": " + w.cause.E... method Cause (line 229) | func (w *withMessage) Cause() error { return w.cause } method Format (line 231) | func (w *withMessage) Format(s fmt.State, verb rune) { function Cause (line 256) | func Cause(err error) error { FILE: _tools/src/github.com/twitchtv/retool/vendor/github.com/pkg/errors/stack.go type Frame (line 12) | type Frame method pc (line 16) | func (f Frame) pc() uintptr { return uintptr(f) - 1 } method file (line 20) | func (f Frame) file() string { method line (line 31) | func (f Frame) line() int { method Format (line 51) | func (f Frame) Format(s fmt.State, verb rune) { type StackTrace (line 80) | type StackTrace method Format (line 82) | func (st StackTrace) Format(s fmt.State, verb rune) { type stack (line 101) | type stack method Format (line 103) | func (s *stack) Format(st fmt.State, verb rune) { method StackTrace (line 116) | func (s *stack) StackTrace() StackTrace { function callers (line 124) | func callers() *stack { function funcname (line 133) | func funcname(name string) string { function trimGOPATH (line 140) | func trimGOPATH(name, file string) string { FILE: _tools/src/golang.org/x/sys/execabs/execabs.go function relError (line 41) | func relError(file, path string) error { function LookPath (line 54) | func LookPath(file string) (string, error) { function fixCmd (line 65) | func fixCmd(name string, cmd *exec.Cmd) { function CommandContext (line 83) | func CommandContext(ctx context.Context, name string, arg ...string) *ex... function Command (line 98) | func Command(name string, arg ...string) *exec.Cmd { FILE: _tools/src/golang.org/x/tools/go/ast/astutil/enclosing.go function PathEnclosingInterval (line 61) | func PathEnclosingInterval(root *ast.File, start, end token.Pos) (path [... type tokenNode (line 164) | type tokenNode struct method Pos (line 169) | func (n tokenNode) Pos() token.Pos { method End (line 173) | func (n tokenNode) End() token.Pos { function tok (line 177) | func tok(pos token.Pos, len int) ast.Node { function childrenOf (line 185) | func childrenOf(n ast.Node) []ast.Node { type byPos (line 463) | type byPos method Len (line 465) | func (sl byPos) Len() int { method Less (line 468) | func (sl byPos) Less(i, j int) bool { method Swap (line 471) | func (sl byPos) Swap(i, j int) { function NodeDescription (line 482) | func NodeDescription(n ast.Node) string { FILE: _tools/src/golang.org/x/tools/go/ast/astutil/imports.go function AddImport (line 17) | func AddImport(fset *token.FileSet, f *ast.File, path string) (added boo... function AddNamedImport (line 28) | func AddNamedImport(fset *token.FileSet, f *ast.File, name, path string)... function isThirdParty (line 193) | func isThirdParty(importPath string) bool { function DeleteImport (line 201) | func DeleteImport(fset *token.FileSet, f *ast.File, path string) (delete... function DeleteNamedImport (line 207) | func DeleteNamedImport(fset *token.FileSet, f *ast.File, name, path stri... function RewriteImport (line 330) | func RewriteImport(fset *token.FileSet, f *ast.File, oldPath, newPath st... function UsesImport (line 344) | func UsesImport(f *ast.File, path string) (used bool) { type visitFn (line 376) | type visitFn method Visit (line 378) | func (fn visitFn) Visit(node ast.Node) ast.Visitor { function imports (line 384) | func imports(f *ast.File, name, path string) bool { function importSpec (line 395) | func importSpec(f *ast.File, path string) *ast.ImportSpec { function importName (line 406) | func importName(s *ast.ImportSpec) string { function importPath (line 415) | func importPath(s *ast.ImportSpec) string { function declImports (line 424) | func declImports(gen *ast.GenDecl, path string) bool { function matchLen (line 438) | func matchLen(x, y string) int { function isTopName (line 449) | func isTopName(n ast.Expr, name string) bool { function Imports (line 455) | func Imports(fset *token.FileSet, f *ast.File) [][]*ast.ImportSpec { FILE: _tools/src/golang.org/x/tools/go/ast/astutil/rewrite.go type ApplyFunc (line 20) | type ApplyFunc function Apply (line 43) | func Apply(root ast.Node, pre, post ApplyFunc) (result ast.Node) { type Cursor (line 71) | type Cursor struct method Node (line 79) | func (c *Cursor) Node() ast.Node { return c.node } method Parent (line 82) | func (c *Cursor) Parent() ast.Node { return c.parent } method Name (line 87) | func (c *Cursor) Name() string { return c.name } method Index (line 93) | func (c *Cursor) Index() int { method field (line 101) | func (c *Cursor) field() reflect.Value { method Replace (line 107) | func (c *Cursor) Replace(n ast.Node) { method Delete (line 128) | func (c *Cursor) Delete() { method InsertAfter (line 149) | func (c *Cursor) InsertAfter(n ast.Node) { method InsertBefore (line 165) | func (c *Cursor) InsertBefore(n ast.Node) { type application (line 179) | type application struct method apply (line 185) | func (a *application) apply(parent ast.Node, name string, iter *iterat... method applyList (line 455) | func (a *application) applyList(parent ast.Node, name string) { type iterator (line 451) | type iterator struct FILE: _tools/src/golang.org/x/tools/go/ast/astutil/util.go function Unparen (line 10) | func Unparen(e ast.Expr) ast.Expr { FILE: _tools/src/golang.org/x/tools/go/buildutil/allpackages.go function AllPackages (line 32) | func AllPackages(ctxt *build.Context) []string { function ForEachPackage (line 52) | func ForEachPackage(ctxt *build.Context, found func(importPath string, e... type item (line 75) | type item struct function allPackages (line 84) | func allPackages(ctxt *build.Context, root string, ch chan<- item) { function ExpandPatterns (line 143) | func ExpandPatterns(ctxt *build.Context, patterns []string) map[string]b... FILE: _tools/src/golang.org/x/tools/go/buildutil/fakecontext.go function FakeContext (line 34) | func FakeContext(pkgs map[string]map[string]string) *build.Context { type byName (line 91) | type byName method Len (line 93) | func (s byName) Len() int { return len(s) } method Swap (line 94) | func (s byName) Swap(i, j int) { s[i], s[j] = s[j], s[i] } method Less (line 95) | func (s byName) Less(i, j int) bool { return s[i].Name() < s[j].Name() } type fakeFileInfo (line 97) | type fakeFileInfo method Name (line 99) | func (fi fakeFileInfo) Name() string { return string(fi) } method Sys (line 100) | func (fakeFileInfo) Sys() interface{} { return nil } method ModTime (line 101) | func (fakeFileInfo) ModTime() time.Time { return time.Time{} } method IsDir (line 102) | func (fakeFileInfo) IsDir() bool { return false } method Size (line 103) | func (fakeFileInfo) Size() int64 { return 0 } method Mode (line 104) | func (fakeFileInfo) Mode() os.FileMode { return 0644 } type fakeDirInfo (line 106) | type fakeDirInfo method Name (line 108) | func (fd fakeDirInfo) Name() string { return string(fd) } method Sys (line 109) | func (fakeDirInfo) Sys() interface{} { return nil } method ModTime (line 110) | func (fakeDirInfo) ModTime() time.Time { return time.Time{} } method IsDir (line 111) | func (fakeDirInfo) IsDir() bool { return true } method Size (line 112) | func (fakeDirInfo) Size() int64 { return 0 } method Mode (line 113) | func (fakeDirInfo) Mode() os.FileMode { return 0755 } FILE: _tools/src/golang.org/x/tools/go/buildutil/overlay.go function OverlayContext (line 32) | func OverlayContext(orig *build.Context, overlay map[string][]byte) *bui... function ParseOverlayArchive (line 69) | func ParseOverlayArchive(archive io.Reader) (map[string][]byte, error) { FILE: _tools/src/golang.org/x/tools/go/buildutil/tags.go constant TagsFlagDoc (line 11) | TagsFlagDoc = "a list of `build tags` to consider satisfied during the b... type TagsFlag (line 24) | type TagsFlag method Set (line 26) | func (v *TagsFlag) Set(s string) error { method Get (line 35) | func (v *TagsFlag) Get() interface{} { return *v } method String (line 73) | func (v *TagsFlag) String() string { function splitQuotedFields (line 37) | func splitQuotedFields(s string) ([]string, error) { function isSpaceByte (line 77) | func isSpaceByte(c byte) bool { FILE: _tools/src/golang.org/x/tools/go/buildutil/util.go function ParseFile (line 32) | func ParseFile(fset *token.FileSet, ctxt *build.Context, displayPath fun... function ContainingPackage (line 55) | func ContainingPackage(ctxt *build.Context, dir, filename string) (*buil... function HasSubdir (line 87) | func HasSubdir(ctxt *build.Context, root, dir string) (rel string, ok bo... function hasSubdir (line 112) | func hasSubdir(root, dir string) (rel string, ok bool) { function FileExists (line 129) | func FileExists(ctxt *build.Context, path string) bool { function OpenFile (line 144) | func OpenFile(ctxt *build.Context, path string) (io.ReadCloser, error) { function IsAbsPath (line 153) | func IsAbsPath(ctxt *build.Context, path string) bool { function JoinPath (line 162) | func JoinPath(ctxt *build.Context, path ...string) string { function IsDir (line 171) | func IsDir(ctxt *build.Context, path string) bool { function ReadDir (line 181) | func ReadDir(ctxt *build.Context, path string) ([]os.FileInfo, error) { function SplitPathList (line 190) | func SplitPathList(ctxt *build.Context, s string) []string { function sameFile (line 200) | func sameFile(x, y string) bool { FILE: _tools/src/golang.org/x/tools/go/internal/cgo/cgo.go function ProcessFiles (line 73) | func ProcessFiles(bp *build.Package, fset *token.FileSet, DisplayPath fu... function Run (line 121) | func Run(bp *build.Package, pkgdir, tmpdir string, useabs bool) (files, ... function cflags (line 182) | func cflags(p *build.Package, def bool) (cppflags, cflags, cxxflags, ldf... function envList (line 197) | func envList(key, def string) []string { function stringList (line 207) | func stringList(args ...interface{}) []string { FILE: _tools/src/golang.org/x/tools/go/internal/cgo/cgo_pkgconfig.go function pkgConfig (line 16) | func pkgConfig(mode string, pkgs []string) (flags []string, err error) { function pkgConfigFlags (line 34) | func pkgConfigFlags(p *build.Package) (cflags []string, err error) { FILE: _tools/src/golang.org/x/tools/go/loader/loader.go constant trace (line 30) | trace = false type Config (line 35) | type Config struct method fset (line 206) | func (conf *Config) fset() *token.FileSet { method ParseFile (line 220) | func (conf *Config) ParseFile(filename string, src interface{}) (*ast.... method FromArgs (line 265) | func (conf *Config) FromArgs(args []string, xtest bool) ([]string, err... method CreateFromFilenames (line 303) | func (conf *Config) CreateFromFilenames(path string, filenames ...stri... method CreateFromFiles (line 310) | func (conf *Config) CreateFromFiles(path string, files ...*ast.File) { method ImportWithTests (line 324) | func (conf *Config) ImportWithTests(path string) { conf.addImport(path... method Import (line 329) | func (conf *Config) Import(path string) { conf.addImport(path, false) } method addImport (line 331) | func (conf *Config) addImport(path string, tests bool) { method Load (line 478) | func (conf *Config) Load() (*Program, error) { method build (line 722) | func (conf *Config) build() *build.Context { method parsePackageFiles (line 738) | func (conf *Config) parsePackageFiles(bp *build.Package, which rune) (... type PkgSpec (line 137) | type PkgSpec struct type Program (line 144) | type Program struct method PathEnclosingInterval (line 348) | func (prog *Program) PathEnclosingInterval(start, end token.Pos) (pkg ... method InitialPackages (line 371) | func (prog *Program) InitialPackages() []*PackageInfo { method Package (line 382) | func (prog *Program) Package(path string) *PackageInfo { type PackageInfo (line 182) | type PackageInfo struct method String (line 195) | func (info *PackageInfo) String() string { return info.Pkg.Path() } method appendError (line 197) | func (info *PackageInfo) appendError(err error) { constant FromArgsUsage (line 227) | FromArgsUsage = ` type importer (line 397) | type importer struct method doImport (line 779) | func (imp *importer) doImport(from *PackageInfo, to string) (*types.Pa... method findPackage (line 831) | func (imp *importer) findPackage(importPath, fromDir string, mode buil... method importAll (line 871) | func (imp *importer) importAll(fromPath, fromDir string, imports map[s... method findPath (line 922) | func (imp *importer) findPath(from, to string) []string { method startLoad (line 954) | func (imp *importer) startLoad(bp *build.Package) *importInfo { method load (line 973) | func (imp *importer) load(bp *build.Package) *PackageInfo { method addFiles (line 998) | func (imp *importer) addFiles(info *PackageInfo, files []*ast.File, cy... method newPackageInfo (line 1036) | func (imp *importer) newPackageInfo(path, dir string) *PackageInfo { type findpkgKey (line 420) | type findpkgKey struct type findpkgValue (line 426) | type findpkgValue struct type importInfo (line 438) | type importInfo struct method awaitCompletion (line 446) | func (ii *importInfo) awaitCompletion() { method Complete (line 452) | func (ii *importInfo) Complete(info *PackageInfo) { type importError (line 460) | type importError struct type byImportPath (line 674) | type byImportPath method Len (line 676) | func (b byImportPath) Len() int { return len(b) } method Less (line 677) | func (b byImportPath) Less(i, j int) bool { return b[i].ImportPath < b... method Swap (line 678) | func (b byImportPath) Swap(i, j int) { b[i], b[j] = b[j], b[i] } function markErrorFreePackages (line 682) | func markErrorFreePackages(allPackages map[*types.Package]*PackageInfo) { type closure (line 1073) | type closure struct method Import (line 1078) | func (c closure) Import(to string) (*types.Package, error) { return c.... FILE: _tools/src/golang.org/x/tools/go/loader/util.go function parseFiles (line 31) | func parseFiles(fset *token.FileSet, ctxt *build.Context, displayPath fu... function scanImports (line 93) | func scanImports(files []*ast.File) map[string]bool { function tokenFileContainsPos (line 120) | func tokenFileContainsPos(f *token.File, pos token.Pos) bool { FILE: _tools/src/google.golang.org/protobuf/cmd/protoc-gen-go/internal_gengo/init.go type fileInfo (line 17) | type fileInfo struct type structFields (line 35) | type structFields struct method append (line 40) | func (sf *structFields) append(name string) { function newFileInfo (line 50) | func newFileInfo(file *protogen.File) *fileInfo { type enumInfo (line 106) | type enumInfo struct function newEnumInfo (line 113) | func newEnumInfo(f *fileInfo, enum *protogen.Enum) *enumInfo { type messageInfo (line 120) | type messageInfo struct function newMessageInfo (line 130) | func newMessageInfo(f *fileInfo, message *protogen.Message) *messageInfo { function isTrackedMessage (line 142) | func isTrackedMessage(m *messageInfo) (tracked bool) { type extensionInfo (line 161) | type extensionInfo struct function newExtensionInfo (line 165) | func newExtensionInfo(f *fileInfo, extension *protogen.Extension) *exten... FILE: _tools/src/google.golang.org/protobuf/cmd/protoc-gen-go/internal_gengo/main.go constant base64Package (line 38) | base64Package = protogen.GoImportPath("encoding/base64") constant mathPackage (line 39) | mathPackage = protogen.GoImportPath("math") constant reflectPackage (line 40) | reflectPackage = protogen.GoImportPath("reflect") constant sortPackage (line 41) | sortPackage = protogen.GoImportPath("sort") constant stringsPackage (line 42) | stringsPackage = protogen.GoImportPath("strings") constant syncPackage (line 43) | syncPackage = protogen.GoImportPath("sync") constant timePackage (line 44) | timePackage = protogen.GoImportPath("time") constant utf8Package (line 45) | utf8Package = protogen.GoImportPath("unicode/utf8") type goImportPath (line 62) | type goImportPath interface function GenerateFile (line 68) | func GenerateFile(gen *protogen.Plugin, file *protogen.File) *protogen.G... function genStandaloneComments (line 110) | func genStandaloneComments(g *protogen.GeneratedFile, f *fileInfo, n int... function genGeneratedHeader (line 122) | func genGeneratedHeader(gen *protogen.Plugin, g *protogen.GeneratedFile,... function genImport (line 147) | func genImport(gen *protogen.Plugin, g *protogen.GeneratedFile, f *fileI... function genEnum (line 227) | func genEnum(g *protogen.GeneratedFile, f *fileInfo, e *enumInfo) { function genMessage (line 317) | func genMessage(g *protogen.GeneratedFile, f *fileInfo, m *messageInfo) { function genMessageFields (line 338) | func genMessageFields(g *protogen.GeneratedFile, f *fileInfo, m *message... function genMessageInternalFields (line 346) | func genMessageInternalFields(g *protogen.GeneratedFile, f *fileInfo, m ... function genMessageField (line 366) | func genMessageField(g *protogen.GeneratedFile, f *fileInfo, m *messageI... function genMessageDefaultDecls (line 433) | func genMessageDefaultDecls(g *protogen.GeneratedFile, f *fileInfo, m *m... function genMessageMethods (line 489) | func genMessageMethods(g *protogen.GeneratedFile, f *fileInfo, m *messag... function genMessageBaseMethods (line 495) | func genMessageBaseMethods(g *protogen.GeneratedFile, f *fileInfo, m *me... function genMessageGetterMethods (line 535) | func genMessageGetterMethods(g *protogen.GeneratedFile, f *fileInfo, m *... function genMessageSetterMethods (line 596) | func genMessageSetterMethods(g *protogen.GeneratedFile, f *fileInfo, m *... function fieldGoType (line 624) | func fieldGoType(g *protogen.GeneratedFile, f *fileInfo, field *protogen... function fieldProtobufTagValue (line 667) | func fieldProtobufTagValue(field *protogen.Field) string { function fieldDefaultValue (line 675) | func fieldDefaultValue(g *protogen.GeneratedFile, m *messageInfo, field ... function fieldJSONTagValue (line 700) | func fieldJSONTagValue(field *protogen.Field) string { function genExtensions (line 704) | func genExtensions(g *protogen.GeneratedFile, f *fileInfo) { function genMessageOneofWrapperTypes (line 772) | func genMessageOneofWrapperTypes(g *protogen.GeneratedFile, f *fileInfo,... function oneofInterfaceName (line 810) | func oneofInterfaceName(oneof *protogen.Oneof) string { function genNoInterfacePragma (line 816) | func genNoInterfacePragma(g *protogen.GeneratedFile, tracked bool) { type structTags (line 829) | type structTags method String (line 831) | func (tags structTags) String() string { function appendDeprecationSuffix (line 847) | func appendDeprecationSuffix(prefix protogen.Comments, deprecated bool) ... type trailingComment (line 858) | type trailingComment method String (line 860) | func (c trailingComment) String() string { FILE: _tools/src/google.golang.org/protobuf/cmd/protoc-gen-go/internal_gengo/reflect.go function genReflectFileDescriptor (line 20) | func genReflectFileDescriptor(gen *protogen.Plugin, g *protogen.Generate... function genFileDescriptor (line 236) | func genFileDescriptor(gen *protogen.Plugin, g *protogen.GeneratedFile, ... function genEnumReflectMethods (line 283) | func genEnumReflectMethods(g *protogen.GeneratedFile, f *fileInfo, e *en... function genMessageReflectMethods (line 306) | func genMessageReflectMethods(g *protogen.GeneratedFile, f *fileInfo, m ... function fileVarName (line 325) | func fileVarName(f *protogen.File, suffix string) string { function rawDescVarName (line 331) | func rawDescVarName(f *fileInfo) string { function goTypesVarName (line 334) | func goTypesVarName(f *fileInfo) string { function depIdxsVarName (line 337) | func depIdxsVarName(f *fileInfo) string { function enumTypesVarName (line 340) | func enumTypesVarName(f *fileInfo) string { function messageTypesVarName (line 343) | func messageTypesVarName(f *fileInfo) string { function extensionTypesVarName (line 346) | func extensionTypesVarName(f *fileInfo) string { function initFuncName (line 349) | func initFuncName(f *protogen.File) string { FILE: _tools/src/google.golang.org/protobuf/cmd/protoc-gen-go/internal_gengo/well_known_types.go function genPackageKnownComment (line 19) | func genPackageKnownComment(f *fileInfo) protogen.Comments { function genMessageKnownFunctions (line 338) | func genMessageKnownFunctions(g *protogen.GeneratedFile, f *fileInfo, m ... FILE: _tools/src/google.golang.org/protobuf/cmd/protoc-gen-go/main.go constant genGoDocURL (line 24) | genGoDocURL = "https://developers.google.com/protocol-buffers/docs/refer... constant grpcDocURL (line 25) | grpcDocURL = "https://grpc.io/docs/languages/go/quickstart/#regenerate-g... function main (line 27) | func main() { FILE: _tools/src/google.golang.org/protobuf/compiler/protogen/protogen.go constant goPackageDocURL (line 42) | goPackageDocURL = "https://developers.google.com/protocol-buffers/docs/r... function run (line 58) | func run(opts Options, f func(*Plugin) error) error { type Plugin (line 95) | type Plugin struct method Error (line 324) | func (gen *Plugin) Error(err error) { method Response (line 331) | func (gen *Plugin) Response() *pluginpb.CodeGeneratorResponse { method NewGeneratedFile (line 906) | func (gen *Plugin) NewGeneratedFile(filename string, goImportPath GoIm... type Options (line 121) | type Options struct method Run (line 51) | func (opts Options) Run(f func(*Plugin) error) { method New (line 154) | func (opts Options) New(req *pluginpb.CodeGeneratorRequest) (*Plugin, ... type File (line 381) | type File struct function newFile (line 406) | func newFile(gen *Plugin, p *descriptorpb.FileDescriptorProto, packageNa... function splitImportPathAndPackageName (line 475) | func splitImportPathAndPackageName(s string) (GoImportPath, GoPackageNam... type Enum (line 483) | type Enum struct function newEnum (line 494) | func newEnum(gen *Plugin, f *File, parent *Message, desc protoreflect.En... type EnumValue (line 515) | type EnumValue struct function newEnumValue (line 526) | func newEnumValue(gen *Plugin, f *File, message *Message, enum *Enum, de... type Message (line 547) | type Message struct method resolveDependencies (line 675) | func (message *Message) resolveDependencies(gen *Plugin) error { function newMessage (line 563) | func newMessage(gen *Plugin, f *File, parent *Message, desc protoreflect... type Field (line 695) | type Field struct method resolveDependencies (line 749) | func (field *Field) resolveDependencies(gen *Plugin) error { function newField (line 720) | func newField(gen *Plugin, f *File, message *Message, desc protoreflect.... type Oneof (line 779) | type Oneof struct function newOneof (line 798) | func newOneof(gen *Plugin, f *File, message *Message, desc protoreflect.... type Service (line 819) | type Service struct function newService (line 830) | func newService(gen *Plugin, f *File, desc protoreflect.ServiceDescripto... type Method (line 845) | type Method struct method resolveDependencies (line 871) | func (method *Method) resolveDependencies(gen *Plugin) error { function newMethod (line 859) | func newMethod(gen *Plugin, f *File, service *Service, desc protoreflect... type GeneratedFile (line 892) | type GeneratedFile struct method P (line 929) | func (g *GeneratedFile) P(v ...interface{}) { method QualifiedGoIdent (line 946) | func (g *GeneratedFile) QualifiedGoIdent(ident GoIdent) string { method Import (line 967) | func (g *GeneratedFile) Import(importPath GoImportPath) { method Write (line 972) | func (g *GeneratedFile) Write(p []byte) (n int, err error) { method Skip (line 977) | func (g *GeneratedFile) Skip() { method Unskip (line 983) | func (g *GeneratedFile) Unskip() { method Annotate (line 993) | func (g *GeneratedFile) Annotate(symbol string, loc Location) { method Content (line 998) | func (g *GeneratedFile) Content() ([]byte, error) { method metaFile (line 1089) | func (g *GeneratedFile) metaFile(content []byte) (string, error) { type GoIdent (line 1165) | type GoIdent struct method String (line 1170) | func (id GoIdent) String() string { return fmt.Sprintf("%q.%v", id.GoI... function newGoIdent (line 1173) | func newGoIdent(f *File, d protoreflect.Descriptor) GoIdent { type GoImportPath (line 1183) | type GoImportPath method String (line 1185) | func (p GoImportPath) String() string { return strconv.Quote(string(p)) } method Ident (line 1188) | func (p GoImportPath) Ident(s string) GoIdent { type GoPackageName (line 1193) | type GoPackageName function cleanPackageName (line 1196) | func cleanPackageName(name string) GoPackageName { type pathType (line 1200) | type pathType constant pathTypeImport (line 1203) | pathTypeImport pathType = iota constant pathTypeSourceRelative (line 1204) | pathTypeSourceRelative type Location (line 1211) | type Location struct method appendPath (line 1217) | func (loc Location) appendPath(num protoreflect.FieldNumber, idx int) ... type CommentSet (line 1225) | type CommentSet struct function makeCommentSet (line 1231) | func makeCommentSet(loc protoreflect.SourceLocation) CommentSet { type Comments (line 1244) | type Comments method String (line 1249) | func (c Comments) String() string { FILE: _tools/src/google.golang.org/protobuf/encoding/prototext/decode.go function Unmarshal (line 26) | func Unmarshal(b []byte, m proto.Message) error { type UnmarshalOptions (line 31) | type UnmarshalOptions struct method Unmarshal (line 57) | func (o UnmarshalOptions) Unmarshal(b []byte, m proto.Message) error { method unmarshal (line 64) | func (o UnmarshalOptions) unmarshal(b []byte, m proto.Message) error { type decoder (line 81) | type decoder struct method newError (line 87) | func (d decoder) newError(pos int, f string, x ...interface{}) error { method unexpectedTokenError (line 94) | func (d decoder) unexpectedTokenError(tok text.Token) error { method syntaxError (line 99) | func (d decoder) syntaxError(pos int, f string, x ...interface{}) error { method unmarshalMessage (line 106) | func (d decoder) unmarshalMessage(m pref.Message, checkDelims bool) er... method unmarshalSingular (line 265) | func (d decoder) unmarshalSingular(fd pref.FieldDescriptor, m pref.Mes... method unmarshalScalar (line 283) | func (d decoder) unmarshalScalar(fd pref.FieldDescriptor) (pref.Value,... method unmarshalList (line 363) | func (d decoder) unmarshalList(fd pref.FieldDescriptor, list pref.List... method unmarshalMap (line 444) | func (d decoder) unmarshalMap(fd pref.FieldDescriptor, mmap pref.Map) ... method unmarshalMapEntry (line 497) | func (d decoder) unmarshalMapEntry(fd pref.FieldDescriptor, mmap pref.... method unmarshalAny (line 578) | func (d decoder) unmarshalAny(m pref.Message, checkDelims bool) error { method unmarshalExpandedAny (line 697) | func (d decoder) unmarshalExpandedAny(typeURL string, pos int) ([]byte... method skipValue (line 722) | func (d decoder) skipValue() error { method skipMessageValue (line 758) | func (d decoder) skipMessageValue() error { FILE: _tools/src/google.golang.org/protobuf/encoding/prototext/encode.go constant defaultIndent (line 27) | defaultIndent = " " function Format (line 33) | func Format(m proto.Message) string { function Marshal (line 40) | func Marshal(m proto.Message) ([]byte, error) { type MarshalOptions (line 45) | type MarshalOptions struct method Format (line 90) | func (o MarshalOptions) Format(m proto.Message) string { method Marshal (line 104) | func (o MarshalOptions) Marshal(m proto.Message) ([]byte, error) { method marshal (line 111) | func (o MarshalOptions) marshal(m proto.Message) ([]byte, error) { type encoder (line 147) | type encoder struct method marshalMessage (line 153) | func (e encoder) marshalMessage(m pref.Message, inclDelims bool) error { method marshalField (line 193) | func (e encoder) marshalField(name string, val pref.Value, fd pref.Fie... method marshalSingular (line 207) | func (e encoder) marshalSingular(val pref.Value, fd pref.FieldDescript... method marshalList (line 259) | func (e encoder) marshalList(name string, list pref.List, fd pref.Fiel... method marshalMap (line 271) | func (e encoder) marshalMap(name string, mmap pref.Map, fd pref.FieldD... method marshalUnknown (line 296) | func (e encoder) marshalUnknown(b []byte) { method marshalAny (line 337) | func (e encoder) marshalAny(any pref.Message) bool { FILE: _tools/src/google.golang.org/protobuf/encoding/protowire/wire.go type Number (line 21) | type Number method IsValid (line 35) | func (n Number) IsValid() bool { constant MinValidNumber (line 24) | MinValidNumber Number = 1 constant FirstReservedNumber (line 25) | FirstReservedNumber Number = 19000 constant LastReservedNumber (line 26) | LastReservedNumber Number = 19999 constant MaxValidNumber (line 27) | MaxValidNumber Number = 1<<29 - 1 type Type (line 40) | type Type constant VarintType (line 43) | VarintType Type = 0 constant Fixed32Type (line 44) | Fixed32Type Type = 5 constant Fixed64Type (line 45) | Fixed64Type Type = 1 constant BytesType (line 46) | BytesType Type = 2 constant StartGroupType (line 47) | StartGroupType Type = 3 constant EndGroupType (line 48) | EndGroupType Type = 4 constant _ (line 52) | _ = -iota constant errCodeTruncated (line 53) | errCodeTruncated constant errCodeFieldNumber (line 54) | errCodeFieldNumber constant errCodeOverflow (line 55) | errCodeOverflow constant errCodeReserved (line 56) | errCodeReserved constant errCodeEndGroup (line 57) | errCodeEndGroup function ParseError (line 70) | func ParseError(n int) error { function ConsumeField (line 96) | func ConsumeField(b []byte) (Number, Type, int) { function ConsumeFieldValue (line 114) | func ConsumeFieldValue(num Number, typ Type, b []byte) (n int) { function AppendTag (line 157) | func AppendTag(b []byte, num Number, typ Type) []byte { function ConsumeTag (line 163) | func ConsumeTag(b []byte) (Number, Type, int) { function SizeTag (line 175) | func SizeTag(num Number) int { function AppendVarint (line 180) | func AppendVarint(b []byte, v uint64) []byte { function ConsumeVarint (line 262) | func ConsumeVarint(b []byte) (v uint64, n int) { function SizeVarint (line 366) | func SizeVarint(v uint64) int { function AppendFixed32 (line 373) | func AppendFixed32(b []byte, v uint32) []byte { function ConsumeFixed32 (line 383) | func ConsumeFixed32(b []byte) (v uint32, n int) { function SizeFixed32 (line 392) | func SizeFixed32() int { function AppendFixed64 (line 397) | func AppendFixed64(b []byte, v uint64) []byte { function ConsumeFixed64 (line 411) | func ConsumeFixed64(b []byte) (v uint64, n int) { function SizeFixed64 (line 420) | func SizeFixed64() int { function AppendBytes (line 425) | func AppendBytes(b []byte, v []byte) []byte { function ConsumeBytes (line 431) | func ConsumeBytes(b []byte) (v []byte, n int) { function SizeBytes (line 444) | func SizeBytes(n int) int { function AppendString (line 449) | func AppendString(b []byte, v string) []byte { function ConsumeString (line 455) | func ConsumeString(b []byte) (v string, n int) { function AppendGroup (line 462) | func AppendGroup(b []byte, num Number, v []byte) []byte { function ConsumeGroup (line 470) | func ConsumeGroup(num Number, b []byte) (v []byte, n int) { function SizeGroup (line 489) | func SizeGroup(num Number, n int) int { function DecodeTag (line 496) | func DecodeTag(x uint64) (Number, Type) { function EncodeTag (line 505) | func EncodeTag(num Number, typ Type) uint64 { function DecodeZigZag (line 512) | func DecodeZigZag(x uint64) int64 { function EncodeZigZag (line 519) | func EncodeZigZag(x int64) uint64 { function DecodeBool (line 526) | func DecodeBool(x uint64) bool { function EncodeBool (line 533) | func EncodeBool(x bool) uint64 { FILE: _tools/src/google.golang.org/protobuf/internal/descfmt/stringer.go type list (line 20) | type list interface function FormatList (line 25) | func FormatList(s fmt.State, r rune, vs list) { function formatListOpt (line 28) | func formatListOpt(vs list, isRoot, allowMulti bool) string { function FormatDesc (line 119) | func FormatDesc(s fmt.State, r rune, t pref.Descriptor) { function formatDescOpt (line 122) | func formatDescOpt(t pref.Descriptor, isRoot, allowMulti bool) string { type records (line 202) | type records struct method Append (line 207) | func (rs *records) Append(v reflect.Value, accessors ...string) { method Join (line 268) | func (rs *records) Join() string { function formatColon (line 299) | func formatColon(padding int) string { function joinStrings (line 310) | func joinStrings(ss []string, isMulti bool) string { FILE: _tools/src/google.golang.org/protobuf/internal/detrand/rand.go function Disable (line 20) | func Disable() { function Bool (line 25) | func Bool() bool { function Intn (line 30) | func Intn(n int) int { function binaryHash (line 40) | func binaryHash() uint64 { FILE: _tools/src/google.golang.org/protobuf/internal/encoding/defval/default.go type Format (line 23) | type Format constant _ (line 26) | _ Format = iota constant Descriptor (line 30) | Descriptor constant GoTag (line 33) | GoTag function Unmarshal (line 38) | func Unmarshal(s string, k pref.Kind, evs pref.EnumValueDescriptors, f F... function Marshal (line 121) | func Marshal(v pref.Value, ev pref.EnumValueDescriptor, k pref.Kind, f F... function unmarshalBytes (line 175) | func unmarshalBytes(s string) ([]byte, bool) { function marshalBytes (line 188) | func marshalBytes(b []byte) (string, bool) { FILE: _tools/src/google.golang.org/protobuf/internal/encoding/messageset/messageset.go constant FieldItem (line 28) | FieldItem = protowire.Number(1) constant FieldTypeID (line 29) | FieldTypeID = protowire.Number(2) constant FieldMessage (line 30) | FieldMessage = protowire.Number(3) constant ExtensionName (line 42) | ExtensionName = "message_set_extension" function IsMessageSet (line 45) | func IsMessageSet(md pref.MessageDescriptor) bool { function IsMessageSetExtension (line 51) | func IsMessageSetExtension(fd pref.FieldDescriptor) bool { function SizeField (line 65) | func SizeField(num protowire.Number) int { function Unmarshal (line 76) | func Unmarshal(b []byte, wantLen bool, fn func(typeID protowire.Number, ... function ConsumeFieldValue (line 112) | func ConsumeFieldValue(b []byte, wantLen bool) (typeid protowire.Number,... function AppendFieldStart (line 183) | func AppendFieldStart(b []byte, num protowire.Number) []byte { function AppendFieldEnd (line 191) | func AppendFieldEnd(b []byte) []byte { function SizeUnknown (line 198) | func SizeUnknown(unknown []byte) (size int) { function AppendUnknown (line 223) | func AppendUnknown(b, unknown []byte) ([]byte, error) { FILE: _tools/src/google.golang.org/protobuf/internal/encoding/tag/tag.go function Unmarshal (line 32) | func Unmarshal(tag string, goType reflect.Type, evs pref.EnumValueDescri... function Marshal (line 143) | func Marshal(fd pref.FieldDescriptor, enumName string) string { FILE: _tools/src/google.golang.org/protobuf/internal/encoding/text/decode.go type Decoder (line 19) | type Decoder struct method Peek (line 60) | func (d *Decoder) Peek() (Token, error) { method Read (line 70) | func (d *Decoder) Read() (Token, error) { method parseNext (line 98) | func (d *Decoder) parseNext(lastKind Kind) (Token, error) { method currentOpenKind (line 371) | func (d *Decoder) currentOpenKind() (Kind, byte) { method pushOpenStack (line 387) | func (d *Decoder) pushOpenStack(ch byte) { method popOpenStack (line 391) | func (d *Decoder) popOpenStack() { method parseFieldName (line 396) | func (d *Decoder) parseFieldName() (tok Token, err error) { method parseTypeName (line 432) | func (d *Decoder) parseTypeName() (Token, error) { method parseScalar (line 561) | func (d *Decoder) parseScalar() (Token, error) { method parseLiteralValue (line 580) | func (d *Decoder) parseLiteralValue() (Token, bool) { method consumeToken (line 590) | func (d *Decoder) consumeToken(kind Kind, size int, attrs uint8) Token { method newSyntaxError (line 604) | func (d *Decoder) newSyntaxError(f string, x ...interface{}) error { method Position (line 612) | func (d *Decoder) Position(idx int) (line int, column int) { method tryConsumeChar (line 622) | func (d *Decoder) tryConsumeChar(c byte) bool { method consume (line 631) | func (d *Decoder) consume(n int) { function NewDecoder (line 44) | func NewDecoder(b []byte) *Decoder { type call (line 52) | type call constant readCall (line 55) | readCall call = iota constant peekCall (line 56) | peekCall constant mismatchedFmt (line 93) | mismatchedFmt = "mismatched close character %q" constant unexpectedFmt (line 94) | unexpectedFmt = "unexpected character %q" function isTypeNameChar (line 499) | func isTypeNameChar(b byte) bool { function isWhiteSpace (line 506) | func isWhiteSpace(b byte) bool { function parseIdent (line 519) | func parseIdent(input []byte, allowNeg bool) int { function consume (line 637) | func consume(b []byte, n int) []byte { function isDelim (line 660) | func isDelim(c byte) bool { FILE: _tools/src/google.golang.org/protobuf/internal/encoding/text/decode_number.go method parseNumberValue (line 8) | func (d *Decoder) parseNumberValue() (Token, bool) { constant numDec (line 36) | numDec uint8 = (1 << iota) / 2 constant numHex (line 37) | numHex constant numOct (line 38) | numOct constant numFloat (line 39) | numFloat type number (line 45) | type number struct function parseNumber (line 57) | func parseNumber(input []byte) number { FILE: _tools/src/google.golang.org/protobuf/internal/encoding/text/decode_string.go method parseStringValue (line 24) | func (d *Decoder) parseStringValue() (Token, error) { method parseString (line 50) | func (d *Decoder) parseString() (string, error) { function indexNeedEscapeInBytes (line 153) | func indexNeedEscapeInBytes(b []byte) int { return indexNeedEscapeInStri... function UnmarshalString (line 158) | func UnmarshalString(s string) (string, error) { FILE: _tools/src/google.golang.org/protobuf/internal/encoding/text/decode_token.go type Kind (line 18) | type Kind method String (line 40) | func (t Kind) String() string { constant Invalid (line 22) | Invalid Kind = iota constant EOF (line 23) | EOF constant Name (line 24) | Name constant Scalar (line 25) | Scalar constant MessageOpen (line 26) | MessageOpen constant MessageClose (line 27) | MessageClose constant ListOpen (line 28) | ListOpen constant ListClose (line 29) | ListClose constant comma (line 32) | comma constant semicolon (line 33) | semicolon constant bof (line 37) | bof = Invalid type NameKind (line 68) | type NameKind method String (line 77) | func (t NameKind) String() string { constant IdentName (line 72) | IdentName NameKind = iota + 1 constant TypeName (line 73) | TypeName constant FieldNumber (line 74) | FieldNumber constant hasSeparator (line 95) | hasSeparator = 1 << 7 constant numberValue (line 99) | numberValue = iota + 1 constant stringValue (line 100) | stringValue constant literalValue (line 101) | literalValue constant isNegative (line 105) | isNegative = 1 << 7 type Token (line 109) | type Token struct method Kind (line 133) | func (t Token) Kind() Kind { method RawString (line 138) | func (t Token) RawString() string { method Pos (line 143) | func (t Token) Pos() int { method NameKind (line 149) | func (t Token) NameKind() NameKind { method HasSeparator (line 158) | func (t Token) HasSeparator() bool { method IdentName (line 166) | func (t Token) IdentName() string { method TypeName (line 174) | func (t Token) TypeName() string { method FieldNumber (line 184) | func (t Token) FieldNumber() int32 { method String (line 195) | func (t Token) String() (string, bool) { method Enum (line 203) | func (t Token) Enum() (string, bool) { method Bool (line 211) | func (t Token) Bool() (bool, bool) { method Uint64 (line 247) | func (t Token) Uint64() (uint64, bool) { method Uint32 (line 260) | func (t Token) Uint32() (uint32, bool) { method Int64 (line 273) | func (t Token) Int64() (int64, bool) { method Int32 (line 291) | func (t Token) Int32() (int32, bool) { method Float64 (line 309) | func (t Token) Float64() (float64, bool) { method Float32 (line 332) | func (t Token) Float32() (float32, bool) { function TokenEquals (line 366) | func TokenEquals(x, y Token) bool { FILE: _tools/src/google.golang.org/protobuf/internal/encoding/text/encode.go type encType (line 19) | type encType constant _ (line 22) | _ encType = (1 << iota) / 2 constant name (line 23) | name constant scalar (line 24) | scalar constant messageOpen (line 25) | messageOpen constant messageClose (line 26) | messageClose type Encoder (line 31) | type Encoder struct method Bytes (line 78) | func (e *Encoder) Bytes() []byte { method StartMessage (line 83) | func (e *Encoder) StartMessage() { method EndMessage (line 89) | func (e *Encoder) EndMessage() { method WriteName (line 95) | func (e *Encoder) WriteName(s string) { method WriteBool (line 102) | func (e *Encoder) WriteBool(b bool) { method WriteString (line 111) | func (e *Encoder) WriteString(s string) { method WriteFloat (line 177) | func (e *Encoder) WriteFloat(n float64, bitSize int) { method WriteInt (line 196) | func (e *Encoder) WriteInt(n int64) { method WriteUint (line 202) | func (e *Encoder) WriteUint(n uint64) { method WriteLiteral (line 209) | func (e *Encoder) WriteLiteral(s string) { method prepareNext (line 216) | func (e *Encoder) prepareNext(next encType) { method Snapshot (line 258) | func (e *Encoder) Snapshot() encoderState { method Reset (line 263) | func (e *Encoder) Reset(es encoderState) { type encoderState (line 39) | type encoderState struct function NewEncoder (line 56) | func NewEncoder(indent string, delims [2]byte, outputASCII bool) (*Encod... function appendString (line 116) | func appendString(out []byte, in string, outputASCII bool) []byte { function indexNeedEscapeInString (line 167) | func indexNeedEscapeInString(s string) int { function appendFloat (line 182) | func appendFloat(out []byte, n float64, bitSize int) []byte { function AppendString (line 268) | func AppendString(b []byte, s string) []byte { FILE: _tools/src/google.golang.org/protobuf/internal/errors/errors.go function New (line 20) | func New(f string, x ...interface{}) error { type prefixError (line 24) | type prefixError struct method Error (line 36) | func (e *prefixError) Error() string { method Unwrap (line 40) | func (e *prefixError) Unwrap() error { function Wrap (line 46) | func Wrap(err error, f string, x ...interface{}) error { type wrapError (line 53) | type wrapError struct method Error (line 58) | func (e *wrapError) Error() string { method Unwrap (line 62) | func (e *wrapError) Unwrap() error { method Is (line 66) | func (e *wrapError) Is(target error) bool { function format (line 70) | func format(f string, x ...interface{}) string { function InvalidUTF8 (line 83) | func InvalidUTF8(name string) error { function RequiredNotSet (line 87) | func RequiredNotSet(name string) error { FILE: _tools/src/google.golang.org/protobuf/internal/errors/is_go112.go function Is (line 12) | func Is(err, target error) bool { function unwrap (line 31) | func unwrap(err error) error { FILE: _tools/src/google.golang.org/protobuf/internal/errors/is_go113.go function Is (line 12) | func Is(err, target error) bool { return errors.Is(err, target) } FILE: _tools/src/google.golang.org/protobuf/internal/filedesc/build.go type Builder (line 20) | type Builder struct method Build (line 92) | func (db Builder) Build() (out Out) { method unmarshalCounts (line 122) | func (db *Builder) unmarshalCounts(b []byte, isFile bool) { type resolverByIndex (line 57) | type resolverByIndex interface constant listFieldDeps (line 64) | listFieldDeps int32 = iota constant listExtTargets (line 65) | listExtTargets constant listExtDeps (line 66) | listExtDeps constant listMethInDeps (line 67) | listMethInDeps constant listMethOutDeps (line 68) | listMethOutDeps type Out (line 72) | type Out struct FILE: _tools/src/google.golang.org/protobuf/internal/filedesc/desc.go type File (line 37) | type File struct method ParentFile (line 62) | func (fd *File) ParentFile() pref.FileDescriptor { return fd } method Parent (line 63) | func (fd *File) Parent() pref.Descriptor { return nil } method Index (line 64) | func (fd *File) Index() int { return 0 } method Syntax (line 65) | func (fd *File) Syntax() pref.Syntax { return fd.L1.Syntax } method Name (line 66) | func (fd *File) Name() pref.Name { return fd.L1.Packag... method FullName (line 67) | func (fd *File) FullName() pref.FullName { return fd.L1.Package } method IsPlaceholder (line 68) | func (fd *File) IsPlaceholder() bool { return false } method Options (line 69) | func (fd *File) Options() pref.ProtoMessage { method Path (line 75) | func (fd *File) Path() string { return fd.L1.... method Package (line 76) | func (fd *File) Package() pref.FullName { return fd.L1.... method Imports (line 77) | func (fd *File) Imports() pref.FileImports { return &fd.la... method Enums (line 78) | func (fd *File) Enums() pref.EnumDescriptors { return &fd.L1... method Messages (line 79) | func (fd *File) Messages() pref.MessageDescriptors { return &fd.L1... method Extensions (line 80) | func (fd *File) Extensions() pref.ExtensionDescriptors { return &fd.L1... method Services (line 81) | func (fd *File) Services() pref.ServiceDescriptors { return &fd.L1... method SourceLocations (line 82) | func (fd *File) SourceLocations() pref.SourceLocations { return &fd.la... method Format (line 83) | func (fd *File) Format(s fmt.State, r rune) { descfmt.Forma... method ProtoType (line 84) | func (fd *File) ProtoType(pref.FileDescriptor) {} method ProtoInternal (line 85) | func (fd *File) ProtoInternal(pragma.DoNotImplement) {} method lazyInit (line 87) | func (fd *File) lazyInit() *FileL2 { method lazyInitOnce (line 94) | func (fd *File) lazyInitOnce() { method GoPackagePath (line 108) | func (fd *File) GoPackagePath() string { type FileL1 (line 45) | type FileL1 struct type FileL2 (line 55) | type FileL2 struct type Enum (line 113) | type Enum struct method Options (line 138) | func (ed *Enum) Options() pref.ProtoMessage { method Values (line 144) | func (ed *Enum) Values() pref.EnumValueDescriptors { method ReservedNames (line 150) | func (ed *Enum) ReservedNames() pref.Names { return &ed.lazyInit... method ReservedRanges (line 151) | func (ed *Enum) ReservedRanges() pref.EnumRanges { return &ed.lazyInit... method Format (line 152) | func (ed *Enum) Format(s fmt.State, r rune) { descfmt.FormatDesc(... method ProtoType (line 153) | func (ed *Enum) ProtoType(pref.EnumDescriptor) {} method lazyInit (line 154) | func (ed *Enum) lazyInit() *EnumL2 { type EnumL1 (line 118) | type EnumL1 struct type EnumL2 (line 121) | type EnumL2 struct type EnumValue (line 128) | type EnumValue struct method Options (line 159) | func (ed *EnumValue) Options() pref.ProtoMessage { method Number (line 165) | func (ed *EnumValue) Number() pref.EnumNumber { return ed.L... method Format (line 166) | func (ed *EnumValue) Format(s fmt.State, r rune) { descfmt.For... method ProtoType (line 167) | func (ed *EnumValue) ProtoType(pref.EnumValueDescriptor) {} type EnumValueL1 (line 132) | type EnumValueL1 struct type Message (line 170) | type Message struct method Options (line 225) | func (md *Message) Options() pref.ProtoMessage { method IsMapEntry (line 231) | func (md *Message) IsMapEntry() bool { return md.L1.... method Fields (line 232) | func (md *Message) Fields() pref.FieldDescriptors { return &md.la... method Oneofs (line 233) | func (md *Message) Oneofs() pref.OneofDescriptors { return &md.la... method ReservedNames (line 234) | func (md *Message) ReservedNames() pref.Names { return &md.la... method ReservedRanges (line 235) | func (md *Message) ReservedRanges() pref.FieldRanges { return &md.la... method RequiredNumbers (line 236) | func (md *Message) RequiredNumbers() pref.FieldNumbers { return &md.la... method ExtensionRanges (line 237) | func (md *Message) ExtensionRanges() pref.FieldRanges { return &md.la... method ExtensionRangeOptions (line 238) | func (md *Message) ExtensionRangeOptions(i int) pref.ProtoMessage { method Enums (line 244) | func (md *Message) Enums() pref.EnumDescriptors { return &md... method Messages (line 245) | func (md *Message) Messages() pref.MessageDescriptors { return &md... method Extensions (line 246) | func (md *Message) Extensions() pref.ExtensionDescriptors { return &md... method ProtoType (line 247) | func (md *Message) ProtoType(pref.MessageDescriptor) {} method Format (line 248) | func (md *Message) Format(s fmt.State, r rune) { descfmt.Fo... method lazyInit (line 249) | func (md *Message) lazyInit() *MessageL2 { method IsMessageSet (line 259) | func (md *Message) IsMessageSet() bool { type MessageL1 (line 175) | type MessageL1 struct type MessageL2 (line 182) | type MessageL2 struct type Field (line 193) | type Field struct method Options (line 263) | func (fd *Field) Options() pref.ProtoMessage { method Number (line 269) | func (fd *Field) Number() pref.FieldNumber { return fd.L1.Number } method Cardinality (line 270) | func (fd *Field) Cardinality() pref.Cardinality { return fd.L1.Cardina... method Kind (line 271) | func (fd *Field) Kind() pref.Kind { return fd.L1.Kind } method HasJSONName (line 272) | func (fd *Field) HasJSONName() bool { return fd.L1.StringN... method JSONName (line 273) | func (fd *Field) JSONName() string { return fd.L1.StringN... method TextName (line 274) | func (fd *Field) TextName() string { return fd.L1.StringN... method HasPresence (line 275) | func (fd *Field) HasPresence() bool { method HasOptionalKeyword (line 278) | func (fd *Field) HasOptionalKeyword() bool { method IsPacked (line 281) | func (fd *Field) IsPacked() bool { method IsExtension (line 291) | func (fd *Field) IsExtension() bool { return false } method IsWeak (line 292) | func (fd *Field) IsWeak() bool { return fd.L1.IsWeak } method IsList (line 293) | func (fd *Field) IsList() bool { return fd.Cardinality() == pref.... method IsMap (line 294) | func (fd *Field) IsMap() bool { return fd.Message() != nil && fd... method MapKey (line 295) | func (fd *Field) MapKey() pref.FieldDescriptor { method MapValue (line 301) | func (fd *Field) MapValue() pref.FieldDescriptor { method HasDefault (line 307) | func (fd *Field) HasDefault() bool { return ... method Default (line 308) | func (fd *Field) Default() pref.Value { return ... method DefaultEnumValue (line 309) | func (fd *Field) DefaultEnumValue() pref.EnumValueDescriptor { return ... method ContainingOneof (line 310) | func (fd *Field) ContainingOneof() pref.OneofDescriptor { return ... method ContainingMessage (line 311) | func (fd *Field) ContainingMessage() pref.MessageDescriptor { method Enum (line 314) | func (fd *Field) Enum() pref.EnumDescriptor { method Message (line 317) | func (fd *Field) Message() pref.MessageDescriptor { method Format (line 325) | func (fd *Field) Format(s fmt.State, r rune) { descfmt.FormatDesc(... method ProtoType (line 326) | func (fd *Field) ProtoType(pref.FieldDescriptor) {} method EnforceUTF8 (line 335) | func (fd *Field) EnforceUTF8() bool { type FieldL1 (line 197) | type FieldL1 struct type Oneof (line 215) | type Oneof struct method IsSynthetic (line 342) | func (od *Oneof) IsSynthetic() bool { method Options (line 345) | func (od *Oneof) Options() pref.ProtoMessage { method Fields (line 351) | func (od *Oneof) Fields() pref.FieldDescriptors { return &od.L1.Fields } method Format (line 352) | func (od *Oneof) Format(s fmt.State, r rune) { descfmt.FormatDesc(... method ProtoType (line 353) | func (od *Oneof) ProtoType(pref.OneofDescriptor) {} type OneofL1 (line 219) | type OneofL1 struct type Extension (line 356) | type Extension struct method Options (line 378) | func (xd *Extension) Options() pref.ProtoMessage { method Number (line 384) | func (xd *Extension) Number() pref.FieldNumber { return xd.L1.Num... method Cardinality (line 385) | func (xd *Extension) Cardinality() pref.Cardinality { return xd.L1.Car... method Kind (line 386) | func (xd *Extension) Kind() pref.Kind { return xd.L1.Kind } method HasJSONName (line 387) | func (xd *Extension) HasJSONName() bool { return xd.lazyIn... method JSONName (line 388) | func (xd *Extension) JSONName() string { return xd.lazyIn... method TextName (line 389) | func (xd *Extension) TextName() string { return xd.lazyIn... method HasPresence (line 390) | func (xd *Extension) HasPresence() bool { return xd.L1.Car... method HasOptionalKeyword (line 391) | func (xd *Extension) HasOptionalKeyword() bool { method IsPacked (line 394) | func (xd *Extension) IsPacked() bool { ret... method IsExtension (line 395) | func (xd *Extension) IsExtension() bool { ret... method IsWeak (line 396) | func (xd *Extension) IsWeak() bool { ret... method IsList (line 397) | func (xd *Extension) IsList() bool { ret... method IsMap (line 398) | func (xd *Extension) IsMap() bool { ret... method MapKey (line 399) | func (xd *Extension) MapKey() pref.FieldDescriptor { ret... method MapValue (line 400) | func (xd *Extension) MapValue() pref.FieldDescriptor { ret... method HasDefault (line 401) | func (xd *Extension) HasDefault() bool { ret... method Default (line 402) | func (xd *Extension) Default() pref.Value { ret... method DefaultEnumValue (line 403) | func (xd *Extension) DefaultEnumValue() pref.EnumValueDescriptor { ret... method ContainingOneof (line 404) | func (xd *Extension) ContainingOneof() pref.OneofDescriptor { ret... method ContainingMessage (line 405) | func (xd *Extension) ContainingMessage() pref.MessageDescriptor { ret... method Enum (line 406) | func (xd *Extension) Enum() pref.EnumDescriptor { ret... method Message (line 407) | func (xd *Extension) Message() pref.MessageDescriptor { ret... method Format (line 408) | func (xd *Extension) Format(s fmt.State, r rune) { des... method ProtoType (line 409) | func (xd *Extension) ProtoType(pref.FieldDescriptor) {} method ProtoInternal (line 410) | func (xd *Extension) ProtoInternal(pragma.DoNotImplement) {} method lazyInit (line 411) | func (xd *Extension) lazyInit() *ExtensionL2 { type ExtensionL1 (line 361) | type ExtensionL1 struct type ExtensionL2 (line 367) | type ExtensionL2 struct type Service (line 417) | type Service struct method Options (line 441) | func (sd *Service) Options() pref.ProtoMessage { method Methods (line 447) | func (sd *Service) Methods() pref.MethodDescriptors { return &sd.l... method Format (line 448) | func (sd *Service) Format(s fmt.State, r rune) { descfmt.Form... method ProtoType (line 449) | func (sd *Service) ProtoType(pref.ServiceDescriptor) {} method ProtoInternal (line 450) | func (sd *Service) ProtoInternal(pragma.DoNotImplement) {} method lazyInit (line 451) | func (sd *Service) lazyInit() *ServiceL2 { type ServiceL1 (line 422) | type ServiceL1 struct type ServiceL2 (line 423) | type ServiceL2 struct type Method (line 428) | type Method struct method Options (line 456) | func (md *Method) Options() pref.ProtoMessage { method Input (line 462) | func (md *Method) Input() pref.MessageDescriptor { return md.L1.... method Output (line 463) | func (md *Method) Output() pref.MessageDescriptor { return md.L1.... method IsStreamingClient (line 464) | func (md *Method) IsStreamingClient() bool { return md.L1.... method IsStreamingServer (line 465) | func (md *Method) IsStreamingServer() bool { return md.L1.... method Format (line 466) | func (md *Method) Format(s fmt.State, r rune) { descfmt.Forma... method ProtoType (line 467) | func (md *Method) ProtoType(pref.MethodDescriptor) {} method ProtoInternal (line 468) | func (md *Method) ProtoInternal(pragma.DoNotImplement) {} type MethodL1 (line 432) | type MethodL1 struct type Base (line 478) | type Base struct method Name (line 489) | func (d *Base) Name() pref.Name { return d.L0.FullName.Name() } method FullName (line 490) | func (d *Base) FullName() pref.FullName { return d.L0.FullName } method ParentFile (line 491) | func (d *Base) ParentFile() pref.FileDescriptor { method Parent (line 497) | func (d *Base) Parent() pref.Descriptor { return d.L0.Pare... method Index (line 498) | func (d *Base) Index() int { return d.L0.Index } method Syntax (line 499) | func (d *Base) Syntax() pref.Syntax { return d.L0.Pare... method IsPlaceholder (line 500) | func (d *Base) IsPlaceholder() bool { return false } method ProtoInternal (line 501) | func (d *Base) ProtoInternal(pragma.DoNotImplement) {} type BaseL0 (line 481) | type BaseL0 struct type stringName (line 503) | type stringName struct method InitJSON (line 511) | func (s *stringName) InitJSON(name string) { method lazyInit (line 516) | func (s *stringName) lazyInit(fd pref.FieldDescriptor) *stringName { method getJSON (line 544) | func (s *stringName) getJSON(fd pref.FieldDescriptor) string { return ... method getText (line 545) | func (s *stringName) getText(fd pref.FieldDescriptor) string { return ... function DefaultValue (line 547) | func DefaultValue(v pref.Value, ev pref.EnumValueDescriptor) defaultValue { function unmarshalDefault (line 557) | func unmarshalDefault(b []byte, k pref.Kind, pf *File, ed pref.EnumDescr... type defaultValue (line 584) | type defaultValue struct method get (line 591) | func (dv *defaultValue) get(fd pref.FieldDescriptor) pref.Value { FILE: _tools/src/google.golang.org/protobuf/internal/filedesc/desc_init.go type fileRaw (line 18) | type fileRaw struct function newRawFile (line 26) | func newRawFile(db Builder) *File { method initDecls (line 48) | func (fd *File) initDecls(numEnums, numMessages, numExtensions, numServi... method allocEnums (line 55) | func (fd *File) allocEnums(n int) []Enum { method allocMessages (line 61) | func (fd *File) allocMessages(n int) []Message { method allocExtensions (line 67) | func (fd *File) allocExtensions(n int) []Extension { method allocServices (line 73) | func (fd *File) allocServices(n int) []Service { method checkDecls (line 82) | func (fd *File) checkDecls() { method unmarshalSeed (line 94) | func (fd *File) unmarshalSeed(b []byte) { method unmarshalSeed (line 222) | func (ed *Enum) unmarshalSeed(b []byte, sb *strs.Builder, pf *File, pd p... method unmarshalSeed (line 274) | func (md *Message) unmarshalSeed(b []byte, sb *strs.Builder, pf *File, p... method unmarshalSeedOptions (line 369) | func (md *Message) unmarshalSeedOptions(b []byte) { method unmarshalSeed (line 390) | func (xd *Extension) unmarshalSeed(b []byte, sb *strs.Builder, pf *File,... method unmarshalSeed (line 426) | func (sd *Service) unmarshalSeed(b []byte, sb *strs.Builder, pf *File, p... function getBuilder (line 453) | func getBuilder() *strs.Builder { function putBuilder (line 456) | func putBuilder(b *strs.Builder) { function makeFullName (line 462) | func makeFullName(sb *strs.Builder, b []byte) pref.FullName { function appendFullName (line 469) | func appendFullName(sb *strs.Builder, prefix pref.FullName, suffix []byt... FILE: _tools/src/google.golang.org/protobuf/internal/filedesc/desc_lazy.go method lazyRawInit (line 19) | func (fd *File) lazyRawInit() { method resolveMessages (line 26) | func (file *File) resolveMessages() { method resolveExtensions (line 58) | func (file *File) resolveExtensions() { method resolveServices (line 80) | func (file *File) resolveServices() { method resolveEnumDependency (line 95) | func (file *File) resolveEnumDependency(ed pref.EnumDescriptor, i, j int... method resolveMessageDependency (line 113) | func (file *File) resolveMessageDependency(md pref.MessageDescriptor, i,... method unmarshalFull (line 131) | func (fd *File) unmarshalFull(b []byte) { method unmarshalFull (line 185) | func (ed *Enum) unmarshalFull(b []byte, sb *strs.Builder) { function unmarshalEnumReservedRange (line 222) | func unmarshalEnumReservedRange(b []byte) (r [2]pref.EnumNumber) { method unmarshalFull (line 244) | func (vd *EnumValue) unmarshalFull(b []byte, sb *strs.Builder, pf *File,... method unmarshalFull (line 279) | func (md *Message) unmarshalFull(b []byte, sb *strs.Builder) { method unmarshalOptions (line 341) | func (md *Message) unmarshalOptions(b []byte) { function unmarshalMessageReservedRange (line 362) | func unmarshalMessageReservedRange(b []byte) (r [2]pref.FieldNumber) { function unmarshalMessageExtensionRange (line 384) | func unmarshalMessageExtensionRange(b []byte) (r [2]pref.FieldNumber, ra... method unmarshalFull (line 413) | func (fd *Field) unmarshalFull(b []byte, sb *strs.Builder, pf *File, pd ... method unmarshalOptions (line 480) | func (fd *Field) unmarshalOptions(b []byte) { method unmarshalFull (line 507) | func (od *Oneof) unmarshalFull(b []byte, sb *strs.Builder, pf *File, pd ... method unmarshalFull (line 534) | func (xd *Extension) unmarshalFull(b []byte, sb *strs.Builder) { method unmarshalOptions (line 580) | func (xd *Extension) unmarshalOptions(b []byte) { method unmarshalFull (line 599) | func (sd *Service) unmarshalFull(b []byte, sb *strs.Builder) { method unmarshalFull (line 630) | func (md *Method) unmarshalFull(b []byte, sb *strs.Builder, pf *File, pd... function appendOptions (line 672) | func appendOptions(dst, src []byte) []byte { method optionsUnmarshaler (line 683) | func (db *Builder) optionsUnmarshaler(p *pref.ProtoMessage, b []byte) fu... FILE: _tools/src/google.golang.org/protobuf/internal/filedesc/desc_list.go type FileImports (line 23) | type FileImports method Len (line 25) | func (p *FileImports) Len() int { return le... method Get (line 26) | func (p *FileImports) Get(i int) pref.FileImport { return (*... method Format (line 27) | func (p *FileImports) Format(s fmt.State, r rune) { descfmt.F... method ProtoInternal (line 28) | func (p *FileImports) ProtoInternal(pragma.DoNotImplement) {} type Names (line 30) | type Names struct method Len (line 36) | func (p *Names) Len() int { return len(p.Li... method Get (line 37) | func (p *Names) Get(i int) pref.Name { return p.List[i] } method Has (line 38) | func (p *Names) Has(s pref.Name) bool { return p.lazyIn... method Format (line 39) | func (p *Names) Format(s fmt.State, r rune) { descfmt.FormatL... method ProtoInternal (line 40) | func (p *Names) ProtoInternal(pragma.DoNotImplement) {} method lazyInit (line 41) | func (p *Names) lazyInit() *Names { method CheckValid (line 55) | func (p *Names) CheckValid() error { type EnumRanges (line 69) | type EnumRanges struct method Len (line 75) | func (p *EnumRanges) Len() int { return len(p.List) } method Get (line 76) | func (p *EnumRanges) Get(i int) [2]pref.EnumNumber { return p.List[i] } method Has (line 77) | func (p *EnumRanges) Has(n pref.EnumNumber) bool { method Format (line 91) | func (p *EnumRanges) Format(s fmt.State, r rune) { descfmt.Fo... method ProtoInternal (line 92) | func (p *EnumRanges) ProtoInternal(pragma.DoNotImplement) {} method lazyInit (line 93) | func (p *EnumRanges) lazyInit() *EnumRanges { method CheckValid (line 105) | func (p *EnumRanges) CheckValid() error { type enumRange (line 120) | type enumRange method Start (line 122) | func (r enumRange) Start() protoreflect.EnumNumber { return r[0] } method End (line 123) | func (r enumRange) End() protoreflect.EnumNumber { return r[1] } method String (line 124) | func (r enumRange) String() string { type FieldRanges (line 131) | type FieldRanges struct method Len (line 137) | func (p *FieldRanges) Len() int { return len(p.Li... method Get (line 138) | func (p *FieldRanges) Get(i int) [2]pref.FieldNumber { return p.List[i] } method Has (line 139) | func (p *FieldRanges) Has(n pref.FieldNumber) bool { method Format (line 153) | func (p *FieldRanges) Format(s fmt.State, r rune) { descfmt.F... method ProtoInternal (line 154) | func (p *FieldRanges) ProtoInternal(pragma.DoNotImplement) {} method lazyInit (line 155) | func (p *FieldRanges) lazyInit() *FieldRanges { method CheckValid (line 167) | func (p *FieldRanges) CheckValid(isMessageSet bool) error { method CheckOverlap (line 194) | func (p *FieldRanges) CheckOverlap(q *FieldRanges) error { function isValidFieldNumber (line 189) | func isValidFieldNumber(n protoreflect.FieldNumber, isMessageSet bool) b... type fieldRange (line 212) | type fieldRange method Start (line 214) | func (r fieldRange) Start() protoreflect.FieldNumber { return r[0] } method End (line 215) | func (r fieldRange) End() protoreflect.FieldNumber { return r[1] - 1 } method String (line 216) | func (r fieldRange) String() string { type FieldNumbers (line 223) | type FieldNumbers struct method Len (line 229) | func (p *FieldNumbers) Len() int { return len(p.List) } method Get (line 230) | func (p *FieldNumbers) Get(i int) pref.FieldNumber { return p.List[i] } method Has (line 231) | func (p *FieldNumbers) Has(n pref.FieldNumber) bool { method Format (line 243) | func (p *FieldNumbers) Format(s fmt.State, r rune) { descfmt.... method ProtoInternal (line 244) | func (p *FieldNumbers) ProtoInternal(pragma.DoNotImplement) {} type OneofFields (line 246) | type OneofFields struct method Len (line 255) | func (p *OneofFields) Len() int ... method Get (line 256) | func (p *OneofFields) Get(i int) pref.FieldDescriptor ... method ByName (line 257) | func (p *OneofFields) ByName(s pref.Name) pref.FieldDescriptor ... method ByJSONName (line 258) | func (p *OneofFields) ByJSONName(s string) pref.FieldDescriptor ... method ByTextName (line 259) | func (p *OneofFields) ByTextName(s string) pref.FieldDescriptor ... method ByNumber (line 260) | func (p *OneofFields) ByNumber(n pref.FieldNumber) pref.FieldDescripto... method Format (line 261) | func (p *OneofFields) Format(s fmt.State, r rune) ... method ProtoInternal (line 262) | func (p *OneofFields) ProtoInternal(pragma.DoNotImplement) ... method lazyInit (line 264) | func (p *OneofFields) lazyInit() *OneofFields { type SourceLocations (line 283) | type SourceLocations struct method Len (line 298) | func (p *SourceLocations) Len() int { return len(... method Get (line 299) | func (p *SourceLocations) Get(i int) pref.SourceLocation { return p.la... method byKey (line 300) | func (p *SourceLocations) byKey(k pathKey) pref.SourceLocation { method ByPath (line 306) | func (p *SourceLocations) ByPath(path pref.SourcePath) pref.SourceLoca... method ByDescriptor (line 309) | func (p *SourceLocations) ByDescriptor(desc pref.Descriptor) pref.Sour... method lazyInit (line 407) | func (p *SourceLocations) lazyInit() *SourceLocations { method ProtoInternal (line 430) | func (p *SourceLocations) ProtoInternal(pragma.DoNotImplement) {} type pathKey (line 433) | type pathKey struct function newPathKey (line 438) | func newPathKey(p pref.SourcePath) (k pathKey) { FILE: _tools/src/google.golang.org/protobuf/internal/filedesc/desc_list_gen.go type Enums (line 18) | type Enums struct method Len (line 24) | func (p *Enums) Len() int { method Get (line 27) | func (p *Enums) Get(i int) protoreflect.EnumDescriptor { method ByName (line 30) | func (p *Enums) ByName(s protoreflect.Name) protoreflect.EnumDescriptor { method Format (line 36) | func (p *Enums) Format(s fmt.State, r rune) { method ProtoInternal (line 39) | func (p *Enums) ProtoInternal(pragma.DoNotImplement) {} method lazyInit (line 40) | func (p *Enums) lazyInit() *Enums { type EnumValues (line 55) | type EnumValues struct method Len (line 62) | func (p *EnumValues) Len() int { method Get (line 65) | func (p *EnumValues) Get(i int) protoreflect.EnumValueDescriptor { method ByName (line 68) | func (p *EnumValues) ByName(s protoreflect.Name) protoreflect.EnumValu... method ByNumber (line 74) | func (p *EnumValues) ByNumber(n protoreflect.EnumNumber) protoreflect.... method Format (line 80) | func (p *EnumValues) Format(s fmt.State, r rune) { method ProtoInternal (line 83) | func (p *EnumValues) ProtoInternal(pragma.DoNotImplement) {} method lazyInit (line 84) | func (p *EnumValues) lazyInit() *EnumValues { type Messages (line 103) | type Messages struct method Len (line 109) | func (p *Messages) Len() int { method Get (line 112) | func (p *Messages) Get(i int) protoreflect.MessageDescriptor { method ByName (line 115) | func (p *Messages) ByName(s protoreflect.Name) protoreflect.MessageDes... method Format (line 121) | func (p *Messages) Format(s fmt.State, r rune) { method ProtoInternal (line 124) | func (p *Messages) ProtoInternal(pragma.DoNotImplement) {} method lazyInit (line 125) | func (p *Messages) lazyInit() *Messages { type Fields (line 140) | type Fields struct method Len (line 149) | func (p *Fields) Len() int { method Get (line 152) | func (p *Fields) Get(i int) protoreflect.FieldDescriptor { method ByName (line 155) | func (p *Fields) ByName(s protoreflect.Name) protoreflect.FieldDescrip... method ByJSONName (line 161) | func (p *Fields) ByJSONName(s string) protoreflect.FieldDescriptor { method ByTextName (line 167) | func (p *Fields) ByTextName(s string) protoreflect.FieldDescriptor { method ByNumber (line 173) | func (p *Fields) ByNumber(n protoreflect.FieldNumber) protoreflect.Fie... method Format (line 179) | func (p *Fields) Format(s fmt.State, r rune) { method ProtoInternal (line 182) | func (p *Fields) ProtoInternal(pragma.DoNotImplement) {} method lazyInit (line 183) | func (p *Fields) lazyInit() *Fields { type Oneofs (line 210) | type Oneofs struct method Len (line 216) | func (p *Oneofs) Len() int { method Get (line 219) | func (p *Oneofs) Get(i int) protoreflect.OneofDescriptor { method ByName (line 222) | func (p *Oneofs) ByName(s protoreflect.Name) protoreflect.OneofDescrip... method Format (line 228) | func (p *Oneofs) Format(s fmt.State, r rune) { method ProtoInternal (line 231) | func (p *Oneofs) ProtoInternal(pragma.DoNotImplement) {} method lazyInit (line 232) | func (p *Oneofs) lazyInit() *Oneofs { type Extensions (line 247) | type Extensions struct method Len (line 253) | func (p *Extensions) Len() int { method Get (line 256) | func (p *Extensions) Get(i int) protoreflect.ExtensionDescriptor { method ByName (line 259) | func (p *Extensions) ByName(s protoreflect.Name) protoreflect.Extensio... method Format (line 265) | func (p *Extensions) Format(s fmt.State, r rune) { method ProtoInternal (line 268) | func (p *Extensions) ProtoInternal(pragma.DoNotImplement) {} method lazyInit (line 269) | func (p *Extensions) lazyInit() *Extensions { type Services (line 284) | type Services struct method Len (line 290) | func (p *Services) Len() int { method Get (line 293) | func (p *Services) Get(i int) protoreflect.ServiceDescriptor { method ByName (line 296) | func (p *Services) ByName(s protoreflect.Name) protoreflect.ServiceDes... method Format (line 302) | func (p *Services) Format(s fmt.State, r rune) { method ProtoInternal (line 305) | func (p *Services) ProtoInternal(pragma.DoNotImplement) {} method lazyInit (line 306) | func (p *Services) lazyInit() *Services { type Methods (line 321) | type Methods struct method Len (line 327) | func (p *Methods) Len() int { method Get (line 330) | func (p *Methods) Get(i int) protoreflect.MethodDescriptor { method ByName (line 333) | func (p *Methods) ByName(s protoreflect.Name) protoreflect.MethodDescr... method Format (line 339) | func (p *Methods) Format(s fmt.State, r rune) { method ProtoInternal (line 342) | func (p *Methods) ProtoInternal(pragma.DoNotImplement) {} method lazyInit (line 343) | func (p *Methods) lazyInit() *Methods { FILE: _tools/src/google.golang.org/protobuf/internal/filedesc/placeholder.go type PlaceholderFile (line 31) | type PlaceholderFile method ParentFile (line 33) | func (f PlaceholderFile) ParentFile() pref.FileDescriptor { retu... method Parent (line 34) | func (f PlaceholderFile) Parent() pref.Descriptor { retu... method Index (line 35) | func (f PlaceholderFile) Index() int { retu... method Syntax (line 36) | func (f PlaceholderFile) Syntax() pref.Syntax { retu... method Name (line 37) | func (f PlaceholderFile) Name() pref.Name { retu... method FullName (line 38) | func (f PlaceholderFile) FullName() pref.FullName { retu... method IsPlaceholder (line 39) | func (f PlaceholderFile) IsPlaceholder() bool { retu... method Options (line 40) | func (f PlaceholderFile) Options() pref.ProtoMessage { retu... method Path (line 41) | func (f PlaceholderFile) Path() string { retu... method Package (line 42) | func (f PlaceholderFile) Package() pref.FullName { retu... method Imports (line 43) | func (f PlaceholderFile) Imports() pref.FileImports { retu... method Messages (line 44) | func (f PlaceholderFile) Messages() pref.MessageDescriptors { retu... method Enums (line 45) | func (f PlaceholderFile) Enums() pref.EnumDescriptors { retu... method Extensions (line 46) | func (f PlaceholderFile) Extensions() pref.ExtensionDescriptors { retu... method Services (line 47) | func (f PlaceholderFile) Services() pref.ServiceDescriptors { retu... method SourceLocations (line 48) | func (f PlaceholderFile) SourceLocations() pref.SourceLocations { retu... method ProtoType (line 49) | func (f PlaceholderFile) ProtoType(pref.FileDescriptor) { retu... method ProtoInternal (line 50) | func (f PlaceholderFile) ProtoInternal(pragma.DoNotImplement) { retu... type PlaceholderEnum (line 53) | type PlaceholderEnum method ParentFile (line 55) | func (e PlaceholderEnum) ParentFile() pref.FileDescriptor { return... method Parent (line 56) | func (e PlaceholderEnum) Parent() pref.Descriptor { return... method Index (line 57) | func (e PlaceholderEnum) Index() int { return... method Syntax (line 58) | func (e PlaceholderEnum) Syntax() pref.Syntax { return... method Name (line 59) | func (e PlaceholderEnum) Name() pref.Name { return... method FullName (line 60) | func (e PlaceholderEnum) FullName() pref.FullName { return... method IsPlaceholder (line 61) | func (e PlaceholderEnum) IsPlaceholder() bool { return... method Options (line 62) | func (e PlaceholderEnum) Options() pref.ProtoMessage { return... method Values (line 63) | func (e PlaceholderEnum) Values() pref.EnumValueDescriptors { return... method ReservedNames (line 64) | func (e PlaceholderEnum) ReservedNames() pref.Names { return... method ReservedRanges (line 65) | func (e PlaceholderEnum) ReservedRanges() pref.EnumRanges { return... method ProtoType (line 66) | func (e PlaceholderEnum) ProtoType(pref.EnumDescriptor) { return } method ProtoInternal (line 67) | func (e PlaceholderEnum) ProtoInternal(pragma.DoNotImplement) { return } type PlaceholderEnumValue (line 70) | type PlaceholderEnumValue method ParentFile (line 72) | func (e PlaceholderEnumValue) ParentFile() pref.FileDescriptor { r... method Parent (line 73) | func (e PlaceholderEnumValue) Parent() pref.Descriptor { r... method Index (line 74) | func (e PlaceholderEnumValue) Index() int { r... method Syntax (line 75) | func (e PlaceholderEnumValue) Syntax() pref.Syntax { r... method Name (line 76) | func (e PlaceholderEnumValue) Name() pref.Name { r... method FullName (line 77) | func (e PlaceholderEnumValue) FullName() pref.FullName { r... method IsPlaceholder (line 78) | func (e PlaceholderEnumValue) IsPlaceholder() bool { r... method Options (line 79) | func (e PlaceholderEnumValue) Options() pref.ProtoMessage { r... method Number (line 80) | func (e PlaceholderEnumValue) Number() pref.EnumNumber { r... method ProtoType (line 81) | func (e PlaceholderEnumValue) ProtoType(pref.EnumValueDescriptor) { r... method ProtoInternal (line 82) | func (e PlaceholderEnumValue) ProtoInternal(pragma.DoNotImplement) { r... type PlaceholderMessage (line 85) | type PlaceholderMessage method ParentFile (line 87) | func (m PlaceholderMessage) ParentFile() pref.FileDescriptor ... method Parent (line 88) | func (m PlaceholderMessage) Parent() pref.Descriptor ... method Index (line 89) | func (m PlaceholderMessage) Index() int ... method Syntax (line 90) | func (m PlaceholderMessage) Syntax() pref.Syntax ... method Name (line 91) | func (m PlaceholderMessage) Name() pref.Name ... method FullName (line 92) | func (m PlaceholderMessage) FullName() pref.FullName ... method IsPlaceholder (line 93) | func (m PlaceholderMessage) IsPlaceholder() bool ... method Options (line 94) | func (m PlaceholderMessage) Options() pref.ProtoMessage ... method IsMapEntry (line 95) | func (m PlaceholderMessage) IsMapEntry() bool ... method Fields (line 96) | func (m PlaceholderMessage) Fields() pref.FieldDescriptors ... method Oneofs (line 97) | func (m PlaceholderMessage) Oneofs() pref.OneofDescriptors ... method ReservedNames (line 98) | func (m PlaceholderMessage) ReservedNames() pref.Names ... method ReservedRanges (line 99) | func (m PlaceholderMessage) ReservedRanges() pref.FieldRanges ... method RequiredNumbers (line 100) | func (m PlaceholderMessage) RequiredNumbers() pref.FieldNumbers ... method ExtensionRanges (line 101) | func (m PlaceholderMessage) ExtensionRanges() pref.FieldRanges ... method ExtensionRangeOptions (line 102) | func (m PlaceholderMessage) ExtensionRangeOptions(int) pref.ProtoMessa... method Messages (line 103) | func (m PlaceholderMessage) Messages() pref.MessageDescriptors ... method Enums (line 104) | func (m PlaceholderMessage) Enums() pref.EnumDescriptors ... method Extensions (line 105) | func (m PlaceholderMessage) Extensions() pref.ExtensionDescriptors ... method ProtoType (line 106) | func (m PlaceholderMessage) ProtoType(pref.MessageDescriptor) ... method ProtoInternal (line 107) | func (m PlaceholderMessage) ProtoInternal(pragma.DoNotImplement) ... FILE: _tools/src/google.golang.org/protobuf/internal/filetype/build.go type Builder (line 53) | type Builder struct method Build (line 122) | func (tb Builder) Build() (out Out) { type Out (line 118) | type Out struct type depIdxs (line 263) | type depIdxs method Get (line 266) | func (x depIdxs) Get(i, j int32) int32 { type resolverByIndex (line 271) | type resolverByIndex struct method FindEnumByIndex (line 283) | func (r *resolverByIndex) FindEnumByIndex(i, j int32, es []fdesc.Enum,... method FindMessageByIndex (line 291) | func (r *resolverByIndex) FindMessageByIndex(i, j int32, es []fdesc.En... type fileRegistry (line 276) | type fileRegistry interface FILE: _tools/src/google.golang.org/protobuf/internal/flags/flags.go constant ProtoLegacy (line 17) | ProtoLegacy = protoLegacy constant LazyUnmarshalExtensions (line 24) | LazyUnmarshalExtensions = ProtoLegacy FILE: _tools/src/google.golang.org/protobuf/internal/flags/proto_legacy_disable.go constant protoLegacy (line 9) | protoLegacy = false FILE: _tools/src/google.golang.org/protobuf/internal/flags/proto_legacy_enable.go constant protoLegacy (line 9) | protoLegacy = true FILE: _tools/src/google.golang.org/protobuf/internal/genid/any_gen.go constant File_google_protobuf_any_proto (line 13) | File_google_protobuf_any_proto = "google/protobuf/any.proto" constant Any_message_name (line 17) | Any_message_name protoreflect.Name = "Any" constant Any_message_fullname (line 18) | Any_message_fullname protoreflect.FullName = "google.protobuf.Any" constant Any_TypeUrl_field_name (line 23) | Any_TypeUrl_field_name protoreflect.Name = "type_url" constant Any_Value_field_name (line 24) | Any_Value_field_name protoreflect.Name = "value" constant Any_TypeUrl_field_fullname (line 26) | Any_TypeUrl_field_fullname protoreflect.FullName = "google.protobuf.Any.... constant Any_Value_field_fullname (line 27) | Any_Value_field_fullname protoreflect.FullName = "google.protobuf.Any.... constant Any_TypeUrl_field_number (line 32) | Any_TypeUrl_field_number protoreflect.FieldNumber = 1 constant Any_Value_field_number (line 33) | Any_Value_field_number protoreflect.FieldNumber = 2 FILE: _tools/src/google.golang.org/protobuf/internal/genid/api_gen.go constant File_google_protobuf_api_proto (line 13) | File_google_protobuf_api_proto = "google/protobuf/api.proto" constant Api_message_name (line 17) | Api_message_name protoreflect.Name = "Api" constant Api_message_fullname (line 18) | Api_message_fullname protoreflect.FullName = "google.protobuf.Api" constant Api_Name_field_name (line 23) | Api_Name_field_name protoreflect.Name = "name" constant Api_Methods_field_name (line 24) | Api_Methods_field_name protoreflect.Name = "methods" constant Api_Options_field_name (line 25) | Api_Options_field_name protoreflect.Name = "options" constant Api_Version_field_name (line 26) | Api_Version_field_name protoreflect.Name = "version" constant Api_SourceContext_field_name (line 27) | Api_SourceContext_field_name protoreflect.Name = "source_context" constant Api_Mixins_field_name (line 28) | Api_Mixins_field_name protoreflect.Name = "mixins" constant Api_Syntax_field_name (line 29) | Api_Syntax_field_name protoreflect.Name = "syntax" constant Api_Name_field_fullname (line 31) | Api_Name_field_fullname protoreflect.FullName = "google.protobu... constant Api_Methods_field_fullname (line 32) | Api_Methods_field_fullname protoreflect.FullName = "google.protobu... constant Api_Options_field_fullname (line 33) | Api_Options_field_fullname protoreflect.FullName = "google.protobu... constant Api_Version_field_fullname (line 34) | Api_Version_field_fullname protoreflect.FullName = "google.protobu... constant Api_SourceContext_field_fullname (line 35) | Api_SourceContext_field_fullname protoreflect.FullName = "google.protobu... constant Api_Mixins_field_fullname (line 36) | Api_Mixins_field_fullname protoreflect.FullName = "google.protobu... constant Api_Syntax_field_fullname (line 37) | Api_Syntax_field_fullname protoreflect.FullName = "google.protobu... constant Api_Name_field_number (line 42) | Api_Name_field_number protoreflect.FieldNumber = 1 constant Api_Methods_field_number (line 43) | Api_Methods_field_number protoreflect.FieldNumber = 2 constant Api_Options_field_number (line 44) | Api_Options_field_number protoreflect.FieldNumber = 3 constant Api_Version_field_number (line 45) | Api_Version_field_number protoreflect.FieldNumber = 4 constant Api_SourceContext_field_number (line 46) | Api_SourceContext_field_number protoreflect.FieldNumber = 5 constant Api_Mixins_field_number (line 47) | Api_Mixins_field_number protoreflect.FieldNumber = 6 constant Api_Syntax_field_number (line 48) | Api_Syntax_field_number protoreflect.FieldNumber = 7 constant Method_message_name (line 53) | Method_message_name protoreflect.Name = "Method" constant Method_message_fullname (line 54) | Method_message_fullname protoreflect.FullName = "google.protobuf.Method" constant Method_Name_field_name (line 59) | Method_Name_field_name protoreflect.Name = "name" constant Method_RequestTypeUrl_field_name (line 60) | Method_RequestTypeUrl_field_name protoreflect.Name = "request_type_url" constant Method_RequestStreaming_field_name (line 61) | Method_RequestStreaming_field_name protoreflect.Name = "request_streaming" constant Method_ResponseTypeUrl_field_name (line 62) | Method_ResponseTypeUrl_field_name protoreflect.Name = "response_type_url" constant Method_ResponseStreaming_field_name (line 63) | Method_ResponseStreaming_field_name protoreflect.Name = "response_stream... constant Method_Options_field_name (line 64) | Method_Options_field_name protoreflect.Name = "options" constant Method_Syntax_field_name (line 65) | Method_Syntax_field_name protoreflect.Name = "syntax" constant Method_Name_field_fullname (line 67) | Method_Name_field_fullname protoreflect.FullName = "google.... constant Method_RequestTypeUrl_field_fullname (line 68) | Method_RequestTypeUrl_field_fullname protoreflect.FullName = "google.... constant Method_RequestStreaming_field_fullname (line 69) | Method_RequestStreaming_field_fullname protoreflect.FullName = "google.... constant Method_ResponseTypeUrl_field_fullname (line 70) | Method_ResponseTypeUrl_field_fullname protoreflect.FullName = "google.... constant Method_ResponseStreaming_field_fullname (line 71) | Method_ResponseStreaming_field_fullname protoreflect.FullName = "google.... constant Method_Options_field_fullname (line 72) | Method_Options_field_fullname protoreflect.FullName = "google.... constant Method_Syntax_field_fullname (line 73) | Method_Syntax_field_fullname protoreflect.FullName = "google.... constant Method_Name_field_number (line 78) | Method_Name_field_number protoreflect.FieldNumber = 1 constant Method_RequestTypeUrl_field_number (line 79) | Method_RequestTypeUrl_field_number protoreflect.FieldNumber = 2 constant Method_RequestStreaming_field_number (line 80) | Method_RequestStreaming_field_number protoreflect.FieldNumber = 3 constant Method_ResponseTypeUrl_field_number (line 81) | Method_ResponseTypeUrl_field_number protoreflect.FieldNumber = 4 constant Method_ResponseStreaming_field_number (line 82) | Method_ResponseStreaming_field_number protoreflect.FieldNumber = 5 constant Method_Options_field_number (line 83) | Method_Options_field_number protoreflect.FieldNumber = 6 constant Method_Syntax_field_number (line 84) | Method_Syntax_field_number protoreflect.FieldNumber = 7 constant Mixin_message_name (line 89) | Mixin_message_name protoreflect.Name = "Mixin" constant Mixin_message_fullname (line 90) | Mixin_message_fullname protoreflect.FullName = "google.protobuf.Mixin" constant Mixin_Name_field_name (line 95) | Mixin_Name_field_name protoreflect.Name = "name" constant Mixin_Root_field_name (line 96) | Mixin_Root_field_name protoreflect.Name = "root" constant Mixin_Name_field_fullname (line 98) | Mixin_Name_field_fullname protoreflect.FullName = "google.protobuf.Mixin... constant Mixin_Root_field_fullname (line 99) | Mixin_Root_field_fullname protoreflect.FullName = "google.protobuf.Mixin... constant Mixin_Name_field_number (line 104) | Mixin_Name_field_number protoreflect.FieldNumber = 1 constant Mixin_Root_field_number (line 105) | Mixin_Root_field_number protoreflect.FieldNumber = 2 FILE: _tools/src/google.golang.org/protobuf/internal/genid/descriptor_gen.go constant File_google_protobuf_descriptor_proto (line 13) | File_google_protobuf_descriptor_proto = "google/protobuf/descriptor.proto" constant FileDescriptorSet_message_name (line 17) | FileDescriptorSet_message_name protoreflect.Name = "FileDescript... constant FileDescriptorSet_message_fullname (line 18) | FileDescriptorSet_message_fullname protoreflect.FullName = "google.proto... constant FileDescriptorSet_File_field_name (line 23) | FileDescriptorSet_File_field_name protoreflect.Name = "file" constant FileDescriptorSet_File_field_fullname (line 25) | FileDescriptorSet_File_field_fullname protoreflect.FullName = "google.pr... constant FileDescriptorSet_File_field_number (line 30) | FileDescriptorSet_File_field_number protoreflect.FieldNumber = 1 constant FileDescriptorProto_message_name (line 35) | FileDescriptorProto_message_name protoreflect.Name = "FileDescri... constant FileDescriptorProto_message_fullname (line 36) | FileDescriptorProto_message_fullname protoreflect.FullName = "google.pro... constant FileDescriptorProto_Name_field_name (line 41) | FileDescriptorProto_Name_field_name protoreflect.Name = "name" constant FileDescriptorProto_Package_field_name (line 42) | FileDescriptorProto_Package_field_name protoreflect.Name = "pac... constant FileDescriptorProto_Dependency_field_name (line 43) | FileDescriptorProto_Dependency_field_name protoreflect.Name = "dep... constant FileDescriptorProto_PublicDependency_field_name (line 44) | FileDescriptorProto_PublicDependency_field_name protoreflect.Name = "pub... constant FileDescriptorProto_WeakDependency_field_name (line 45) | FileDescriptorProto_WeakDependency_field_name protoreflect.Name = "wea... constant FileDescriptorProto_MessageType_field_name (line 46) | FileDescriptorProto_MessageType_field_name protoreflect.Name = "mes... constant FileDescriptorProto_EnumType_field_name (line 47) | FileDescriptorProto_EnumType_field_name protoreflect.Name = "enu... constant FileDescriptorProto_Service_field_name (line 48) | FileDescriptorProto_Service_field_name protoreflect.Name = "ser... constant FileDescriptorProto_Extension_field_name (line 49) | FileDescriptorProto_Extension_field_name protoreflect.Name = "ext... constant FileDescriptorProto_Options_field_name (line 50) | FileDescriptorProto_Options_field_name protoreflect.Name = "opt... constant FileDescriptorProto_SourceCodeInfo_field_name (line 51) | FileDescriptorProto_SourceCodeInfo_field_name protoreflect.Name = "sou... constant FileDescriptorProto_Syntax_field_name (line 52) | FileDescriptorProto_Syntax_field_name protoreflect.Name = "syn... constant FileDescriptorProto_Name_field_fullname (line 54) | FileDescriptorProto_Name_field_fullname protoreflect.FullNam... constant FileDescriptorProto_Package_field_fullname (line 55) | FileDescriptorProto_Package_field_fullname protoreflect.FullNam... constant FileDescriptorProto_Dependency_field_fullname (line 56) | FileDescriptorProto_Dependency_field_fullname protoreflect.FullNam... constant FileDescriptorProto_PublicDependency_field_fullname (line 57) | FileDescriptorProto_PublicDependency_field_fullname protoreflect.FullNam... constant FileDescriptorProto_WeakDependency_field_fullname (line 58) | FileDescriptorProto_WeakDependency_field_fullname protoreflect.FullNam... constant FileDescriptorProto_MessageType_field_fullname (line 59) | FileDescriptorProto_MessageType_field_fullname protoreflect.FullNam... constant FileDescriptorProto_EnumType_field_fullname (line 60) | FileDescriptorProto_EnumType_field_fullname protoreflect.FullNam... constant FileDescriptorProto_Service_field_fullname (line 61) | FileDescriptorProto_Service_field_fullname protoreflect.FullNam... constant FileDescriptorProto_Extension_field_fullname (line 62) | FileDescriptorProto_Extension_field_fullname protoreflect.FullNam... constant FileDescriptorProto_Options_field_fullname (line 63) | FileDescriptorProto_Options_field_fullname protoreflect.FullNam... constant FileDescriptorProto_SourceCodeInfo_field_fullname (line 64) | FileDescriptorProto_SourceCodeInfo_field_fullname protoreflect.FullNam... constant FileDescriptorProto_Syntax_field_fullname (line 65) | FileDescriptorProto_Syntax_field_fullname protoreflect.FullNam... constant FileDescriptorProto_Name_field_number (line 70) | FileDescriptorProto_Name_field_number protoreflect.FieldNumb... constant FileDescriptorProto_Package_field_number (line 71) | FileDescriptorProto_Package_field_number protoreflect.FieldNumb... constant FileDescriptorProto_Dependency_field_number (line 72) | FileDescriptorProto_Dependency_field_number protoreflect.FieldNumb... constant FileDescriptorProto_PublicDependency_field_number (line 73) | FileDescriptorProto_PublicDependency_field_number protoreflect.FieldNumb... constant FileDescriptorProto_WeakDependency_field_number (line 74) | FileDescriptorProto_WeakDependency_field_number protoreflect.FieldNumb... constant FileDescriptorProto_MessageType_field_number (line 75) | FileDescriptorProto_MessageType_field_number protoreflect.FieldNumb... constant FileDescriptorProto_EnumType_field_number (line 76) | FileDescriptorProto_EnumType_field_number protoreflect.FieldNumb... constant FileDescriptorProto_Service_field_number (line 77) | FileDescriptorProto_Service_field_number protoreflect.FieldNumb... constant FileDescriptorProto_Extension_field_number (line 78) | FileDescriptorProto_Extension_field_number protoreflect.FieldNumb... constant FileDescriptorProto_Options_field_number (line 79) | FileDescriptorProto_Options_field_number protoreflect.FieldNumb... constant FileDescriptorProto_SourceCodeInfo_field_number (line 80) | FileDescriptorProto_SourceCodeInfo_field_number protoreflect.FieldNumb... constant FileDescriptorProto_Syntax_field_number (line 81) | FileDescriptorProto_Syntax_field_number protoreflect.FieldNumb... constant DescriptorProto_message_name (line 86) | DescriptorProto_message_name protoreflect.Name = "DescriptorProto" constant DescriptorProto_message_fullname (line 87) | DescriptorProto_message_fullname protoreflect.FullName = "google.protobu... constant DescriptorProto_Name_field_name (line 92) | DescriptorProto_Name_field_name protoreflect.Name = "name" constant DescriptorProto_Field_field_name (line 93) | DescriptorProto_Field_field_name protoreflect.Name = "field" constant DescriptorProto_Extension_field_name (line 94) | DescriptorProto_Extension_field_name protoreflect.Name = "extension" constant DescriptorProto_NestedType_field_name (line 95) | DescriptorProto_NestedType_field_name protoreflect.Name = "nested_type" constant DescriptorProto_EnumType_field_name (line 96) | DescriptorProto_EnumType_field_name protoreflect.Name = "enum_type" constant DescriptorProto_ExtensionRange_field_name (line 97) | DescriptorProto_ExtensionRange_field_name protoreflect.Name = "extension... constant DescriptorProto_OneofDecl_field_name (line 98) | DescriptorProto_OneofDecl_field_name protoreflect.Name = "oneof_decl" constant DescriptorProto_Options_field_name (line 99) | DescriptorProto_Options_field_name protoreflect.Name = "options" constant DescriptorProto_ReservedRange_field_name (line 100) | DescriptorProto_ReservedRange_field_name protoreflect.Name = "reserved_... constant DescriptorProto_ReservedName_field_name (line 101) | DescriptorProto_ReservedName_field_name protoreflect.Name = "reserved_... constant DescriptorProto_Name_field_fullname (line 103) | DescriptorProto_Name_field_fullname protoreflect.FullName = "g... constant DescriptorProto_Field_field_fullname (line 104) | DescriptorProto_Field_field_fullname protoreflect.FullName = "g... constant DescriptorProto_Extension_field_fullname (line 105) | DescriptorProto_Extension_field_fullname protoreflect.FullName = "g... constant DescriptorProto_NestedType_field_fullname (line 106) | DescriptorProto_NestedType_field_fullname protoreflect.FullName = "g... constant DescriptorProto_EnumType_field_fullname (line 107) | DescriptorProto_EnumType_field_fullname protoreflect.FullName = "g... constant DescriptorProto_ExtensionRange_field_fullname (line 108) | DescriptorProto_ExtensionRange_field_fullname protoreflect.FullName = "g... constant DescriptorProto_OneofDecl_field_fullname (line 109) | DescriptorProto_OneofDecl_field_fullname protoreflect.FullName = "g... constant DescriptorProto_Options_field_fullname (line 110) | DescriptorProto_Options_field_fullname protoreflect.FullName = "g... constant DescriptorProto_ReservedRange_field_fullname (line 111) | DescriptorProto_ReservedRange_field_fullname protoreflect.FullName = "g... constant DescriptorProto_ReservedName_field_fullname (line 112) | DescriptorProto_ReservedName_field_fullname protoreflect.FullName = "g... constant DescriptorProto_Name_field_number (line 117) | DescriptorProto_Name_field_number protoreflect.FieldNumber = 1 constant DescriptorProto_Field_field_number (line 118) | DescriptorProto_Field_field_number protoreflect.FieldNumber = 2 constant DescriptorProto_Extension_field_number (line 119) | DescriptorProto_Extension_field_number protoreflect.FieldNumber = 6 constant DescriptorProto_NestedType_field_number (line 120) | DescriptorProto_NestedType_field_number protoreflect.FieldNumber = 3 constant DescriptorProto_EnumType_field_number (line 121) | DescriptorProto_EnumType_field_number protoreflect.FieldNumber = 4 constant DescriptorProto_ExtensionRange_field_number (line 122) | DescriptorProto_ExtensionRange_field_number protoreflect.FieldNumber = 5 constant DescriptorProto_OneofDecl_field_number (line 123) | DescriptorProto_OneofDecl_field_number protoreflect.FieldNumber = 8 constant DescriptorProto_Options_field_number (line 124) | DescriptorProto_Options_field_number protoreflect.FieldNumber = 7 constant DescriptorProto_ReservedRange_field_number (line 125) | DescriptorProto_ReservedRange_field_number protoreflect.FieldNumber = 9 constant DescriptorProto_ReservedName_field_number (line 126) | DescriptorProto_ReservedName_field_number protoreflect.FieldNumber = 10 constant DescriptorProto_ExtensionRange_message_name (line 131) | DescriptorProto_ExtensionRange_message_name protoreflect.Name = ... constant DescriptorProto_ExtensionRange_message_fullname (line 132) | DescriptorProto_ExtensionRange_message_fullname protoreflect.FullName = ... constant DescriptorProto_ExtensionRange_Start_field_name (line 137) | DescriptorProto_ExtensionRange_Start_field_name protoreflect.Name = "s... constant DescriptorProto_ExtensionRange_End_field_name (line 138) | DescriptorProto_ExtensionRange_End_field_name protoreflect.Name = "end" constant DescriptorProto_ExtensionRange_Options_field_name (line 139) | DescriptorProto_ExtensionRange_Options_field_name protoreflect.Name = "o... constant DescriptorProto_ExtensionRange_Start_field_fullname (line 141) | DescriptorProto_ExtensionRange_Start_field_fullname protoreflect.FullN... constant DescriptorProto_ExtensionRange_End_field_fullname (line 142) | DescriptorProto_ExtensionRange_End_field_fullname protoreflect.FullN... constant DescriptorProto_ExtensionRange_Options_field_fullname (line 143) | DescriptorProto_ExtensionRange_Options_field_fullname protoreflect.FullN... constant DescriptorProto_ExtensionRange_Start_field_number (line 148) | DescriptorProto_ExtensionRange_Start_field_number protoreflect.FieldNu... constant DescriptorProto_ExtensionRange_End_field_number (line 149) | DescriptorProto_ExtensionRange_End_field_number protoreflect.FieldNu... constant DescriptorProto_ExtensionRange_Options_field_number (line 150) | DescriptorProto_ExtensionRange_Options_field_number protoreflect.FieldNu... constant DescriptorProto_ReservedRange_message_name (line 155) | DescriptorProto_ReservedRange_message_name protoreflect.Name = "... constant DescriptorProto_ReservedRange_message_fullname (line 156) | DescriptorProto_ReservedRange_message_fullname protoreflect.FullName = "... constant DescriptorProto_ReservedRange_Start_field_name (line 161) | DescriptorProto_ReservedRange_Start_field_name protoreflect.Name = "start" constant DescriptorProto_ReservedRange_End_field_name (line 162) | DescriptorProto_ReservedRange_End_field_name protoreflect.Name = "end" constant DescriptorProto_ReservedRange_Start_field_fullname (line 164) | DescriptorProto_ReservedRange_Start_field_fullname protoreflect.FullName... constant DescriptorProto_ReservedRange_End_field_fullname (line 165) | DescriptorProto_ReservedRange_End_field_fullname protoreflect.FullName... constant DescriptorProto_ReservedRange_Start_field_number (line 170) | DescriptorProto_ReservedRange_Start_field_number protoreflect.FieldNumbe... constant DescriptorProto_ReservedRange_End_field_number (line 171) | DescriptorProto_ReservedRange_End_field_number protoreflect.FieldNumbe... constant ExtensionRangeOptions_message_name (line 176) | ExtensionRangeOptions_message_name protoreflect.Name = "Extensio... constant ExtensionRangeOptions_message_fullname (line 177) | ExtensionRangeOptions_message_fullname protoreflect.FullName = "google.p... constant ExtensionRangeOptions_UninterpretedOption_field_name (line 182) | ExtensionRangeOptions_UninterpretedOption_field_name protoreflect.Name =... constant ExtensionRangeOptions_UninterpretedOption_field_fullname (line 184) | ExtensionRangeOptions_UninterpretedOption_field_fullname protoreflect.Fu... constant ExtensionRangeOptions_UninterpretedOption_field_number (line 189) | ExtensionRangeOptions_UninterpretedOption_field_number protoreflect.Fiel... constant FieldDescriptorProto_message_name (line 194) | FieldDescriptorProto_message_name protoreflect.Name = "FieldDesc... constant FieldDescriptorProto_message_fullname (line 195) | FieldDescriptorProto_message_fullname protoreflect.FullName = "google.pr... constant FieldDescriptorProto_Name_field_name (line 200) | FieldDescriptorProto_Name_field_name protoreflect.Name = "name" constant FieldDescriptorProto_Number_field_name (line 201) | FieldDescriptorProto_Number_field_name protoreflect.Name = "number" constant FieldDescriptorProto_Label_field_name (line 202) | FieldDescriptorProto_Label_field_name protoreflect.Name = "label" constant FieldDescriptorProto_Type_field_name (line 203) | FieldDescriptorProto_Type_field_name protoreflect.Name = "type" constant FieldDescriptorProto_TypeName_field_name (line 204) | FieldDescriptorProto_TypeName_field_name protoreflect.Name = "type... constant FieldDescriptorProto_Extendee_field_name (line 205) | FieldDescriptorProto_Extendee_field_name protoreflect.Name = "exte... constant FieldDescriptorProto_DefaultValue_field_name (line 206) | FieldDescriptorProto_DefaultValue_field_name protoreflect.Name = "defa... constant FieldDescriptorProto_OneofIndex_field_name (line 207) | FieldDescriptorProto_OneofIndex_field_name protoreflect.Name = "oneo... constant FieldDescriptorProto_JsonName_field_name (line 208) | FieldDescriptorProto_JsonName_field_name protoreflect.Name = "json... constant FieldDescriptorProto_Options_field_name (line 209) | FieldDescriptorProto_Options_field_name protoreflect.Name = "opti... constant FieldDescriptorProto_Proto3Optional_field_name (line 210) | FieldDescriptorProto_Proto3Optional_field_name protoreflect.Name = "prot... constant FieldDescriptorProto_Name_field_fullname (line 212) | FieldDescriptorProto_Name_field_fullname protoreflect.FullName... constant FieldDescriptorProto_Number_field_fullname (line 213) | FieldDescriptorProto_Number_field_fullname protoreflect.FullName... constant FieldDescriptorProto_Label_field_fullname (line 214) | FieldDescriptorProto_Label_field_fullname protoreflect.FullName... constant FieldDescriptorProto_Type_field_fullname (line 215) | FieldDescriptorProto_Type_field_fullname protoreflect.FullName... constant FieldDescriptorProto_TypeName_field_fullname (line 216) | FieldDescriptorProto_TypeName_field_fullname protoreflect.FullName... constant FieldDescriptorProto_Extendee_field_fullname (line 217) | FieldDescriptorProto_Extendee_field_fullname protoreflect.FullName... constant FieldDescriptorProto_DefaultValue_field_fullname (line 218) | FieldDescriptorProto_DefaultValue_field_fullname protoreflect.FullName... constant FieldDescriptorProto_OneofIndex_field_fullname (line 219) | FieldDescriptorProto_OneofIndex_field_fullname protoreflect.FullName... constant FieldDescriptorProto_JsonName_field_fullname (line 220) | FieldDescriptorProto_JsonName_field_fullname protoreflect.FullName... constant FieldDescriptorProto_Options_field_fullname (line 221) | FieldDescriptorProto_Options_field_fullname protoreflect.FullName... constant FieldDescriptorProto_Proto3Optional_field_fullname (line 222) | FieldDescriptorProto_Proto3Optional_field_fullname protoreflect.FullName... constant FieldDescriptorProto_Name_field_number (line 227) | FieldDescriptorProto_Name_field_number protoreflect.FieldNumbe... constant FieldDescriptorProto_Number_field_number (line 228) | FieldDescriptorProto_Number_field_number protoreflect.FieldNumbe... constant FieldDescriptorProto_Label_field_number (line 229) | FieldDescriptorProto_Label_field_number protoreflect.FieldNumbe... constant FieldDescriptorProto_Type_field_number (line 230) | FieldDescriptorProto_Type_field_number protoreflect.FieldNumbe... constant FieldDescriptorProto_TypeName_field_number (line 231) | FieldDescriptorProto_TypeName_field_number protoreflect.FieldNumbe... constant FieldDescriptorProto_Extendee_field_number (line 232) | FieldDescriptorProto_Extendee_field_number protoreflect.FieldNumbe... constant FieldDescriptorProto_DefaultValue_field_number (line 233) | FieldDescriptorProto_DefaultValue_field_number protoreflect.FieldNumbe... constant FieldDescriptorProto_OneofIndex_field_number (line 234) | FieldDescriptorProto_OneofIndex_field_number protoreflect.FieldNumbe... constant FieldDescriptorProto_JsonName_field_number (line 235) | FieldDescriptorProto_JsonName_field_number protoreflect.FieldNumbe... constant FieldDescriptorProto_Options_field_number (line 236) | FieldDescriptorProto_Options_field_number protoreflect.FieldNumbe... constant FieldDescriptorProto_Proto3Optional_field_number (line 237) | FieldDescriptorProto_Proto3Optional_field_number protoreflect.FieldNumbe... constant FieldDescriptorProto_Type_enum_fullname (line 242) | FieldDescriptorProto_Type_enum_fullname = "google.protobuf.FieldDescript... constant FieldDescriptorProto_Type_enum_name (line 243) | FieldDescriptorProto_Type_enum_name = "Type" constant FieldDescriptorProto_Label_enum_fullname (line 248) | FieldDescriptorProto_Label_enum_fullname = "google.protobuf.FieldDescrip... constant FieldDescriptorProto_Label_enum_name (line 249) | FieldDescriptorProto_Label_enum_name = "Label" constant OneofDescriptorProto_message_name (line 254) | OneofDescriptorProto_message_name protoreflect.Name = "OneofDesc... constant OneofDescriptorProto_message_fullname (line 255) | OneofDescriptorProto_message_fullname protoreflect.FullName = "google.pr... constant OneofDescriptorProto_Name_field_name (line 260) | OneofDescriptorProto_Name_field_name protoreflect.Name = "name" constant OneofDescriptorProto_Options_field_name (line 261) | OneofDescriptorProto_Options_field_name protoreflect.Name = "options" constant OneofDescriptorProto_Name_field_fullname (line 263) | OneofDescriptorProto_Name_field_fullname protoreflect.FullName = "goo... constant OneofDescriptorProto_Options_field_fullname (line 264) | OneofDescriptorProto_Options_field_fullname protoreflect.FullName = "goo... constant OneofDescriptorProto_Name_field_number (line 269) | OneofDescriptorProto_Name_field_number protoreflect.FieldNumber = 1 constant OneofDescriptorProto_Options_field_number (line 270) | OneofDescriptorProto_Options_field_number protoreflect.FieldNumber = 2 constant EnumDescriptorProto_message_name (line 275) | EnumDescriptorProto_message_name protoreflect.Name = "EnumDescri... constant EnumDescriptorProto_message_fullname (line 276) | EnumDescriptorProto_message_fullname protoreflect.FullName = "google.pro... constant EnumDescriptorProto_Name_field_name (line 281) | EnumDescriptorProto_Name_field_name protoreflect.Name = "name" constant EnumDescriptorProto_Value_field_name (line 282) | EnumDescriptorProto_Value_field_name protoreflect.Name = "value" constant EnumDescriptorProto_Options_field_name (line 283) | EnumDescriptorProto_Options_field_name protoreflect.Name = "options" constant EnumDescriptorProto_ReservedRange_field_name (line 284) | EnumDescriptorProto_ReservedRange_field_name protoreflect.Name = "reserv... constant EnumDescriptorProto_ReservedName_field_name (line 285) | EnumDescriptorProto_ReservedName_field_name protoreflect.Name = "reserv... constant EnumDescriptorProto_Name_field_fullname (line 287) | EnumDescriptorProto_Name_field_fullname protoreflect.FullName =... constant EnumDescriptorProto_Value_field_fullname (line 288) | EnumDescriptorProto_Value_field_fullname protoreflect.FullName =... constant EnumDescriptorProto_Options_field_fullname (line 289) | EnumDescriptorProto_Options_field_fullname protoreflect.FullName =... constant EnumDescriptorProto_ReservedRange_field_fullname (line 290) | EnumDescriptorProto_ReservedRange_field_fullname protoreflect.FullName =... constant EnumDescriptorProto_ReservedName_field_fullname (line 291) | EnumDescriptorProto_ReservedName_field_fullname protoreflect.FullName =... constant EnumDescriptorProto_Name_field_number (line 296) | EnumDescriptorProto_Name_field_number protoreflect.FieldNumber = 1 constant EnumDescriptorProto_Value_field_number (line 297) | EnumDescriptorProto_Value_field_number protoreflect.FieldNumber = 2 constant EnumDescriptorProto_Options_field_number (line 298) | EnumDescriptorProto_Options_field_number protoreflect.FieldNumber = 3 constant EnumDescriptorProto_ReservedRange_field_number (line 299) | EnumDescriptorProto_ReservedRange_field_number protoreflect.FieldNumber = 4 constant EnumDescriptorProto_ReservedName_field_number (line 300) | EnumDescriptorProto_ReservedName_field_number protoreflect.FieldNumber = 5 constant EnumDescriptorProto_EnumReservedRange_message_name (line 305) | EnumDescriptorProto_EnumReservedRange_message_name protoreflect.Name... constant EnumDescriptorProto_EnumReservedRange_message_fullname (line 306) | EnumDescriptorProto_EnumReservedRange_message_fullname protoreflect.Full... constant EnumDescriptorProto_EnumReservedRange_Start_field_name (line 311) | EnumDescriptorProto_EnumReservedRange_Start_field_name protoreflect.Name... constant EnumDescriptorProto_EnumReservedRange_End_field_name (line 312) | EnumDescriptorProto_EnumReservedRange_End_field_name protoreflect.Name... constant EnumDescriptorProto_EnumReservedRange_Start_field_fullname (line 314) | EnumDescriptorProto_EnumReservedRange_Start_field_fullname protoreflect.... constant EnumDescriptorProto_EnumReservedRange_End_field_fullname (line 315) | EnumDescriptorProto_EnumReservedRange_End_field_fullname protoreflect.... constant EnumDescriptorProto_EnumReservedRange_Start_field_number (line 320) | EnumDescriptorProto_EnumReservedRange_Start_field_number protoreflect.Fi... constant EnumDescriptorProto_EnumReservedRange_End_field_number (line 321) | EnumDescriptorProto_EnumReservedRange_End_field_number protoreflect.Fi... constant EnumValueDescriptorProto_message_name (line 326) | EnumValueDescriptorProto_message_name protoreflect.Name = "EnumV... constant EnumValueDescriptorProto_message_fullname (line 327) | EnumValueDescriptorProto_message_fullname protoreflect.FullName = "googl... constant EnumValueDescriptorProto_Name_field_name (line 332) | EnumValueDescriptorProto_Name_field_name protoreflect.Name = "name" constant EnumValueDescriptorProto_Number_field_name (line 333) | EnumValueDescriptorProto_Number_field_name protoreflect.Name = "number" constant EnumValueDescriptorProto_Options_field_name (line 334) | EnumValueDescriptorProto_Options_field_name protoreflect.Name = "options" constant EnumValueDescriptorProto_Name_field_fullname (line 336) | EnumValueDescriptorProto_Name_field_fullname protoreflect.FullName = ... constant EnumValueDescriptorProto_Number_field_fullname (line 337) | EnumValueDescriptorProto_Number_field_fullname protoreflect.FullName = ... constant EnumValueDescriptorProto_Options_field_fullname (line 338) | EnumValueDescriptorProto_Options_field_fullname protoreflect.FullName = ... constant EnumValueDescriptorProto_Name_field_number (line 343) | EnumValueDescriptorProto_Name_field_number protoreflect.FieldNumber = 1 constant EnumValueDescriptorProto_Number_field_number (line 344) | EnumValueDescriptorProto_Number_field_number protoreflect.FieldNumber = 2 constant EnumValueDescriptorProto_Options_field_number (line 345) | EnumValueDescriptorProto_Options_field_number protoreflect.FieldNumber = 3 constant ServiceDescriptorProto_message_name (line 350) | ServiceDescriptorProto_message_name protoreflect.Name = "Service... constant ServiceDescriptorProto_message_fullname (line 351) | ServiceDescriptorProto_message_fullname protoreflect.FullName = "google.... constant ServiceDescriptorProto_Name_field_name (line 356) | ServiceDescriptorProto_Name_field_name protoreflect.Name = "name" constant ServiceDescriptorProto_Method_field_name (line 357) | ServiceDescriptorProto_Method_field_name protoreflect.Name = "method" constant ServiceDescriptorProto_Options_field_name (line 358) | ServiceDescriptorProto_Options_field_name protoreflect.Name = "options" constant ServiceDescriptorProto_Name_field_fullname (line 360) | ServiceDescriptorProto_Name_field_fullname protoreflect.FullName = "g... constant ServiceDescriptorProto_Method_field_fullname (line 361) | ServiceDescriptorProto_Method_field_fullname protoreflect.FullName = "g... constant ServiceDescriptorProto_Options_field_fullname (line 362) | ServiceDescriptorProto_Options_field_fullname protoreflect.FullName = "g... constant ServiceDescriptorProto_Name_field_number (line 367) | ServiceDescriptorProto_Name_field_number protoreflect.FieldNumber = 1 constant ServiceDescriptorProto_Method_field_number (line 368) | ServiceDescriptorProto_Method_field_number protoreflect.FieldNumber = 2 constant ServiceDescriptorProto_Options_field_number (line 369) | ServiceDescriptorProto_Options_field_number protoreflect.FieldNumber = 3 constant MethodDescriptorProto_message_name (line 374) | MethodDescriptorProto_message_name protoreflect.Name = "MethodDe... constant MethodDescriptorProto_message_fullname (line 375) | MethodDescriptorProto_message_fullname protoreflect.FullName = "google.p... constant MethodDescriptorProto_Name_field_name (line 380) | MethodDescriptorProto_Name_field_name protoreflect.Name = "name" constant MethodDescriptorProto_InputType_field_name (line 381) | MethodDescriptorProto_InputType_field_name protoreflect.Name = "in... constant MethodDescriptorProto_OutputType_field_name (line 382) | MethodDescriptorProto_OutputType_field_name protoreflect.Name = "ou... constant MethodDescriptorProto_Options_field_name (line 383) | MethodDescriptorProto_Options_field_name protoreflect.Name = "op... constant MethodDescriptorProto_ClientStreaming_field_name (line 384) | MethodDescriptorProto_ClientStreaming_field_name protoreflect.Name = "cl... constant MethodDescriptorProto_ServerStreaming_field_name (line 385) | MethodDescriptorProto_ServerStreaming_field_name protoreflect.Name = "se... constant MethodDescriptorProto_Name_field_fullname (line 387) | MethodDescriptorProto_Name_field_fullname protoreflect.FullNa... constant MethodDescriptorProto_InputType_field_fullname (line 388) | MethodDescriptorProto_InputType_field_fullname protoreflect.FullNa... constant MethodDescriptorProto_OutputType_field_fullname (line 389) | MethodDescriptorProto_OutputType_field_fullname protoreflect.FullNa... constant MethodDescriptorProto_Options_field_fullname (line 390) | MethodDescriptorProto_Options_field_fullname protoreflect.FullNa... constant MethodDescriptorProto_ClientStreaming_field_fullname (line 391) | MethodDescriptorProto_ClientStreaming_field_fullname protoreflect.FullNa... constant MethodDescriptorProto_ServerStreaming_field_fullname (line 392) | MethodDescriptorProto_ServerStreaming_field_fullname protoreflect.FullNa... constant MethodDescriptorProto_Name_field_number (line 397) | MethodDescriptorProto_Name_field_number protoreflect.FieldNum... constant MethodDescriptorProto_InputType_field_number (line 398) | MethodDescriptorProto_InputType_field_number protoreflect.FieldNum... constant MethodDescriptorProto_OutputType_field_number (line 399) | MethodDescriptorProto_OutputType_field_number protoreflect.FieldNum... constant MethodDescriptorProto_Options_field_number (line 400) | MethodDescriptorProto_Options_field_number protoreflect.FieldNum... constant MethodDescriptorProto_ClientStreaming_field_number (line 401) | MethodDescriptorProto_ClientStreaming_field_number protoreflect.FieldNum... constant MethodDescriptorProto_ServerStreaming_field_number (line 402) | MethodDescriptorProto_ServerStreaming_field_number protoreflect.FieldNum... constant FileOptions_message_name (line 407) | FileOptions_message_name protoreflect.Name = "FileOptions" constant FileOptions_message_fullname (line 408) | FileOptions_message_fullname protoreflect.FullName = "google.protobuf.Fi... constant FileOptions_JavaPackage_field_name (line 413) | FileOptions_JavaPackage_field_name protoreflect.Name = "ja... constant FileOptions_JavaOuterClassname_field_name (line 414) | FileOptions_JavaOuterClassname_field_name protoreflect.Name = "ja... constant FileOptions_JavaMultipleFiles_field_name (line 415) | FileOptions_JavaMultipleFiles_field_name protoreflect.Name = "ja... constant FileOptions_JavaGenerateEqualsAndHash_field_name (line 416) | FileOptions_JavaGenerateEqualsAndHash_field_name protoreflect.Name = "ja... constant FileOptions_JavaStringCheckUtf8_field_name (line 417) | FileOptions_JavaStringCheckUtf8_field_name protoreflect.Name = "ja... constant FileOptions_OptimizeFor_field_name (line 418) | FileOptions_OptimizeFor_field_name protoreflect.Name = "op... constant FileOptions_GoPackage_field_name (line 419) | FileOptions_GoPackage_field_name protoreflect.Name = "go... constant FileOptions_CcGenericServices_field_name (line 420) | FileOptions_CcGenericServices_field_name protoreflect.Name = "cc... constant FileOptions_JavaGenericServices_field_name (line 421) | FileOptions_JavaGenericServices_field_name protoreflect.Name = "ja... constant FileOptions_PyGenericServices_field_name (line 422) | FileOptions_PyGenericServices_field_name protoreflect.Name = "py... constant FileOptions_PhpGenericServices_field_name (line 423) | FileOptions_PhpGenericServices_field_name protoreflect.Name = "ph... constant FileOptions_Deprecated_field_name (line 424) | FileOptions_Deprecated_field_name protoreflect.Name = "de... constant FileOptions_CcEnableArenas_field_name (line 425) | FileOptions_CcEnableArenas_field_name protoreflect.Name = "cc... constant FileOptions_ObjcClassPrefix_field_name (line 426) | FileOptions_ObjcClassPrefix_field_name protoreflect.Name = "ob... constant FileOptions_CsharpNamespace_field_name (line 427) | FileOptions_CsharpNamespace_field_name protoreflect.Name = "cs... constant FileOptions_SwiftPrefix_field_name (line 428) | FileOptions_SwiftPrefix_field_name protoreflect.Name = "sw... constant FileOptions_PhpClassPrefix_field_name (line 429) | FileOptions_PhpClassPrefix_field_name protoreflect.Name = "ph... constant FileOptions_PhpNamespace_field_name (line 430) | FileOptions_PhpNamespace_field_name protoreflect.Name = "ph... constant FileOptions_PhpMetadataNamespace_field_name (line 431) | FileOptions_PhpMetadataNamespace_field_name protoreflect.Name = "ph... constant FileOptions_RubyPackage_field_name (line 432) | FileOptions_RubyPackage_field_name protoreflect.Name = "ru... constant FileOptions_UninterpretedOption_field_name (line 433) | FileOptions_UninterpretedOption_field_name protoreflect.Name = "un... constant FileOptions_JavaPackage_field_fullname (line 435) | FileOptions_JavaPackage_field_fullname protoreflect.FullNa... constant FileOptions_JavaOuterClassname_field_fullname (line 436) | FileOptions_JavaOuterClassname_field_fullname protoreflect.FullNa... constant FileOptions_JavaMultipleFiles_field_fullname (line 437) | FileOptions_JavaMultipleFiles_field_fullname protoreflect.FullNa... constant FileOptions_JavaGenerateEqualsAndHash_field_fullname (line 438) | FileOptions_JavaGenerateEqualsAndHash_field_fullname protoreflect.FullNa... constant FileOptions_JavaStringCheckUtf8_field_fullname (line 439) | FileOptions_JavaStringCheckUtf8_field_fullname protoreflect.FullNa... constant FileOptions_OptimizeFor_field_fullname (line 440) | FileOptions_OptimizeFor_field_fullname protoreflect.FullNa... constant FileOptions_GoPackage_field_fullname (line 441) | FileOptions_GoPackage_field_fullname protoreflect.FullNa... constant FileOptions_CcGenericServices_field_fullname (line 442) | FileOptions_CcGenericServices_field_fullname protoreflect.FullNa... constant FileOptions_JavaGenericServices_field_fullname (line 443) | FileOptions_JavaGenericServices_field_fullname protoreflect.FullNa... constant FileOptions_PyGenericServices_field_fullname (line 444) | FileOptions_PyGenericServices_field_fullname protoreflect.FullNa... constant FileOptions_PhpGenericServices_field_fullname (line 445) | FileOptions_PhpGenericServices_field_fullname protoreflect.FullNa... constant FileOptions_Deprecated_field_fullname (line 446) | FileOptions_Deprecated_field_fullname protoreflect.FullNa... constant FileOptions_CcEnableArenas_field_fullname (line 447) | FileOptions_CcEnableArenas_field_fullname protoreflect.FullNa... constant FileOptions_ObjcClassPrefix_field_fullname (line 448) | FileOptions_ObjcClassPrefix_field_fullname protoreflect.FullNa... constant FileOptions_CsharpNamespace_field_fullname (line 449) | FileOptions_CsharpNamespace_field_fullname protoreflect.FullNa... constant FileOptions_SwiftPrefix_field_fullname (line 450) | FileOptions_SwiftPrefix_field_fullname protoreflect.FullNa... constant FileOptions_PhpClassPrefix_field_fullname (line 451) | FileOptions_PhpClassPrefix_field_fullname protoreflect.FullNa... constant FileOptions_PhpNamespace_field_fullname (line 452) | FileOptions_PhpNamespace_field_fullname protoreflect.FullNa... constant FileOptions_PhpMetadataNamespace_field_fullname (line 453) | FileOptions_PhpMetadataNamespace_field_fullname protoreflect.FullNa... constant FileOptions_RubyPackage_field_fullname (line 454) | FileOptions_RubyPackage_field_fullname protoreflect.FullNa... constant FileOptions_UninterpretedOption_field_fullname (line 455) | FileOptions_UninterpretedOption_field_fullname protoreflect.FullNa... constant FileOptions_JavaPackage_field_number (line 460) | FileOptions_JavaPackage_field_number protoreflect.FieldNum... constant FileOptions_JavaOuterClassname_field_number (line 461) | FileOptions_JavaOuterClassname_field_number protoreflect.FieldNum... constant FileOptions_JavaMultipleFiles_field_number (line 462) | FileOptions_JavaMultipleFiles_field_number protoreflect.FieldNum... constant FileOptions_JavaGenerateEqualsAndHash_field_number (line 463) | FileOptions_JavaGenerateEqualsAndHash_field_number protoreflect.FieldNum... constant FileOptions_JavaStringCheckUtf8_field_number (line 464) | FileOptions_JavaStringCheckUtf8_field_number protoreflect.FieldNum... constant FileOptions_OptimizeFor_field_number (line 465) | FileOptions_OptimizeFor_field_number protoreflect.FieldNum... constant FileOptions_GoPackage_field_number (line 466) | FileOptions_GoPackage_field_number protoreflect.FieldNum... constant FileOptions_CcGenericServices_field_number (line 467) | FileOptions_CcGenericServices_field_number protoreflect.FieldNum... constant FileOptions_JavaGenericServices_field_number (line 468) | FileOptions_JavaGenericServices_field_number protoreflect.FieldNum... constant FileOptions_PyGenericServices_field_number (line 469) | FileOptions_PyGenericServices_field_number protoreflect.FieldNum... constant FileOptions_PhpGenericServices_field_number (line 470) | FileOptions_PhpGenericServices_field_number protoreflect.FieldNum... constant FileOptions_Deprecated_field_number (line 471) | FileOptions_Deprecated_field_number protoreflect.FieldNum... constant FileOptions_CcEnableArenas_field_number (line 472) | FileOptions_CcEnableArenas_field_number protoreflect.FieldNum... constant FileOptions_ObjcClassPrefix_field_number (line 473) | FileOptions_ObjcClassPrefix_field_number protoreflect.FieldNum... constant FileOptions_CsharpNamespace_field_number (line 474) | FileOptions_CsharpNamespace_field_number protoreflect.FieldNum... constant FileOptions_SwiftPrefix_field_number (line 475) | FileOptions_SwiftPrefix_field_number protoreflect.FieldNum... constant FileOptions_PhpClassPrefix_field_number (line 476) | FileOptions_PhpClassPrefix_field_number protoreflect.FieldNum... constant FileOptions_PhpNamespace_field_number (line 477) | FileOptions_PhpNamespace_field_number protoreflect.FieldNum... constant FileOptions_PhpMetadataNamespace_field_number (line 478) | FileOptions_PhpMetadataNamespace_field_number protoreflect.FieldNum... constant FileOptions_RubyPackage_field_number (line 479) | FileOptions_RubyPackage_field_number protoreflect.FieldNum... constant FileOptions_UninterpretedOption_field_number (line 480) | FileOptions_UninterpretedOption_field_number protoreflect.FieldNum... constant FileOptions_OptimizeMode_enum_fullname (line 485) | FileOptions_OptimizeMode_enum_fullname = "google.protobuf.FileOptions.Op... constant FileOptions_OptimizeMode_enum_name (line 486) | FileOptions_OptimizeMode_enum_name = "OptimizeMode" constant MessageOptions_message_name (line 491) | MessageOptions_message_name protoreflect.Name = "MessageOptions" constant MessageOptions_message_fullname (line 492) | MessageOptions_message_fullname protoreflect.FullName = "google.protobuf... constant MessageOptions_MessageSetWireFormat_field_name (line 497) | MessageOptions_MessageSetWireFormat_field_name protoreflect.Name... constant MessageOptions_NoStandardDescriptorAccessor_field_name (line 498) | MessageOptions_NoStandardDescriptorAccessor_field_name protoreflect.Name... constant MessageOptions_Deprecated_field_name (line 499) | MessageOptions_Deprecated_field_name protoreflect.Name... constant MessageOptions_MapEntry_field_name (line 500) | MessageOptions_MapEntry_field_name protoreflect.Name... constant MessageOptions_UninterpretedOption_field_name (line 501) | MessageOptions_UninterpretedOption_field_name protoreflect.Name... constant MessageOptions_MessageSetWireFormat_field_fullname (line 503) | MessageOptions_MessageSetWireFormat_field_fullname protoreflect.... constant MessageOptions_NoStandardDescriptorAccessor_field_fullname (line 504) | MessageOptions_NoStandardDescriptorAccessor_field_fullname protoreflect.... constant MessageOptions_Deprecated_field_fullname (line 505) | MessageOptions_Deprecated_field_fullname protoreflect.... constant MessageOptions_MapEntry_field_fullname (line 506) | MessageOptions_MapEntry_field_fullname protoreflect.... constant MessageOptions_UninterpretedOption_field_fullname (line 507) | MessageOptions_UninterpretedOption_field_fullname protoreflect.... constant MessageOptions_MessageSetWireFormat_field_number (line 512) | MessageOptions_MessageSetWireFormat_field_number protoreflect.Fi... constant MessageOptions_NoStandardDescriptorAccessor_field_number (line 513) | MessageOptions_NoStandardDescriptorAccessor_field_number protoreflect.Fi... constant MessageOptions_Deprecated_field_number (line 514) | MessageOptions_Deprecated_field_number protoreflect.Fi... constant MessageOptions_MapEntry_field_number (line 515) | MessageOptions_MapEntry_field_number protoreflect.Fi... constant MessageOptions_UninterpretedOption_field_number (line 516) | MessageOptions_UninterpretedOption_field_number protoreflect.Fi... constant FieldOptions_message_name (line 521) | FieldOptions_message_name protoreflect.Name = "FieldOptions" constant FieldOptions_message_fullname (line 522) | FieldOptions_message_fullname protoreflect.FullName = "google.protobuf.F... constant FieldOptions_Ctype_field_name (line 527) | FieldOptions_Ctype_field_name protoreflect.Name = "ctype" constant FieldOptions_Packed_field_name (line 528) | FieldOptions_Packed_field_name protoreflect.Name = "packed" constant FieldOptions_Jstype_field_name (line 529) | FieldOptions_Jstype_field_name protoreflect.Name = "jstype" constant FieldOptions_Lazy_field_name (line 530) | FieldOptions_Lazy_field_name protoreflect.Name = "lazy" constant FieldOptions_Deprecated_field_name (line 531) | FieldOptions_Deprecated_field_name protoreflect.Name = "depreca... constant FieldOptions_Weak_field_name (line 532) | FieldOptions_Weak_field_name protoreflect.Name = "weak" constant FieldOptions_UninterpretedOption_field_name (line 533) | FieldOptions_UninterpretedOption_field_name protoreflect.Name = "uninter... constant FieldOptions_Ctype_field_fullname (line 535) | FieldOptions_Ctype_field_fullname protoreflect.FullName = ... constant FieldOptions_Packed_field_fullname (line 536) | FieldOptions_Packed_field_fullname protoreflect.FullName = ... constant FieldOptions_Jstype_field_fullname (line 537) | FieldOptions_Jstype_field_fullname protoreflect.FullName = ... constant FieldOptions_Lazy_field_fullname (line 538) | FieldOptions_Lazy_field_fullname protoreflect.FullName = ... constant FieldOptions_Deprecated_field_fullname (line 539) | FieldOptions_Deprecated_field_fullname protoreflect.FullName = ... constant FieldOptions_Weak_field_fullname (line 540) | FieldOptions_Weak_field_fullname protoreflect.FullName = ... constant FieldOptions_UninterpretedOption_field_fullname (line 541) | FieldOptions_UninterpretedOption_field_fullname protoreflect.FullName = ... constant FieldOptions_Ctype_field_number (line 546) | FieldOptions_Ctype_field_number protoreflect.FieldNumber = 1 constant FieldOptions_Packed_field_number (line 547) | FieldOptions_Packed_field_number protoreflect.FieldNumber = 2 constant FieldOptions_Jstype_field_number (line 548) | FieldOptions_Jstype_field_number protoreflect.FieldNumber = 6 constant FieldOptions_Lazy_field_number (line 549) | FieldOptions_Lazy_field_number protoreflect.FieldNumber = 5 constant FieldOptions_Deprecated_field_number (line 550) | FieldOptions_Deprecated_field_number protoreflect.FieldNumber = 3 constant FieldOptions_Weak_field_number (line 551) | FieldOptions_Weak_field_number protoreflect.FieldNumber = 10 constant FieldOptions_UninterpretedOption_field_number (line 552) | FieldOptions_UninterpretedOption_field_number protoreflect.FieldNumber =... constant FieldOptions_CType_enum_fullname (line 557) | FieldOptions_CType_enum_fullname = "google.protobuf.FieldOptions.CType" constant FieldOptions_CType_enum_name (line 558) | FieldOptions_CType_enum_name = "CType" constant FieldOptions_JSType_enum_fullname (line 563) | FieldOptions_JSType_enum_fullname = "google.protobuf.FieldOptions.JSType" constant FieldOptions_JSType_enum_name (line 564) | FieldOptions_JSType_enum_name = "JSType" constant OneofOptions_message_name (line 569) | OneofOptions_message_name protoreflect.Name = "OneofOptions" constant OneofOptions_message_fullname (line 570) | OneofOptions_message_fullname protoreflect.FullName = "google.protobuf.O... constant OneofOptions_UninterpretedOption_field_name (line 575) | OneofOptions_UninterpretedOption_field_name protoreflect.Name = "uninter... constant OneofOptions_UninterpretedOption_field_fullname (line 577) | OneofOptions_UninterpretedOption_field_fullname protoreflect.FullName = ... constant OneofOptions_UninterpretedOption_field_number (line 582) | OneofOptions_UninterpretedOption_field_number protoreflect.FieldNumber =... constant EnumOptions_message_name (line 587) | EnumOptions_message_name protoreflect.Name = "EnumOptions" constant EnumOptions_message_fullname (line 588) | EnumOptions_message_fullname protoreflect.FullName = "google.protobuf.En... constant EnumOptions_AllowAlias_field_name (line 593) | EnumOptions_AllowAlias_field_name protoreflect.Name = "allow_al... constant EnumOptions_Deprecated_field_name (line 594) | EnumOptions_Deprecated_field_name protoreflect.Name = "deprecated" constant EnumOptions_UninterpretedOption_field_name (line 595) | EnumOptions_UninterpretedOption_field_name protoreflect.Name = "uninterp... constant EnumOptions_AllowAlias_field_fullname (line 597) | EnumOptions_AllowAlias_field_fullname protoreflect.FullName = "... constant EnumOptions_Deprecated_field_fullname (line 598) | EnumOptions_Deprecated_field_fullname protoreflect.FullName = "... constant EnumOptions_UninterpretedOption_field_fullname (line 599) | EnumOptions_UninterpretedOption_field_fullname protoreflect.FullName = "... constant EnumOptions_AllowAlias_field_number (line 604) | EnumOptions_AllowAlias_field_number protoreflect.FieldNumber = 2 constant EnumOptions_Deprecated_field_number (line 605) | EnumOptions_Deprecated_field_number protoreflect.FieldNumber = 3 constant EnumOptions_UninterpretedOption_field_number (line 606) | EnumOptions_UninterpretedOption_field_number protoreflect.FieldNumber = 999 constant EnumValueOptions_message_name (line 611) | EnumValueOptions_message_name protoreflect.Name = "EnumValueOpti... constant EnumValueOptions_message_fullname (line 612) | EnumValueOptions_message_fullname protoreflect.FullName = "google.protob... constant EnumValueOptions_Deprecated_field_name (line 617) | EnumValueOptions_Deprecated_field_name protoreflect.Name = "dep... constant EnumValueOptions_UninterpretedOption_field_name (line 618) | EnumValueOptions_UninterpretedOption_field_name protoreflect.Name = "uni... constant EnumValueOptions_Deprecated_field_fullname (line 620) | EnumValueOptions_Deprecated_field_fullname protoreflect.FullNam... constant EnumValueOptions_UninterpretedOption_field_fullname (line 621) | EnumValueOptions_UninterpretedOption_field_fullname protoreflect.FullNam... constant EnumValueOptions_Deprecated_field_number (line 626) | EnumValueOptions_Deprecated_field_number protoreflect.FieldNumb... constant EnumValueOptions_UninterpretedOption_field_number (line 627) | EnumValueOptions_UninterpretedOption_field_number protoreflect.FieldNumb... constant ServiceOptions_message_name (line 632) | ServiceOptions_message_name protoreflect.Name = "ServiceOptions" constant ServiceOptions_message_fullname (line 633) | ServiceOptions_message_fullname protoreflect.FullName = "google.protobuf... constant ServiceOptions_Deprecated_field_name (line 638) | ServiceOptions_Deprecated_field_name protoreflect.Name = "depre... constant ServiceOptions_UninterpretedOption_field_name (line 639) | ServiceOptions_UninterpretedOption_field_name protoreflect.Name = "unint... constant ServiceOptions_Deprecated_field_fullname (line 641) | ServiceOptions_Deprecated_field_fullname protoreflect.FullName ... constant ServiceOptions_UninterpretedOption_field_fullname (line 642) | ServiceOptions_UninterpretedOption_field_fullname protoreflect.FullName ... constant ServiceOptions_Deprecated_field_number (line 647) | ServiceOptions_Deprecated_field_number protoreflect.FieldNumber... constant ServiceOptions_UninterpretedOption_field_number (line 648) | ServiceOptions_UninterpretedOption_field_number protoreflect.FieldNumber... constant MethodOptions_message_name (line 653) | MethodOptions_message_name protoreflect.Name = "MethodOptions" constant MethodOptions_message_fullname (line 654) | MethodOptions_message_fullname protoreflect.FullName = "google.protobuf.... constant MethodOptions_Deprecated_field_name (line 659) | MethodOptions_Deprecated_field_name protoreflect.Name = "deprec... constant MethodOptions_IdempotencyLevel_field_name (line 660) | MethodOptions_IdempotencyLevel_field_name protoreflect.Name = "idempo... constant MethodOptions_UninterpretedOption_field_name (line 661) | MethodOptions_UninterpretedOption_field_name protoreflect.Name = "uninte... constant MethodOptions_Deprecated_field_fullname (line 663) | MethodOptions_Deprecated_field_fullname protoreflect.FullName =... constant MethodOptions_IdempotencyLevel_field_fullname (line 664) | MethodOptions_IdempotencyLevel_field_fullname protoreflect.FullName =... constant MethodOptions_UninterpretedOption_field_fullname (line 665) | MethodOptions_UninterpretedOption_field_fullname protoreflect.FullName =... constant MethodOptions_Deprecated_field_number (line 670) | MethodOptions_Deprecated_field_number protoreflect.FieldNumber ... constant MethodOptions_IdempotencyLevel_field_number (line 671) | MethodOptions_IdempotencyLevel_field_number protoreflect.FieldNumber ... constant MethodOptions_UninterpretedOption_field_number (line 672) | MethodOptions_UninterpretedOption_field_number protoreflect.FieldNumber ... constant MethodOptions_IdempotencyLevel_enum_fullname (line 677) | MethodOptions_IdempotencyLevel_enum_fullname = "google.protobuf.MethodOp... constant MethodOptions_IdempotencyLevel_enum_name (line 678) | MethodOptions_IdempotencyLevel_enum_name = "IdempotencyLevel" constant UninterpretedOption_message_name (line 683) | UninterpretedOption_message_name protoreflect.Name = "Uninterpre... constant UninterpretedOption_message_fullname (line 684) | UninterpretedOption_message_fullname protoreflect.FullName = "google.pro... constant UninterpretedOption_Name_field_name (line 689) | UninterpretedOption_Name_field_name protoreflect.Name = "name" constant UninterpretedOption_IdentifierValue_field_name (line 690) | UninterpretedOption_IdentifierValue_field_name protoreflect.Name = "ide... constant UninterpretedOption_PositiveIntValue_field_name (line 691) | UninterpretedOption_PositiveIntValue_field_name protoreflect.Name = "pos... constant UninterpretedOption_NegativeIntValue_field_name (line 692) | UninterpretedOption_NegativeIntValue_field_name protoreflect.Name = "neg... constant UninterpretedOption_DoubleValue_field_name (line 693) | UninterpretedOption_DoubleValue_field_name protoreflect.Name = "dou... constant UninterpretedOption_StringValue_field_name (line 694) | UninterpretedOption_StringValue_field_name protoreflect.Name = "str... constant UninterpretedOption_AggregateValue_field_name (line 695) | UninterpretedOption_AggregateValue_field_name protoreflect.Name = "agg... constant UninterpretedOption_Name_field_fullname (line 697) | UninterpretedOption_Name_field_fullname protoreflect.FullNam... constant UninterpretedOption_IdentifierValue_field_fullname (line 698) | UninterpretedOption_IdentifierValue_field_fullname protoreflect.FullNam... constant UninterpretedOption_PositiveIntValue_field_fullname (line 699) | UninterpretedOption_PositiveIntValue_field_fullname protoreflect.FullNam... constant UninterpretedOption_NegativeIntValue_field_fullname (line 700) | UninterpretedOption_NegativeIntValue_field_fullname protoreflect.FullNam... constant UninterpretedOption_DoubleValue_field_fullname (line 701) | UninterpretedOption_DoubleValue_field_fullname protoreflect.FullNam... constant UninterpretedOption_StringValue_field_fullname (line 702) | UninterpretedOption_StringValue_field_fullname protoreflect.FullNam... constant UninterpretedOption_AggregateValue_field_fullname (line 703) | UninterpretedOption_AggregateValue_field_fullname protoreflect.FullNam... constant UninterpretedOption_Name_field_number (line 708) | UninterpretedOption_Name_field_number protoreflect.FieldNumb... constant UninterpretedOption_IdentifierValue_field_number (line 709) | UninterpretedOption_IdentifierValue_field_number protoreflect.FieldNumb... constant UninterpretedOption_PositiveIntValue_field_number (line 710) | UninterpretedOption_PositiveIntValue_field_number protoreflect.FieldNumb... constant UninterpretedOption_NegativeIntValue_field_number (line 711) | UninterpretedOption_NegativeIntValue_field_number protoreflect.FieldNumb... constant UninterpretedOption_DoubleValue_field_number (line 712) | UninterpretedOption_DoubleValue_field_number protoreflect.FieldNumb... constant UninterpretedOption_StringValue_field_number (line 713) | UninterpretedOption_StringValue_field_number protoreflect.FieldNumb... constant UninterpretedOption_AggregateValue_field_number (line 714) | UninterpretedOption_AggregateValue_field_number protoreflect.FieldNumb... constant UninterpretedOption_NamePart_message_name (line 719) | UninterpretedOption_NamePart_message_name protoreflect.Name = "N... constant UninterpretedOption_NamePart_message_fullname (line 720) | UninterpretedOption_NamePart_message_fullname protoreflect.FullName = "g... constant UninterpretedOption_NamePart_NamePart_field_name (line 725) | UninterpretedOption_NamePart_NamePart_field_name protoreflect.Name = ... constant UninterpretedOption_NamePart_IsExtension_field_name (line 726) | UninterpretedOption_NamePart_IsExtension_field_name protoreflect.Name = ... constant UninterpretedOption_NamePart_NamePart_field_fullname (line 728) | UninterpretedOption_NamePart_NamePart_field_fullname protoreflect.Ful... constant UninterpretedOption_NamePart_IsExtension_field_fullname (line 729) | UninterpretedOption_NamePart_IsExtension_field_fullname protoreflect.Ful... constant UninterpretedOption_NamePart_NamePart_field_number (line 734) | UninterpretedOption_NamePart_NamePart_field_number protoreflect.Field... constant UninterpretedOption_NamePart_IsExtension_field_number (line 735) | UninterpretedOption_NamePart_IsExtension_field_number protoreflect.Field... constant SourceCodeInfo_message_name (line 740) | SourceCodeInfo_message_name protoreflect.Name = "SourceCodeInfo" constant SourceCodeInfo_message_fullname (line 741) | SourceCodeInfo_message_fullname protoreflect.FullName = "google.protobuf... constant SourceCodeInfo_Location_field_name (line 746) | SourceCodeInfo_Location_field_name protoreflect.Name = "location" constant SourceCodeInfo_Location_field_fullname (line 748) | SourceCodeInfo_Location_field_fullname protoreflect.FullName = "google.p... constant SourceCodeInfo_Location_field_number (line 753) | SourceCodeInfo_Location_field_number protoreflect.FieldNumber = 1 constant SourceCodeInfo_Location_message_name (line 758) | SourceCodeInfo_Location_message_name protoreflect.Name = "Location" constant SourceCodeInfo_Location_message_fullname (line 759) | SourceCodeInfo_Location_message_fullname protoreflect.FullName = "google... constant SourceCodeInfo_Location_Path_field_name (line 764) | SourceCodeInfo_Location_Path_field_name protoreflect.... constant SourceCodeInfo_Location_Span_field_name (line 765) | SourceCodeInfo_Location_Span_field_name protoreflect.... constant SourceCodeInfo_Location_LeadingComments_field_name (line 766) | SourceCodeInfo_Location_LeadingComments_field_name protoreflect.... constant SourceCodeInfo_Location_TrailingComments_field_name (line 767) | SourceCodeInfo_Location_TrailingComments_field_name protoreflect.... constant SourceCodeInfo_Location_LeadingDetachedComments_field_name (line 768) | SourceCodeInfo_Location_LeadingDetachedComments_field_name protoreflect.... constant SourceCodeInfo_Location_Path_field_fullname (line 770) | SourceCodeInfo_Location_Path_field_fullname protorefl... constant SourceCodeInfo_Location_Span_field_fullname (line 771) | SourceCodeInfo_Location_Span_field_fullname protorefl... constant SourceCodeInfo_Location_LeadingComments_field_fullname (line 772) | SourceCodeInfo_Location_LeadingComments_field_fullname protorefl... constant SourceCodeInfo_Location_TrailingComments_field_fullname (line 773) | SourceCodeInfo_Location_TrailingComments_field_fullname protorefl... constant SourceCodeInfo_Location_LeadingDetachedComments_field_fullname (line 774) | SourceCodeInfo_Location_LeadingDetachedComments_field_fullname protorefl... constant SourceCodeInfo_Location_Path_field_number (line 779) | SourceCodeInfo_Location_Path_field_number protoreflec... constant SourceCodeInfo_Location_Span_field_number (line 780) | SourceCodeInfo_Location_Span_field_number protoreflec... constant SourceCodeInfo_Location_LeadingComments_field_number (line 781) | SourceCodeInfo_Location_LeadingComments_field_number protoreflec... constant SourceCodeInfo_Location_TrailingComments_field_number (line 782) | SourceCodeInfo_Location_TrailingComments_field_number protoreflec... constant SourceCodeInfo_Location_LeadingDetachedComments_field_number (line 783) | SourceCodeInfo_Location_LeadingDetachedComments_field_number protoreflec... constant GeneratedCodeInfo_message_name (line 788) | GeneratedCodeInfo_message_name protoreflect.Name = "GeneratedCod... constant GeneratedCodeInfo_message_fullname (line 789) | GeneratedCodeInfo_message_fullname protoreflect.FullName = "google.proto... constant GeneratedCodeInfo_Annotation_field_name (line 794) | GeneratedCodeInfo_Annotation_field_name protoreflect.Name = "annotation" constant GeneratedCodeInfo_Annotation_field_fullname (line 796) | GeneratedCodeInfo_Annotation_field_fullname protoreflect.FullName = "goo... constant GeneratedCodeInfo_Annotation_field_number (line 801) | GeneratedCodeInfo_Annotation_field_number protoreflect.FieldNumber = 1 constant GeneratedCodeInfo_Annotation_message_name (line 806) | GeneratedCodeInfo_Annotation_message_name protoreflect.Name = "A... constant GeneratedCodeInfo_Annotation_message_fullname (line 807) | GeneratedCodeInfo_Annotation_message_fullname protoreflect.FullName = "g... constant GeneratedCodeInfo_Annotation_Path_field_name (line 812) | GeneratedCodeInfo_Annotation_Path_field_name protoreflect.Name = "... constant GeneratedCodeInfo_Annotation_SourceFile_field_name (line 813) | GeneratedCodeInfo_Annotation_SourceFile_field_name protoreflect.Name = "... constant GeneratedCodeInfo_Annotation_Begin_field_name (line 814) | GeneratedCodeInfo_Annotation_Begin_field_name protoreflect.Name = "... constant GeneratedCodeInfo_Annotation_End_field_name (line 815) | GeneratedCodeInfo_Annotation_End_field_name protoreflect.Name = "... constant GeneratedCodeInfo_Annotation_Path_field_fullname (line 817) | GeneratedCodeInfo_Annotation_Path_field_fullname protoreflect.Full... constant GeneratedCodeInfo_Annotation_SourceFile_field_fullname (line 818) | GeneratedCodeInfo_Annotation_SourceFile_field_fullname protoreflect.Full... constant GeneratedCodeInfo_Annotation_Begin_field_fullname (line 819) | GeneratedCodeInfo_Annotation_Begin_field_fullname protoreflect.Full... constant GeneratedCodeInfo_Annotation_End_field_fullname (line 820) | GeneratedCodeInfo_Annotation_End_field_fullname protoreflect.Full... constant GeneratedCodeInfo_Annotation_Path_field_number (line 825) | GeneratedCodeInfo_Annotation_Path_field_number protoreflect.FieldN... constant GeneratedCodeInfo_Annotation_SourceFile_field_number (line 826) | GeneratedCodeInfo_Annotation_SourceFile_field_number protoreflect.FieldN... constant GeneratedCodeInfo_Annotation_Begin_field_number (line 827) | GeneratedCodeInfo_Annotation_Begin_field_number protoreflect.FieldN... constant GeneratedCodeInfo_Annotation_End_field_number (line 828) | GeneratedCodeInfo_Annotation_End_field_number protoreflect.FieldN... FILE: _tools/src/google.golang.org/protobuf/internal/genid/doc.go constant GoogleProtobuf_package (line 11) | GoogleProtobuf_package protoreflect.FullName = "google.protobuf" FILE: _tools/src/google.golang.org/protobuf/internal/genid/duration_gen.go constant File_google_protobuf_duration_proto (line 13) | File_google_protobuf_duration_proto = "google/protobuf/duration.proto" constant Duration_message_name (line 17) | Duration_message_name protoreflect.Name = "Duration" constant Duration_message_fullname (line 18) | Duration_message_fullname protoreflect.FullName = "google.protobuf.Durat... constant Duration_Seconds_field_name (line 23) | Duration_Seconds_field_name protoreflect.Name = "seconds" constant Duration_Nanos_field_name (line 24) | Duration_Nanos_field_name protoreflect.Name = "nanos" constant Duration_Seconds_field_fullname (line 26) | Duration_Seconds_field_fullname protoreflect.FullName = "google.protobuf... constant Duration_Nanos_field_fullname (line 27) | Duration_Nanos_field_fullname protoreflect.FullName = "google.protobuf... constant Duration_Seconds_field_number (line 32) | Duration_Seconds_field_number protoreflect.FieldNumber = 1 constant Duration_Nanos_field_number (line 33) | Duration_Nanos_field_number protoreflect.FieldNumber = 2 FILE: _tools/src/google.golang.org/protobuf/internal/genid/empty_gen.go constant File_google_protobuf_empty_proto (line 13) | File_google_protobuf_empty_proto = "google/protobuf/empty.proto" constant Empty_message_name (line 17) | Empty_message_name protoreflect.Name = "Empty" constant Empty_message_fullname (line 18) | Empty_message_fullname protoreflect.FullName = "google.protobuf.Empty" FILE: _tools/src/google.golang.org/protobuf/internal/genid/field_mask_gen.go constant File_google_protobuf_field_mask_proto (line 13) | File_google_protobuf_field_mask_proto = "google/protobuf/field_mask.proto" constant FieldMask_message_name (line 17) | FieldMask_message_name protoreflect.Name = "FieldMask" constant FieldMask_message_fullname (line 18) | FieldMask_message_fullname protoreflect.FullName = "google.protobuf.Fiel... constant FieldMask_Paths_field_name (line 23) | FieldMask_Paths_field_name protoreflect.Name = "paths" constant FieldMask_Paths_field_fullname (line 25) | FieldMask_Paths_field_fullname protoreflect.FullName = "google.protobuf.... constant FieldMask_Paths_field_number (line 30) | FieldMask_Paths_field_number protoreflect.FieldNumber = 1 FILE: _tools/src/google.golang.org/protobuf/internal/genid/goname.go constant State_goname (line 9) | State_goname = "state" constant SizeCache_goname (line 11) | SizeCache_goname = "sizeCache" constant SizeCacheA_goname (line 12) | SizeCacheA_goname = "XXX_sizecache" constant WeakFields_goname (line 14) | WeakFields_goname = "weakFields" constant WeakFieldsA_goname (line 15) | WeakFieldsA_goname = "XXX_weak" constant UnknownFields_goname (line 17) | UnknownFields_goname = "unknownFields" constant UnknownFieldsA_goname (line 18) | UnknownFieldsA_goname = "XXX_unrecognized" constant ExtensionFields_goname (line 20) | ExtensionFields_goname = "extensionFields" constant ExtensionFieldsA_goname (line 21) | ExtensionFieldsA_goname = "XXX_InternalExtensions" constant ExtensionFieldsB_goname (line 22) | ExtensionFieldsB_goname = "XXX_extensions" constant WeakFieldPrefix_goname (line 24) | WeakFieldPrefix_goname = "XXX_weak_" FILE: _tools/src/google.golang.org/protobuf/internal/genid/map_entry.go constant MapEntry_Key_field_name (line 11) | MapEntry_Key_field_name protoreflect.Name = "key" constant MapEntry_Value_field_name (line 12) | MapEntry_Value_field_name protoreflect.Name = "value" constant MapEntry_Key_field_number (line 14) | MapEntry_Key_field_number protoreflect.FieldNumber = 1 constant MapEntry_Value_field_number (line 15) | MapEntry_Value_field_number protoreflect.FieldNumber = 2 FILE: _tools/src/google.golang.org/protobuf/internal/genid/source_context_gen.go constant File_google_protobuf_source_context_proto (line 13) | File_google_protobuf_source_context_proto = "google/protobuf/source_cont... constant SourceContext_message_name (line 17) | SourceContext_message_name protoreflect.Name = "SourceContext" constant SourceContext_message_fullname (line 18) | SourceContext_message_fullname protoreflect.FullName = "google.protobuf.... constant SourceContext_FileName_field_name (line 23) | SourceContext_FileName_field_name protoreflect.Name = "file_name" constant SourceContext_FileName_field_fullname (line 25) | SourceContext_FileName_field_fullname protoreflect.FullName = "google.pr... constant SourceContext_FileName_field_number (line 30) | SourceContext_FileName_field_number protoreflect.FieldNumber = 1 FILE: _tools/src/google.golang.org/protobuf/internal/genid/struct_gen.go constant File_google_protobuf_struct_proto (line 13) | File_google_protobuf_struct_proto = "google/protobuf/struct.proto" constant NullValue_enum_fullname (line 17) | NullValue_enum_fullname = "google.protobuf.NullValue" constant NullValue_enum_name (line 18) | NullValue_enum_name = "NullValue" constant Struct_message_name (line 23) | Struct_message_name protoreflect.Name = "Struct" constant Struct_message_fullname (line 24) | Struct_message_fullname protoreflect.FullName = "google.protobuf.Struct" constant Struct_Fields_field_name (line 29) | Struct_Fields_field_name protoreflect.Name = "fields" constant Struct_Fields_field_fullname (line 31) | Struct_Fields_field_fullname protoreflect.FullName = "google.protobuf.St... constant Struct_Fields_field_number (line 36) | Struct_Fields_field_number protoreflect.FieldNumber = 1 constant Struct_FieldsEntry_message_name (line 41) | Struct_FieldsEntry_message_name protoreflect.Name = "FieldsEntry" constant Struct_FieldsEntry_message_fullname (line 42) | Struct_FieldsEntry_message_fullname protoreflect.FullName = "google.prot... constant Struct_FieldsEntry_Key_field_name (line 47) | Struct_FieldsEntry_Key_field_name protoreflect.Name = "key" constant Struct_FieldsEntry_Value_field_name (line 48) | Struct_FieldsEntry_Value_field_name protoreflect.Name = "value" constant Struct_FieldsEntry_Key_field_fullname (line 50) | Struct_FieldsEntry_Key_field_fullname protoreflect.FullName = "google.... constant Struct_FieldsEntry_Value_field_fullname (line 51) | Struct_FieldsEntry_Value_field_fullname protoreflect.FullName = "google.... constant Struct_FieldsEntry_Key_field_number (line 56) | Struct_FieldsEntry_Key_field_number protoreflect.FieldNumber = 1 constant Struct_FieldsEntry_Value_field_number (line 57) | Struct_FieldsEntry_Value_field_number protoreflect.FieldNumber = 2 constant Value_message_name (line 62) | Value_message_name protoreflect.Name = "Value" constant Value_message_fullname (line 63) | Value_message_fullname protoreflect.FullName = "google.protobuf.Value" constant Value_NullValue_field_name (line 68) | Value_NullValue_field_name protoreflect.Name = "null_value" constant Value_NumberValue_field_name (line 69) | Value_NumberValue_field_name protoreflect.Name = "number_value" constant Value_StringValue_field_name (line 70) | Value_StringValue_field_name protoreflect.Name = "string_value" constant Value_BoolValue_field_name (line 71) | Value_BoolValue_field_name protoreflect.Name = "bool_value" constant Value_StructValue_field_name (line 72) | Value_StructValue_field_name protoreflect.Name = "struct_value" constant Value_ListValue_field_name (line 73) | Value_ListValue_field_name protoreflect.Name = "list_value" constant Value_NullValue_field_fullname (line 75) | Value_NullValue_field_fullname protoreflect.FullName = "google.protobu... constant Value_NumberValue_field_fullname (line 76) | Value_NumberValue_field_fullname protoreflect.FullName = "google.protobu... constant Value_StringValue_field_fullname (line 77) | Value_StringValue_field_fullname protoreflect.FullName = "google.protobu... constant Value_BoolValue_field_fullname (line 78) | Value_BoolValue_field_fullname protoreflect.FullName = "google.protobu... constant Value_StructValue_field_fullname (line 79) | Value_StructValue_field_fullname protoreflect.FullName = "google.protobu... constant Value_ListValue_field_fullname (line 80) | Value_ListValue_field_fullname protoreflect.FullName = "google.protobu... constant Value_NullValue_field_number (line 85) | Value_NullValue_field_number protoreflect.FieldNumber = 1 constant Value_NumberValue_field_number (line 86) | Value_NumberValue_field_number protoreflect.FieldNumber = 2 constant Value_StringValue_field_number (line 87) | Value_StringValue_field_number protoreflect.FieldNumber = 3 constant Value_BoolValue_field_number (line 88) | Value_BoolValue_field_number protoreflect.FieldNumber = 4 constant Value_StructValue_field_number (line 89) | Value_StructValue_field_number protoreflect.FieldNumber = 5 constant Value_ListValue_field_number (line 90) | Value_ListValue_field_number protoreflect.FieldNumber = 6 constant Value_Kind_oneof_name (line 95) | Value_Kind_oneof_name protoreflect.Name = "kind" constant Value_Kind_oneof_fullname (line 97) | Value_Kind_oneof_fullname protoreflect.FullName = "google.protobuf.Value... constant ListValue_message_name (line 102) | ListValue_message_name protoreflect.Name = "ListValue" constant ListValue_message_fullname (line 103) | ListValue_message_fullname protoreflect.FullName = "google.protobuf.List... constant ListValue_Values_field_name (line 108) | ListValue_Values_field_name protoreflect.Name = "values" constant ListValue_Values_field_fullname (line 110) | ListValue_Values_field_fullname protoreflect.FullName = "google.protobuf... constant ListValue_Values_field_number (line 115) | ListValue_Values_field_number protoreflect.FieldNumber = 1 FILE: _tools/src/google.golang.org/protobuf/internal/genid/timestamp_gen.go constant File_google_protobuf_timestamp_proto (line 13) | File_google_protobuf_timestamp_proto = "google/protobuf/timestamp.proto" constant Timestamp_message_name (line 17) | Timestamp_message_name protoreflect.Name = "Timestamp" constant Timestamp_message_fullname (line 18) | Timestamp_message_fullname protoreflect.FullName = "google.protobuf.Time... constant Timestamp_Seconds_field_name (line 23) | Timestamp_Seconds_field_name protoreflect.Name = "seconds" constant Timestamp_Nanos_field_name (line 24) | Timestamp_Nanos_field_name protoreflect.Name = "nanos" constant Timestamp_Seconds_field_fullname (line 26) | Timestamp_Seconds_field_fullname protoreflect.FullName = "google.protobu... constant Timestamp_Nanos_field_fullname (line 27) | Timestamp_Nanos_field_fullname protoreflect.FullName = "google.protobu... constant Timestamp_Seconds_field_number (line 32) | Timestamp_Seconds_field_number protoreflect.FieldNumber = 1 constant Timestamp_Nanos_field_number (line 33) | Timestamp_Nanos_field_number protoreflect.FieldNumber = 2 FILE: _tools/src/google.golang.org/protobuf/internal/genid/type_gen.go constant File_google_protobuf_type_proto (line 13) | File_google_protobuf_type_proto = "google/protobuf/type.proto" constant Syntax_enum_fullname (line 17) | Syntax_enum_fullname = "google.protobuf.Syntax" constant Syntax_enum_name (line 18) | Syntax_enum_name = "Syntax" constant Type_message_name (line 23) | Type_message_name protoreflect.Name = "Type" constant Type_message_fullname (line 24) | Type_message_fullname protoreflect.FullName = "google.protobuf.Type" constant Type_Name_field_name (line 29) | Type_Name_field_name protoreflect.Name = "name" constant Type_Fields_field_name (line 30) | Type_Fields_field_name protoreflect.Name = "fields" constant Type_Oneofs_field_name (line 31) | Type_Oneofs_field_name protoreflect.Name = "oneofs" constant Type_Options_field_name (line 32) | Type_Options_field_name protoreflect.Name = "options" constant Type_SourceContext_field_name (line 33) | Type_SourceContext_field_name protoreflect.Name = "source_context" constant Type_Syntax_field_name (line 34) | Type_Syntax_field_name protoreflect.Name = "syntax" constant Type_Name_field_fullname (line 36) | Type_Name_field_fullname protoreflect.FullName = "google.protob... constant Type_Fields_field_fullname (line 37) | Type_Fields_field_fullname protoreflect.FullName = "google.protob... constant Type_Oneofs_field_fullname (line 38) | Type_Oneofs_field_fullname protoreflect.FullName = "google.protob... constant Type_Options_field_fullname (line 39) | Type_Options_field_fullname protoreflect.FullName = "google.protob... constant Type_SourceContext_field_fullname (line 40) | Type_SourceContext_field_fullname protoreflect.FullName = "google.protob... constant Type_Syntax_field_fullname (line 41) | Type_Syntax_field_fullname protoreflect.FullName = "google.protob... constant Type_Name_field_number (line 46) | Type_Name_field_number protoreflect.FieldNumber = 1 constant Type_Fields_field_number (line 47) | Type_Fields_field_number protoreflect.FieldNumber = 2 constant Type_Oneofs_field_number (line 48) | Type_Oneofs_field_number protoreflect.FieldNumber = 3 constant Type_Options_field_number (line 49) | Type_Options_field_number protoreflect.FieldNumber = 4 constant Type_SourceContext_field_number (line 50) | Type_SourceContext_field_number protoreflect.FieldNumber = 5 constant Type_Syntax_field_number (line 51) | Type_Syntax_field_number protoreflect.FieldNumber = 6 constant Field_message_name (line 56) | Field_message_name protoreflect.Name = "Field" constant Field_message_fullname (line 57) | Field_message_fullname protoreflect.FullName = "google.protobuf.Field" constant Field_Kind_field_name (line 62) | Field_Kind_field_name protoreflect.Name = "kind" constant Field_Cardinality_field_name (line 63) | Field_Cardinality_field_name protoreflect.Name = "cardinality" constant Field_Number_field_name (line 64) | Field_Number_field_name protoreflect.Name = "number" constant Field_Name_field_name (line 65) | Field_Name_field_name protoreflect.Name = "name" constant Field_TypeUrl_field_name (line 66) | Field_TypeUrl_field_name protoreflect.Name = "type_url" constant Field_OneofIndex_field_name (line 67) | Field_OneofIndex_field_name protoreflect.Name = "oneof_index" constant Field_Packed_field_name (line 68) | Field_Packed_field_name protoreflect.Name = "packed" constant Field_Options_field_name (line 69) | Field_Options_field_name protoreflect.Name = "options" constant Field_JsonName_field_name (line 70) | Field_JsonName_field_name protoreflect.Name = "json_name" constant Field_DefaultValue_field_name (line 71) | Field_DefaultValue_field_name protoreflect.Name = "default_value" constant Field_Kind_field_fullname (line 73) | Field_Kind_field_fullname protoreflect.FullName = "google.protob... constant Field_Cardinality_field_fullname (line 74) | Field_Cardinality_field_fullname protoreflect.FullName = "google.protob... constant Field_Number_field_fullname (line 75) | Field_Number_field_fullname protoreflect.FullName = "google.protob... constant Field_Name_field_fullname (line 76) | Field_Name_field_fullname protoreflect.FullName = "google.protob... constant Field_TypeUrl_field_fullname (line 77) | Field_TypeUrl_field_fullname protoreflect.FullName = "google.protob... constant Field_OneofIndex_field_fullname (line 78) | Field_OneofIndex_field_fullname protoreflect.FullName = "google.protob... constant Field_Packed_field_fullname (line 79) | Field_Packed_field_fullname protoreflect.FullName = "google.protob... constant Field_Options_field_fullname (line 80) | Field_Options_field_fullname protoreflect.FullName = "google.protob... constant Field_JsonName_field_fullname (line 81) | Field_JsonName_field_fullname protoreflect.FullName = "google.protob... constant Field_DefaultValue_field_fullname (line 82) | Field_DefaultValue_field_fullname protoreflect.FullName = "google.protob... constant Field_Kind_field_number (line 87) | Field_Kind_field_number protoreflect.FieldNumber = 1 constant Field_Cardinality_field_number (line 88) | Field_Cardinality_field_number protoreflect.FieldNumber = 2 constant Field_Number_field_number (line 89) | Field_Number_field_number protoreflect.FieldNumber = 3 constant Field_Name_field_number (line 90) | Field_Name_field_number protoreflect.FieldNumber = 4 constant Field_TypeUrl_field_number (line 91) | Field_TypeUrl_field_number protoreflect.FieldNumber = 6 constant Field_OneofIndex_field_number (line 92) | Field_OneofIndex_field_number protoreflect.FieldNumber = 7 constant Field_Packed_field_number (line 93) | Field_Packed_field_number protoreflect.FieldNumber = 8 constant Field_Options_field_number (line 94) | Field_Options_field_number protoreflect.FieldNumber = 9 constant Field_JsonName_field_number (line 95) | Field_JsonName_field_number protoreflect.FieldNumber = 10 constant Field_DefaultValue_field_number (line 96) | Field_DefaultValue_field_number protoreflect.FieldNumber = 11 constant Field_Kind_enum_fullname (line 101) | Field_Kind_enum_fullname = "google.protobuf.Field.Kind" constant Field_Kind_enum_name (line 102) | Field_Kind_enum_name = "Kind" constant Field_Cardinality_enum_fullname (line 107) | Field_Cardinality_enum_fullname = "google.protobuf.Field.Cardinality" constant Field_Cardinality_enum_name (line 108) | Field_Cardinality_enum_name = "Cardinality" constant Enum_message_name (line 113) | Enum_message_name protoreflect.Name = "Enum" constant Enum_message_fullname (line 114) | Enum_message_fullname protoreflect.FullName = "google.protobuf.Enum" constant Enum_Name_field_name (line 119) | Enum_Name_field_name protoreflect.Name = "name" constant Enum_Enumvalue_field_name (line 120) | Enum_Enumvalue_field_name protoreflect.Name = "enumvalue" constant Enum_Options_field_name (line 121) | Enum_Options_field_name protoreflect.Name = "options" constant Enum_SourceContext_field_name (line 122) | Enum_SourceContext_field_name protoreflect.Name = "source_context" constant Enum_Syntax_field_name (line 123) | Enum_Syntax_field_name protoreflect.Name = "syntax" constant Enum_Name_field_fullname (line 125) | Enum_Name_field_fullname protoreflect.FullName = "google.protob... constant Enum_Enumvalue_field_fullname (line 126) | Enum_Enumvalue_field_fullname protoreflect.FullName = "google.protob... constant Enum_Options_field_fullname (line 127) | Enum_Options_field_fullname protoreflect.FullName = "google.protob... constant Enum_SourceContext_field_fullname (line 128) | Enum_SourceContext_field_fullname protoreflect.FullName = "google.protob... constant Enum_Syntax_field_fullname (line 129) | Enum_Syntax_field_fullname protoreflect.FullName = "google.protob... constant Enum_Name_field_number (line 134) | Enum_Name_field_number protoreflect.FieldNumber = 1 constant Enum_Enumvalue_field_number (line 135) | Enum_Enumvalue_field_number protoreflect.FieldNumber = 2 constant Enum_Options_field_number (line 136) | Enum_Options_field_number protoreflect.FieldNumber = 3 constant Enum_SourceContext_field_number (line 137) | Enum_SourceContext_field_number protoreflect.FieldNumber = 4 constant Enum_Syntax_field_number (line 138) | Enum_Syntax_field_number protoreflect.FieldNumber = 5 constant EnumValue_message_name (line 143) | EnumValue_message_name protoreflect.Name = "EnumValue" constant EnumValue_message_fullname (line 144) | EnumValue_message_fullname protoreflect.FullName = "google.protobuf.Enum... constant EnumValue_Name_field_name (line 149) | EnumValue_Name_field_name protoreflect.Name = "name" constant EnumValue_Number_field_name (line 150) | EnumValue_Number_field_name protoreflect.Name = "number" constant EnumValue_Options_field_name (line 151) | EnumValue_Options_field_name protoreflect.Name = "options" constant EnumValue_Name_field_fullname (line 153) | EnumValue_Name_field_fullname protoreflect.FullName = "google.protobu... constant EnumValue_Number_field_fullname (line 154) | EnumValue_Number_field_fullname protoreflect.FullName = "google.protobu... constant EnumValue_Options_field_fullname (line 155) | EnumValue_Options_field_fullname protoreflect.FullName = "google.protobu... constant EnumValue_Name_field_number (line 160) | EnumValue_Name_field_number protoreflect.FieldNumber = 1 constant EnumValue_Number_field_number (line 161) | EnumValue_Number_field_number protoreflect.FieldNumber = 2 constant EnumValue_Options_field_number (line 162) | EnumValue_Options_field_number protoreflect.FieldNumber = 3 constant Option_message_name (line 167) | Option_message_name protoreflect.Name = "Option" constant Option_message_fullname (line 168) | Option_message_fullname protoreflect.FullName = "google.protobuf.Option" constant Option_Name_field_name (line 173) | Option_Name_field_name protoreflect.Name = "name" constant Option_Value_field_name (line 174) | Option_Value_field_name protoreflect.Name = "value" constant Option_Name_field_fullname (line 176) | Option_Name_field_fullname protoreflect.FullName = "google.protobuf.Opt... constant Option_Value_field_fullname (line 177) | Option_Value_field_fullname protoreflect.FullName = "google.protobuf.Opt... constant Option_Name_field_number (line 182) | Option_Name_field_number protoreflect.FieldNumber = 1 constant Option_Value_field_number (line 183) | Option_Value_field_number protoreflect.FieldNumber = 2 FILE: _tools/src/google.golang.org/protobuf/internal/genid/wrappers.go constant WrapperValue_Value_field_name (line 11) | WrapperValue_Value_field_name protoreflect.Name = "value" constant WrapperValue_Value_field_number (line 12) | WrapperValue_Value_field_number protoreflect.FieldNumber = 1 FILE: _tools/src/google.golang.org/protobuf/internal/genid/wrappers_gen.go constant File_google_protobuf_wrappers_proto (line 13) | File_google_protobuf_wrappers_proto = "google/protobuf/wrappers.proto" constant DoubleValue_message_name (line 17) | DoubleValue_message_name protoreflect.Name = "DoubleValue" constant DoubleValue_message_fullname (line 18) | DoubleValue_message_fullname protoreflect.FullName = "google.protobuf.Do... constant DoubleValue_Value_field_name (line 23) | DoubleValue_Value_field_name protoreflect.Name = "value" constant DoubleValue_Value_field_fullname (line 25) | DoubleValue_Value_field_fullname protoreflect.FullName = "google.protobu... constant DoubleValue_Value_field_number (line 30) | DoubleValue_Value_field_number protoreflect.FieldNumber = 1 constant FloatValue_message_name (line 35) | FloatValue_message_name protoreflect.Name = "FloatValue" constant FloatValue_message_fullname (line 36) | FloatValue_message_fullname protoreflect.FullName = "google.protobuf.Flo... constant FloatValue_Value_field_name (line 41) | FloatValue_Value_field_name protoreflect.Name = "value" constant FloatValue_Value_field_fullname (line 43) | FloatValue_Value_field_fullname protoreflect.FullName = "google.protobuf... constant FloatValue_Value_field_number (line 48) | FloatValue_Value_field_number protoreflect.FieldNumber = 1 constant Int64Value_message_name (line 53) | Int64Value_message_name protoreflect.Name = "Int64Value" constant Int64Value_message_fullname (line 54) | Int64Value_message_fullname protoreflect.FullName = "google.protobuf.Int... constant Int64Value_Value_field_name (line 59) | Int64Value_Value_field_name protoreflect.Name = "value" constant Int64Value_Value_field_fullname (line 61) | Int64Value_Value_field_fullname protoreflect.FullName = "google.protobuf... constant Int64Value_Value_field_number (line 66) | Int64Value_Value_field_number protoreflect.FieldNumber = 1 constant UInt64Value_message_name (line 71) | UInt64Value_message_name protoreflect.Name = "UInt64Value" constant UInt64Value_message_fullname (line 72) | UInt64Value_message_fullname protoreflect.FullName = "google.protobuf.UI... constant UInt64Value_Value_field_name (line 77) | UInt64Value_Value_field_name protoreflect.Name = "value" constant UInt64Value_Value_field_fullname (line 79) | UInt64Value_Value_field_fullname protoreflect.FullName = "google.protobu... constant UInt64Value_Value_field_number (line 84) | UInt64Value_Value_field_number protoreflect.FieldNumber = 1 constant Int32Value_message_name (line 89) | Int32Value_message_name protoreflect.Name = "Int32Value" constant Int32Value_message_fullname (line 90) | Int32Value_message_fullname protoreflect.FullName = "google.protobuf.Int... constant Int32Value_Value_field_name (line 95) | Int32Value_Value_field_name protoreflect.Name = "value" constant Int32Value_Value_field_fullname (line 97) | Int32Value_Value_field_fullname protoreflect.FullName = "google.protobuf... constant Int32Value_Value_field_number (line 102) | Int32Value_Value_field_number protoreflect.FieldNumber = 1 constant UInt32Value_message_name (line 107) | UInt32Value_message_name protoreflect.Name = "UInt32Value" constant UInt32Value_message_fullname (line 108) | UInt32Value_message_fullname protoreflect.FullName = "google.protobuf.UI... constant UInt32Value_Value_field_name (line 113) | UInt32Value_Value_field_name protoreflect.Name = "value" constant UInt32Value_Value_field_fullname (line 115) | UInt32Value_Value_field_fullname protoreflect.FullName = "google.protobu... constant UInt32Value_Value_field_number (line 120) | UInt32Value_Value_field_number protoreflect.FieldNumber = 1 constant BoolValue_message_name (line 125) | BoolValue_message_name protoreflect.Name = "BoolValue" constant BoolValue_message_fullname (line 126) | BoolValue_message_fullname protoreflect.FullName = "google.protobuf.Bool... constant BoolValue_Value_field_name (line 131) | BoolValue_Value_field_name protoreflect.Name = "value" constant BoolValue_Value_field_fullname (line 133) | BoolValue_Value_field_fullname protoreflect.FullName = "google.protobuf.... constant BoolValue_Value_field_number (line 138) | BoolValue_Value_field_number protoreflect.FieldNumber = 1 constant StringValue_message_name (line 143) | StringValue_message_name protoreflect.Name = "StringValue" constant StringValue_message_fullname (line 144) | StringValue_message_fullname protoreflect.FullName = "google.protobuf.St... constant StringValue_Value_field_name (line 149) | StringValue_Value_field_name protoreflect.Name = "value" constant StringValue_Value_field_fullname (line 151) | StringValue_Value_field_fullname protoreflect.FullName = "google.protobu... constant StringValue_Value_field_number (line 156) | StringValue_Value_field_number protoreflect.FieldNumber = 1 constant BytesValue_message_name (line 161) | BytesValue_message_name protoreflect.Name = "BytesValue" constant BytesValue_message_fullname (line 162) | BytesValue_message_fullname protoreflect.FullName = "google.protobuf.Byt... constant BytesValue_Value_field_name (line 167) | BytesValue_Value_field_name protoreflect.Name = "value" constant BytesValue_Value_field_fullname (line 169) | BytesValue_Value_field_fullname protoreflect.FullName = "google.protobuf... constant BytesValue_Value_field_number (line 174) | BytesValue_Value_field_number protoreflect.FieldNumber = 1 FILE: _tools/src/google.golang.org/protobuf/internal/impl/api_export.go type Export (line 21) | type Export struct method NewError (line 25) | func (Export) NewError(f string, x ...interface{}) error { method EnumOf (line 35) | func (Export) EnumOf(e enum) pref.Enum { method EnumDescriptorOf (line 48) | func (Export) EnumDescriptorOf(e enum) pref.EnumDescriptor { method EnumTypeOf (line 61) | func (Export) EnumTypeOf(e enum) pref.EnumType { method EnumStringOf (line 74) | func (Export) EnumStringOf(ed pref.EnumDescriptor, n pref.EnumNumber) ... method ProtoMessageV1Of (line 95) | func (Export) ProtoMessageV1Of(m message) piface.MessageV1 { method protoMessageV2Of (line 110) | func (Export) protoMessageV2Of(m message) pref.ProtoMessage { method ProtoMessageV2Of (line 127) | func (Export) ProtoMessageV2Of(m message) pref.ProtoMessage { method MessageOf (line 139) | func (Export) MessageOf(m message) pref.Message { method MessageDescriptorOf (line 151) | func (Export) MessageDescriptorOf(m message) pref.MessageDescriptor { method MessageTypeOf (line 163) | func (Export) MessageTypeOf(m message) pref.MessageType { method MessageStringOf (line 175) | func (Export) MessageStringOf(m pref.ProtoMessage) string { type legacyMessageWrapper (line 87) | type legacyMessageWrapper struct method Reset (line 89) | func (m legacyMessageWrapper) Reset() { proto.Reset(m.m) } method String (line 90) | func (m legacyMessageWrapper) String() string { return Export{}.Messag... method ProtoMessage (line 91) | func (m legacyMessageWrapper) ProtoMessage() {} FILE: _tools/src/google.golang.org/protobuf/internal/impl/checkinit.go method checkInitialized (line 15) | func (mi *MessageInfo) checkInitialized(in piface.CheckInitializedInput)... method checkInitializedPointer (line 25) | func (mi *MessageInfo) checkInitializedPointer(p pointer) error { method isInitExtensions (line 65) | func (mi *MessageInfo) isInitExtensions(ext *map[int32]ExtensionField) e... function needsInitCheck (line 93) | func needsInitCheck(md pref.MessageDescriptor) bool { function needsInitCheckLocked (line 104) | func needsInitCheckLocked(md pref.MessageDescriptor) (has bool) { FILE: _tools/src/google.golang.org/protobuf/internal/impl/codec_extension.go type extensionFieldInfo (line 16) | type extensionFieldInfo struct function getExtensionFieldInfo (line 26) | func getExtensionFieldInfo(xt pref.ExtensionType) *extensionFieldInfo { function legacyLoadExtensionFieldInfo (line 35) | func legacyLoadExtensionFieldInfo(xt pref.ExtensionType) *extensionField... function makeExtensionFieldInfo (line 46) | func makeExtensionFieldInfo(xd pref.ExtensionDescriptor) *extensionField... type lazyExtensionValue (line 72) | type lazyExtensionValue struct type ExtensionField (line 81) | type ExtensionField struct method appendLazyBytes (line 90) | func (f *ExtensionField) appendLazyBytes(xt pref.ExtensionType, xi *ex... method canLazy (line 100) | func (f *ExtensionField) canLazy(xt pref.ExtensionType) bool { method lazyInit (line 110) | func (f *ExtensionField) lazyInit() { method Set (line 157) | func (f *ExtensionField) Set(t pref.ExtensionType, v pref.Value) { method SetLazy (line 165) | func (f *ExtensionField) SetLazy(t pref.ExtensionType, fn func() pref.... method Value (line 172) | func (f *ExtensionField) Value() pref.Value { method Type (line 184) | func (f ExtensionField) Type() pref.ExtensionType { method IsSet (line 190) | func (f ExtensionField) IsSet() bool { function IsLazy (line 196) | func IsLazy(m pref.Message, fd pref.FieldDescriptor) bool { FILE: _tools/src/google.golang.org/protobuf/internal/impl/codec_field.go type errInvalidUTF8 (line 20) | type errInvalidUTF8 struct method Error (line 22) | func (errInvalidUTF8) Error() string { return "string field contai... method InvalidUTF8 (line 23) | func (errInvalidUTF8) InvalidUTF8() bool { return true } method Unwrap (line 24) | func (errInvalidUTF8) Unwrap() error { return errors.Error } method initOneofFieldCoders (line 33) | func (mi *MessageInfo) initOneofFieldCoders(od pref.OneofDescriptor, si ... function makeWeakMessageFieldCoder (line 121) | func makeWeakMessageFieldCoder(fd pref.FieldDescriptor) pointerCoderFuncs { function makeMessageFieldCoder (line 193) | func makeMessageFieldCoder(fd pref.FieldDescriptor, ft reflect.Type) poi... function sizeMessageInfo (line 231) | func sizeMessageInfo(p pointer, f *coderFieldInfo, opts marshalOptions) ... function appendMessageInfo (line 235) | func appendMessageInfo(b []byte, p pointer, f *coderFieldInfo, opts mars... function consumeMessageInfo (line 241) | func consumeMessageInfo(b []byte, p pointer, wtyp protowire.Type, f *cod... function isInitMessageInfo (line 261) | func isInitMessageInfo(p pointer, f *coderFieldInfo) error { function sizeMessage (line 265) | func sizeMessage(m proto.Message, tagsize int, _ marshalOptions) int { function appendMessage (line 269) | func appendMessage(b []byte, m proto.Message, wiretag uint64, opts marsh... function consumeMessage (line 275) | func consumeMessage(b []byte, m proto.Message, wtyp protowire.Type, opts... function sizeMessageValue (line 295) | func sizeMessageValue(v pref.Value, tagsize int, opts marshalOptions) int { function appendMessageValue (line 300) | func appendMessageValue(b []byte, v pref.Value, wiretag uint64, opts mar... function consumeMessageValue (line 305) | func consumeMessageValue(b []byte, v pref.Value, _ protowire.Number, wty... function isInitMessageValue (line 311) | func isInitMessageValue(v pref.Value) error { function sizeGroupValue (line 324) | func sizeGroupValue(v pref.Value, tagsize int, opts marshalOptions) int { function appendGroupValue (line 329) | func appendGroupValue(b []byte, v pref.Value, wiretag uint64, opts marsh... function consumeGroupValue (line 334) | func consumeGroupValue(b []byte, v pref.Value, num protowire.Number, wty... function makeGroupFieldCoder (line 348) | func makeGroupFieldCoder(fd pref.FieldDescriptor, ft reflect.Type) point... function sizeGroupType (line 387) | func sizeGroupType(p pointer, f *coderFieldInfo, opts marshalOptions) int { function appendGroupType (line 391) | func appendGroupType(b []byte, p pointer, f *coderFieldInfo, opts marsha... function consumeGroupType (line 398) | func consumeGroupType(b []byte, p pointer, wtyp protowire.Type, f *coder... function sizeGroup (line 408) | func sizeGroup(m proto.Message, tagsize int, _ marshalOptions) int { function appendGroup (line 412) | func appendGroup(b []byte, m proto.Message, wiretag uint64, opts marshal... function consumeGroup (line 419) | func consumeGroup(b []byte, m proto.Message, num protowire.Number, wtyp ... function makeMessageSliceFieldCoder (line 439) | func makeMessageSliceFieldCoder(fd pref.FieldDescriptor, ft reflect.Type... function sizeMessageSliceInfo (line 469) | func sizeMessageSliceInfo(p pointer, f *coderFieldInfo, opts marshalOpti... function appendMessageSliceInfo (line 478) | func appendMessageSliceInfo(b []byte, p pointer, f *coderFieldInfo, opts... function consumeMessageSliceInfo (line 493) | func consumeMessageSliceInfo(b []byte, p pointer, wtyp protowire.Type, f... function isInitMessageSliceInfo (line 513) | func isInitMessageSliceInfo(p pointer, f *coderFieldInfo) error { function sizeMessageSlice (line 523) | func sizeMessageSlice(p pointer, goType reflect.Type, tagsize int, _ mar... function appendMessageSlice (line 533) | func appendMessageSlice(b []byte, p pointer, wiretag uint64, goType refl... function consumeMessageSlice (line 549) | func consumeMessageSlice(b []byte, p pointer, goType reflect.Type, wtyp ... function isInitMessageSlice (line 571) | func isInitMessageSlice(p pointer, goType reflect.Type) error { function sizeMessageSliceValue (line 584) | func sizeMessageSliceValue(listv pref.Value, tagsize int, opts marshalOp... function appendMessageSliceValue (line 594) | func appendMessageSliceValue(b []byte, listv pref.Value, wiretag uint64,... function consumeMessageSliceValue (line 611) | func consumeMessageSliceValue(b []byte, listv pref.Value, _ protowire.Nu... function isInitMessageSliceValue (line 634) | func isInitMessageSliceValue(listv pref.Value) error { function sizeGroupSliceValue (line 653) | func sizeGroupSliceValue(listv pref.Value, tagsize int, opts marshalOpti... function appendGroupSliceValue (line 663) | func appendGroupSliceValue(b []byte, listv pref.Value, wiretag uint64, o... function consumeGroupSliceValue (line 679) | func consumeGroupSliceValue(b []byte, listv pref.Value, num protowire.Nu... function makeGroupSliceFieldCoder (line 710) | func makeGroupSliceFieldCoder(fd pref.FieldDescriptor, ft reflect.Type) ... function sizeGroupSlice (line 741) | func sizeGroupSlice(p pointer, messageType reflect.Type, tagsize int, _ ... function appendGroupSlice (line 751) | func appendGroupSlice(b []byte, p pointer, wiretag uint64, messageType r... function consumeGroupSlice (line 766) | func consumeGroupSlice(b []byte, p pointer, num protowire.Number, wtyp p... function sizeGroupSliceInfo (line 788) | func sizeGroupSliceInfo(p pointer, f *coderFieldInfo, opts marshalOption... function appendGroupSliceInfo (line 797) | func appendGroupSliceInfo(b []byte, p pointer, f *coderFieldInfo, opts m... function consumeGroupSliceInfo (line 811) | func consumeGroupSliceInfo(b []byte, p pointer, wtyp protowire.Type, f *... function asMessage (line 825) | func asMessage(v reflect.Value) pref.ProtoMessage { FILE: _tools/src/google.golang.org/protobuf/internal/impl/codec_gen.go function sizeBool (line 18) | func sizeBool(p pointer, f *coderFieldInfo, opts marshalOptions) (size i... function appendBool (line 24) | func appendBool(b []byte, p pointer, f *coderFieldInfo, opts marshalOpti... function consumeBool (line 32) | func consumeBool(b []byte, p pointer, wtyp protowire.Type, f *coderField... function sizeBoolNoZero (line 64) | func sizeBoolNoZero(p pointer, f *coderFieldInfo, opts marshalOptions) (... function appendBoolNoZero (line 74) | func appendBoolNoZero(b []byte, p pointer, f *coderFieldInfo, opts marsh... function sizeBoolPtr (line 93) | func sizeBoolPtr(p pointer, f *coderFieldInfo, opts marshalOptions) (siz... function appendBoolPtr (line 100) | func appendBoolPtr(b []byte, p pointer, f *coderFieldInfo, opts marshalO... function consumeBoolPtr (line 108) | func consumeBoolPtr(b []byte, p pointer, wtyp protowire.Type, f *coderFi... function sizeBoolSlice (line 143) | func sizeBoolSlice(p pointer, f *coderFieldInfo, opts marshalOptions) (s... function appendBoolSlice (line 152) | func appendBoolSlice(b []byte, p pointer, f *coderFieldInfo, opts marsha... function consumeBoolSlice (line 162) | func consumeBoolSlice(b []byte, p pointer, wtyp protowire.Type, f *coder... function sizeBoolPackedSlice (line 222) | func sizeBoolPackedSlice(p pointer, f *coderFieldInfo, opts marshalOptio... function appendBoolPackedSlice (line 235) | func appendBoolPackedSlice(b []byte, p pointer, f *coderFieldInfo, opts ... function sizeBoolValue (line 260) | func sizeBoolValue(v protoreflect.Value, tagsize int, opts marshalOption... function appendBoolValue (line 265) | func appendBoolValue(b []byte, v protoreflect.Value, wiretag uint64, opt... function consumeBoolValue (line 272) | func consumeBoolValue(b []byte, _ protoreflect.Value, _ protowire.Number... function sizeBoolSliceValue (line 302) | func sizeBoolSliceValue(listv protoreflect.Value, tagsize int, opts mars... function appendBoolSliceValue (line 312) | func appendBoolSliceValue(b []byte, listv protoreflect.Value, wiretag ui... function consumeBoolSliceValue (line 323) | func consumeBoolSliceValue(b []byte, listv protoreflect.Value, _ protowi... function sizeBoolPackedSliceValue (line 381) | func sizeBoolPackedSliceValue(listv protoreflect.Value, tagsize int, opt... function appendBoolPackedSliceValue (line 396) | func appendBoolPackedSliceValue(b []byte, listv protoreflect.Value, wire... function sizeEnumValue (line 424) | func sizeEnumValue(v protoreflect.Value, tagsize int, opts marshalOption... function appendEnumValue (line 429) | func appendEnumValue(b []byte, v protoreflect.Value, wiretag uint64, opt... function consumeEnumValue (line 436) | func consumeEnumValue(b []byte, _ protoreflect.Value, _ protowire.Number... function sizeEnumSliceValue (line 466) | func sizeEnumSliceValue(listv protoreflect.Value, tagsize int, opts mars... function appendEnumSliceValue (line 476) | func appendEnumSliceValue(b []byte, listv protoreflect.Value, wiretag ui... function consumeEnumSliceValue (line 487) | func consumeEnumSliceValue(b []byte, listv protoreflect.Value, _ protowi... function sizeEnumPackedSliceValue (line 545) | func sizeEnumPackedSliceValue(listv protoreflect.Value, tagsize int, opt... function appendEnumPackedSliceValue (line 560) | func appendEnumPackedSliceValue(b []byte, listv protoreflect.Value, wire... function sizeInt32 (line 588) | func sizeInt32(p pointer, f *coderFieldInfo, opts marshalOptions) (size ... function appendInt32 (line 594) | func appendInt32(b []byte, p pointer, f *coderFieldInfo, opts marshalOpt... function consumeInt32 (line 602) | func consumeInt32(b []byte, p pointer, wtyp protowire.Type, f *coderFiel... function sizeInt32NoZero (line 634) | func sizeInt32NoZero(p pointer, f *coderFieldInfo, opts marshalOptions) ... function appendInt32NoZero (line 644) | func appendInt32NoZero(b []byte, p pointer, f *coderFieldInfo, opts mars... function sizeInt32Ptr (line 663) | func sizeInt32Ptr(p pointer, f *coderFieldInfo, opts marshalOptions) (si... function appendInt32Ptr (line 670) | func appendInt32Ptr(b []byte, p pointer, f *coderFieldInfo, opts marshal... function consumeInt32Ptr (line 678) | func consumeInt32Ptr(b []byte, p pointer, wtyp protowire.Type, f *coderF... function sizeInt32Slice (line 713) | func sizeInt32Slice(p pointer, f *coderFieldInfo, opts marshalOptions) (... function appendInt32Slice (line 722) | func appendInt32Slice(b []byte, p pointer, f *coderFieldInfo, opts marsh... function consumeInt32Slice (line 732) | func consumeInt32Slice(b []byte, p pointer, wtyp protowire.Type, f *code... function sizeInt32PackedSlice (line 792) | func sizeInt32PackedSlice(p pointer, f *coderFieldInfo, opts marshalOpti... function appendInt32PackedSlice (line 805) | func appendInt32PackedSlice(b []byte, p pointer, f *coderFieldInfo, opts... function sizeInt32Value (line 830) | func sizeInt32Value(v protoreflect.Value, tagsize int, opts marshalOptio... function appendInt32Value (line 835) | func appendInt32Value(b []byte, v protoreflect.Value, wiretag uint64, op... function consumeInt32Value (line 842) | func consumeInt32Value(b []byte, _ protoreflect.Value, _ protowire.Numbe... function sizeInt32SliceValue (line 872) | func sizeInt32SliceValue(listv protoreflect.Value, tagsize int, opts mar... function appendInt32SliceValue (line 882) | func appendInt32SliceValue(b []byte, listv protoreflect.Value, wiretag u... function consumeInt32SliceValue (line 893) | func consumeInt32SliceValue(b []byte, listv protoreflect.Value, _ protow... function sizeInt32PackedSliceValue (line 951) | func sizeInt32PackedSliceValue(listv protoreflect.Value, tagsize int, op... function appendInt32PackedSliceValue (line 966) | func appendInt32PackedSliceValue(b []byte, listv protoreflect.Value, wir... function sizeSint32 (line 994) | func sizeSint32(p pointer, f *coderFieldInfo, opts marshalOptions) (size... function appendSint32 (line 1000) | func appendSint32(b []byte, p pointer, f *coderFieldInfo, opts marshalOp... function consumeSint32 (line 1008) | func consumeSint32(b []byte, p pointer, wtyp protowire.Type, f *coderFie... function sizeSint32NoZero (line 1040) | func sizeSint32NoZero(p pointer, f *coderFieldInfo, opts marshalOptions)... function appendSint32NoZero (line 1050) | func appendSint32NoZero(b []byte, p pointer, f *coderFieldInfo, opts mar... function sizeSint32Ptr (line 1069) | func sizeSint32Ptr(p pointer, f *coderFieldInfo, opts marshalOptions) (s... function appendSint32Ptr (line 1076) | func appendSint32Ptr(b []byte, p pointer, f *coderFieldInfo, opts marsha... function consumeSint32Ptr (line 1084) | func consumeSint32Ptr(b []byte, p pointer, wtyp protowire.Type, f *coder... function sizeSint32Slice (line 1119) | func sizeSint32Slice(p pointer, f *coderFieldInfo, opts marshalOptions) ... function appendSint32Slice (line 1128) | func appendSint32Slice(b []byte, p pointer, f *coderFieldInfo, opts mars... function consumeSint32Slice (line 1138) | func consumeSint32Slice(b []byte, p pointer, wtyp protowire.Type, f *cod... function sizeSint32PackedSlice (line 1198) | func sizeSint32PackedSlice(p pointer, f *coderFieldInfo, opts marshalOpt... function appendSint32PackedSlice (line 1211) | func appendSint32PackedSlice(b []byte, p pointer, f *coderFieldInfo, opt... function sizeSint32Value (line 1236) | func sizeSint32Value(v protoreflect.Value, tagsize int, opts marshalOpti... function appendSint32Value (line 1241) | func appendSint32Value(b []byte, v protoreflect.Value, wiretag uint64, o... function consumeSint32Value (line 1248) | func consumeSint32Value(b []byte, _ protoreflect.Value, _ protowire.Numb... function sizeSint32SliceValue (line 1278) | func sizeSint32SliceValue(listv protoreflect.Value, tagsize int, opts ma... function appendSint32SliceValue (line 1288) | func appendSint32SliceValue(b []byte, listv protoreflect.Value, wiretag ... function consumeSint32SliceValue (line 1299) | func consumeSint32SliceValue(b []byte, listv protoreflect.Value, _ proto... function sizeSint32PackedSliceValue (line 1357) | func sizeSint32PackedSliceValue(listv protoreflect.Value, tagsize int, o... function appendSint32PackedSliceValue (line 1372) | func appendSint32PackedSliceValue(b []byte, listv protoreflect.Value, wi... function sizeUint32 (line 1400) | func sizeUint32(p pointer, f *coderFieldInfo, opts marshalOptions) (size... function appendUint32 (line 1406) | func appendUint32(b []byte, p pointer, f *coderFieldInfo, opts marshalOp... function consumeUint32 (line 1414) | func consumeUint32(b []byte, p pointer, wtyp protowire.Type, f *coderFie... function sizeUint32NoZero (line 1446) | func sizeUint32NoZero(p pointer, f *coderFieldInfo, opts marshalOptions)... function appendUint32NoZero (line 1456) | func appendUint32NoZero(b []byte, p pointer, f *coderFieldInfo, opts mar... function sizeUint32Ptr (line 1475) | func sizeUint32Ptr(p pointer, f *coderFieldInfo, opts marshalOptions) (s... function appendUint32Ptr (line 1482) | func appendUint32Ptr(b []byte, p pointer, f *coderFieldInfo, opts marsha... function consumeUint32Ptr (line 1490) | func consumeUint32Ptr(b []byte, p pointer, wtyp protowire.Type, f *coder... function sizeUint32Slice (line 1525) | func sizeUint32Slice(p pointer, f *coderFieldInfo, opts marshalOptions) ... function appendUint32Slice (line 1534) | func appendUint32Slice(b []byte, p pointer, f *coderFieldInfo, opts mars... function consumeUint32Slice (line 1544) | func consumeUint32Slice(b []byte, p pointer, wtyp protowire.Type, f *cod... function sizeUint32PackedSlice (line 1604) | func sizeUint32PackedSlice(p pointer, f *coderFieldInfo, opts marshalOpt... function appendUint32PackedSlice (line 1617) | func appendUint32PackedSlice(b []byte, p pointer, f *coderFieldInfo, opt... function sizeUint32Value (line 1642) | func sizeUint32Value(v protoreflect.Value, tagsize int, opts marshalOpti... function appendUint32Value (line 1647) | func appendUint32Value(b []byte, v protoreflect.Value, wiretag uint64, o... function consumeUint32Value (line 1654) | func consumeUint32Value(b []byte, _ protoreflect.Value, _ protowire.Numb... function sizeUint32SliceValue (line 1684) | func sizeUint32SliceValue(listv protoreflect.Value, tagsize int, opts ma... function appendUint32SliceValue (line 1694) | func appendUint32SliceValue(b []byte, listv protoreflect.Value, wiretag ... function consumeUint32SliceValue (line 1705) | func consumeUint32SliceValue(b []byte, listv protoreflect.Value, _ proto... function sizeUint32PackedSliceValue (line 1763) | func sizeUint32PackedSliceValue(listv protoreflect.Value, tagsize int, o... function appendUint32PackedSliceValue (line 1778) | func appendUint32PackedSliceValue(b []byte, listv protoreflect.Value, wi... function sizeInt64 (line 1806) | func sizeInt64(p pointer, f *coderFieldInfo, opts marshalOptions) (size ... function appendInt64 (line 1812) | func appendInt64(b []byte, p pointer, f *coderFieldInfo, opts marshalOpt... function consumeInt64 (line 1820) | func consumeInt64(b []byte, p pointer, wtyp protowire.Type, f *coderFiel... function sizeInt64NoZero (line 1852) | func sizeInt64NoZero(p pointer, f *coderFieldInfo, opts marshalOptions) ... function appendInt64NoZero (line 1862) | func appendInt64NoZero(b []byte, p pointer, f *coderFieldInfo, opts mars... function sizeInt64Ptr (line 1881) | func sizeInt64Ptr(p pointer, f *coderFieldInfo, opts marshalOptions) (si... function appendInt64Ptr (line 1888) | func appendInt64Ptr(b []byte, p pointer, f *coderFieldInfo, opts marshal... function consumeInt64Ptr (line 1896) | func consumeInt64Ptr(b []byte, p pointer, wtyp protowire.Type, f *coderF... function sizeInt64Slice (line 1931) | func sizeInt64Slice(p pointer, f *coderFieldInfo, opts marshalOptions) (... function appendInt64Slice (line 1940) | func appendInt64Slice(b []byte, p pointer, f *coderFieldInfo, opts marsh... function consumeInt64Slice (line 1950) | func consumeInt64Slice(b []byte, p pointer, wtyp protowire.Type, f *code... function sizeInt64PackedSlice (line 2010) | func sizeInt64PackedSlice(p pointer, f *coderFieldInfo, opts marshalOpti... function appendInt64PackedSlice (line 2023) | func appendInt64PackedSlice(b []byte, p pointer, f *coderFieldInfo, opts... function sizeInt64Value (line 2048) | func sizeInt64Value(v protoreflect.Value, tagsize int, opts marshalOptio... function appendInt64Value (line 2053) | func appendInt64Value(b []byte, v protoreflect.Value, wiretag uint64, op... function consumeInt64Value (line 2060) | func consumeInt64Value(b []byte, _ protoreflect.Value, _ protowire.Numbe... function sizeInt64SliceValue (line 2090) | func sizeInt64SliceValue(listv protoreflect.Value, tagsize int, opts mar... function appendInt64SliceValue (line 2100) | func appendInt64SliceValue(b []byte, listv protoreflect.Value, wiretag u... function consumeInt64SliceValue (line 2111) | func consumeInt64SliceValue(b []byte, listv protoreflect.Value, _ protow... function sizeInt64PackedSliceValue (line 2169) | func sizeInt64PackedSliceValue(listv protoreflect.Value, tagsize int, op... function appendInt64PackedSliceValue (line 2184) | func appendInt64PackedSliceValue(b []byte, listv protoreflect.Value, wir... function sizeSint64 (line 2212) | func sizeSint64(p pointer, f *coderFieldInfo, opts marshalOptions) (size... function appendSint64 (line 2218) | func appendSint64(b []byte, p pointer, f *coderFieldInfo, opts marshalOp... function consumeSint64 (line 2226) | func consumeSint64(b []byte, p pointer, wtyp protowire.Type, f *coderFie... function sizeSint64NoZero (line 2258) | func sizeSint64NoZero(p pointer, f *coderFieldInfo, opts marshalOptions)... function appendSint64NoZero (line 2268) | func appendSint64NoZero(b []byte, p pointer, f *coderFieldInfo, opts mar... function sizeSint64Ptr (line 2287) | func sizeSint64Ptr(p pointer, f *coderFieldInfo, opts marshalOptions) (s... function appendSint64Ptr (line 2294) | func appendSint64Ptr(b []byte, p pointer, f *coderFieldInfo, opts marsha... function consumeSint64Ptr (line 2302) | func consumeSint64Ptr(b []byte, p pointer, wtyp protowire.Type, f *coder... function sizeSint64Slice (line 2337) | func sizeSint64Slice(p pointer, f *coderFieldInfo, opts marshalOptions) ... function appendSint64Slice (line 2346) | func appendSint64Slice(b []byte, p pointer, f *coderFieldInfo, opts mars... function consumeSint64Slice (line 2356) | func consumeSint64Slice(b []byte, p pointer, wtyp protowire.Type, f *cod... function sizeSint64PackedSlice (line 2416) | func sizeSint64PackedSlice(p pointer, f *coderFieldInfo, opts marshalOpt... function appendSint64PackedSlice (line 2429) | func appendSint64PackedSlice(b []byte, p pointer, f *coderFieldInfo, opt... function sizeSint64Value (line 2454) | func sizeSint64Value(v protoreflect.Value, tagsize int, opts marshalOpti... function appendSint64Value (line 2459) | func appendSint64Value(b []byte, v protoreflect.Value, wiretag uint64, o... function consumeSint64Value (line 2466) | func consumeSint64Value(b []byte, _ protoreflect.Value, _ protowire.Numb... function sizeSint64SliceValue (line 2496) | func sizeSint64SliceValue(listv protoreflect.Value, tagsize int, opts ma... function appendSint64SliceValue (line 2506) | func appendSint64SliceValue(b []byte, listv protoreflect.Value, wiretag ... function consumeSint64SliceValue (line 2517) | func consumeSint64SliceValue(b []byte, listv protoreflect.Value, _ proto... function sizeSint64PackedSliceValue (line 2575) | func sizeSint64PackedSliceValue(listv protoreflect.Value, tagsize int, o... function appendSint64PackedSliceValue (line 2590) | func appendSint64PackedSliceValue(b []byte, listv protoreflect.Value, wi... function sizeUint64 (line 2618) | func sizeUint64(p pointer, f *coderFieldInfo, opts marshalOptions) (size... function appendUint64 (line 2624) | func appendUint64(b []byte, p pointer, f *coderFieldInfo, opts marshalOp... function consumeUint64 (line 2632) | func consumeUint64(b []byte, p pointer, wtyp protowire.Type, f *coderFie... function sizeUint64NoZero (line 2664) | func sizeUint64NoZero(p pointer, f *coderFieldInfo, opts marshalOptions)... function appendUint64NoZero (line 2674) | func appendUint64NoZero(b []byte, p pointer, f *coderFieldInfo, opts mar... function sizeUint64Ptr (line 2693) | func sizeUint64Ptr(p pointer, f *coderFieldInfo, opts marshalOptions) (s... function appendUint64Ptr (line 2700) | func appendUint64Ptr(b []byte, p pointer, f *coderFieldInfo, opts marsha... function consumeUint64Ptr (line 2708) | func consumeUint64Ptr(b []byte, p pointer, wtyp protowire.Type, f *coder... function sizeUint64Slice (line 2743) | func sizeUint64Slice(p pointer, f *coderFieldInfo, opts marshalOptions) ... function appendUint64Slice (line 2752) | func appendUint64Slice(b []byte, p pointer, f *coderFieldInfo, opts mars... function consumeUint64Slice (line 2762) | func consumeUint64Slice(b []byte, p pointer, wtyp protowire.Type, f *cod... function sizeUint64PackedSlice (line 2822) | func sizeUint64PackedSlice(p pointer, f *coderFieldInfo, opts marshalOpt... function appendUint64PackedSlice (line 2835) | func appendUint64PackedSlice(b []byte, p pointer, f *coderFieldInfo, opt... function sizeUint64Value (line 2860) | func sizeUint64Value(v protoreflect.Value, tagsize int, opts marshalOpti... function appendUint64Value (line 2865) | func appendUint64Value(b []byte, v protoreflect.Value, wiretag uint64, o... function consumeUint64Value (line 2872) | func consumeUint64Value(b []byte, _ protoreflect.Value, _ protowire.Numb... function sizeUint64SliceValue (line 2902) | func sizeUint64SliceValue(listv protoreflect.Value, tagsize int, opts ma... function appendUint64SliceValue (line 2912) | func appendUint64SliceValue(b []byte, listv protoreflect.Value, wiretag ... function consumeUint64SliceValue (line 2923) | func consumeUint64SliceValue(b []byte, listv protoreflect.Value, _ proto... function sizeUint64PackedSliceValue (line 2981) | func sizeUint64PackedSliceValue(listv protoreflect.Value, tagsize int, o... function appendUint64PackedSliceValue (line 2996) | func appendUint64PackedSliceValue(b []byte, listv protoreflect.Value, wi... function sizeSfixed32 (line 3024) | func sizeSfixed32(p pointer, f *coderFieldInfo, opts marshalOptions) (si... function appendSfixed32 (line 3030) | func appendSfixed32(b []byte, p pointer, f *coderFieldInfo, opts marshal... function consumeSfixed32 (line 3038) | func consumeSfixed32(b []byte, p pointer, wtyp protowire.Type, f *coderF... function sizeSfixed32NoZero (line 3060) | func sizeSfixed32NoZero(p pointer, f *coderFieldInfo, opts marshalOption... function appendSfixed32NoZero (line 3070) | func appendSfixed32NoZero(b []byte, p pointer, f *coderFieldInfo, opts m... function sizeSfixed32Ptr (line 3089) | func sizeSfixed32Ptr(p pointer, f *coderFieldInfo, opts marshalOptions) ... function appendSfixed32Ptr (line 3095) | func appendSfixed32Ptr(b []byte, p pointer, f *coderFieldInfo, opts mars... function consumeSfixed32Ptr (line 3103) | func consumeSfixed32Ptr(b []byte, p pointer, wtyp protowire.Type, f *cod... function sizeSfixed32Slice (line 3128) | func sizeSfixed32Slice(p pointer, f *coderFieldInfo, opts marshalOptions... function appendSfixed32Slice (line 3135) | func appendSfixed32Slice(b []byte, p pointer, f *coderFieldInfo, opts ma... function consumeSfixed32Slice (line 3145) | func consumeSfixed32Slice(b []byte, p pointer, wtyp protowire.Type, f *c... function sizeSfixed32PackedSlice (line 3185) | func sizeSfixed32PackedSlice(p pointer, f *coderFieldInfo, opts marshalO... function appendSfixed32PackedSlice (line 3195) | func appendSfixed32PackedSlice(b []byte, p pointer, f *coderFieldInfo, o... function sizeSfixed32Value (line 3217) | func sizeSfixed32Value(v protoreflect.Value, tagsize int, opts marshalOp... function appendSfixed32Value (line 3222) | func appendSfixed32Value(b []byte, v protoreflect.Value, wiretag uint64,... function consumeSfixed32Value (line 3229) | func consumeSfixed32Value(b []byte, _ protoreflect.Value, _ protowire.Nu... function sizeSfixed32SliceValue (line 3249) | func sizeSfixed32SliceValue(listv protoreflect.Value, tagsize int, opts ... function appendSfixed32SliceValue (line 3256) | func appendSfixed32SliceValue(b []byte, listv protoreflect.Value, wireta... function consumeSfixed32SliceValue (line 3267) | func consumeSfixed32SliceValue(b []byte, listv protoreflect.Value, _ pro... function sizeSfixed32PackedSliceValue (line 3305) | func sizeSfixed32PackedSliceValue(listv protoreflect.Value, tagsize int,... function appendSfixed32PackedSliceValue (line 3316) | func appendSfixed32PackedSliceValue(b []byte, listv protoreflect.Value, ... function sizeFixed32 (line 3340) | func sizeFixed32(p pointer, f *coderFieldInfo, opts marshalOptions) (siz... function appendFixed32 (line 3346) | func appendFixed32(b []byte, p pointer, f *coderFieldInfo, opts marshalO... function consumeFixed32 (line 3354) | func consumeFixed32(b []byte, p pointer, wtyp protowire.Type, f *coderFi... function sizeFixed32NoZero (line 3376) | func sizeFixed32NoZero(p pointer, f *coderFieldInfo, opts marshalOptions... function appendFixed32NoZero (line 3386) | func appendFixed32NoZero(b []byte, p pointer, f *coderFieldInfo, opts ma... function sizeFixed32Ptr (line 3405) | func sizeFixed32Ptr(p pointer, f *coderFieldInfo, opts marshalOptions) (... function appendFixed32Ptr (line 3411) | func appendFixed32Ptr(b []byte, p pointer, f *coderFieldInfo, opts marsh... function consumeFixed32Ptr (line 3419) | func consumeFixed32Ptr(b []byte, p pointer, wtyp protowire.Type, f *code... function sizeFixed32Slice (line 3444) | func sizeFixed32Slice(p pointer, f *coderFieldInfo, opts marshalOptions)... function appendFixed32Slice (line 3451) | func appendFixed32Slice(b []byte, p pointer, f *coderFieldInfo, opts mar... function consumeFixed32Slice (line 3461) | func consumeFixed32Slice(b []byte, p pointer, wtyp protowire.Type, f *co... function sizeFixed32PackedSlice (line 3501) | func sizeFixed32PackedSlice(p pointer, f *coderFieldInfo, opts marshalOp... function appendFixed32PackedSlice (line 3511) | func appendFixed32PackedSlice(b []byte, p pointer, f *coderFieldInfo, op... function sizeFixed32Value (line 3533) | func sizeFixed32Value(v protoreflect.Value, tagsize int, opts marshalOpt... function appendFixed32Value (line 3538) | func appendFixed32Value(b []byte, v protoreflect.Value, wiretag uint64, ... function consumeFixed32Value (line 3545) | func consumeFixed32Value(b []byte, _ protoreflect.Value, _ protowire.Num... function sizeFixed32SliceValue (line 3565) | func sizeFixed32SliceValue(listv protoreflect.Value, tagsize int, opts m... function appendFixed32SliceValue (line 3572) | func appendFixed32SliceValue(b []byte, listv protoreflect.Value, wiretag... function consumeFixed32SliceValue (line 3583) | func consumeFixed32SliceValue(b []byte, listv protoreflect.Value, _ prot... function sizeFixed32PackedSliceValue (line 3621) | func sizeFixed32PackedSliceValue(listv protoreflect.Value, tagsize int, ... function appendFixed32PackedSliceValue (line 3632) | func appendFixed32PackedSliceValue(b []byte, listv protoreflect.Value, w... function sizeFloat (line 3656) | func sizeFloat(p pointer, f *coderFieldInfo, opts marshalOptions) (size ... function appendFloat (line 3662) | func appendFloat(b []byte, p pointer, f *coderFieldInfo, opts marshalOpt... function consumeFloat (line 3670) | func consumeFloat(b []byte, p pointer, wtyp protowire.Type, f *coderFiel... function sizeFloatNoZero (line 3692) | func sizeFloatNoZero(p pointer, f *coderFieldInfo, opts marshalOptions) ... function appendFloatNoZero (line 3702) | func appendFloatNoZero(b []byte, p pointer, f *coderFieldInfo, opts mars... function sizeFloatPtr (line 3721) | func sizeFloatPtr(p pointer, f *coderFieldInfo, opts marshalOptions) (si... function appendFloatPtr (line 3727) | func appendFloatPtr(b []byte, p pointer, f *coderFieldInfo, opts marshal... function consumeFloatPtr (line 3735) | func consumeFloatPtr(b []byte, p pointer, wtyp protowire.Type, f *coderF... function sizeFloatSlice (line 3760) | func sizeFloatSlice(p pointer, f *coderFieldInfo, opts marshalOptions) (... function appendFloatSlice (line 3767) | func appendFloatSlice(b []byte, p pointer, f *coderFieldInfo, opts marsh... function consumeFloatSlice (line 3777) | func consumeFloatSlice(b []byte, p pointer, wtyp protowire.Type, f *code... function sizeFloatPackedSlice (line 3817) | func sizeFloatPackedSlice(p pointer, f *coderFieldInfo, opts marshalOpti... function appendFloatPackedSlice (line 3827) | func appendFloatPackedSlice(b []byte, p pointer, f *coderFieldInfo, opts... function sizeFloatValue (line 3849) | func sizeFloatValue(v protoreflect.Value, tagsize int, opts marshalOptio... function appendFloatValue (line 3854) | func appendFloatValue(b []byte, v protoreflect.Value, wiretag uint64, op... function consumeFloatValue (line 3861) | func consumeFloatValue(b []byte, _ protoreflect.Value, _ protowire.Numbe... function sizeFloatSliceValue (line 3881) | func sizeFloatSliceValue(listv protoreflect.Value, tagsize int, opts mar... function appendFloatSliceValue (line 3888) | func appendFloatSliceValue(b []byte, listv protoreflect.Value, wiretag u... function consumeFloatSliceValue (line 3899) | func consumeFloatSliceValue(b []byte, listv protoreflect.Value, _ protow... function sizeFloatPackedSliceValue (line 3937) | func sizeFloatPackedSliceValue(listv protoreflect.Value, tagsize int, op... function appendFloatPackedSliceValue (line 3948) | func appendFloatPackedSliceValue(b []byte, listv protoreflect.Value, wir... function sizeSfixed64 (line 3972) | func sizeSfixed64(p pointer, f *coderFieldInfo, opts marshalOptions) (si... function appendSfixed64 (line 3978) | func appendSfixed64(b []byte, p pointer, f *coderFieldInfo, opts marshal... function consumeSfixed64 (line 3986) | func consumeSfixed64(b []byte, p pointer, wtyp protowire.Type, f *coderF... function sizeSfixed64NoZero (line 4008) | func sizeSfixed64NoZero(p pointer, f *coderFieldInfo, opts marshalOption... function appendSfixed64NoZero (line 4018) | func appendSfixed64NoZero(b []byte, p pointer, f *coderFieldInfo, opts m... function sizeSfixed64Ptr (line 4037) | func sizeSfixed64Ptr(p pointer, f *coderFieldInfo, opts marshalOptions) ... function appendSfixed64Ptr (line 4043) | func appendSfixed64Ptr(b []byte, p pointer, f *coderFieldInfo, opts mars... function consumeSfixed64Ptr (line 4051) | func consumeSfixed64Ptr(b []byte, p pointer, wtyp protowire.Type, f *cod... function sizeSfixed64Slice (line 4076) | func sizeSfixed64Slice(p pointer, f *coderFieldInfo, opts marshalOptions... function appendSfixed64Slice (line 4083) | func appendSfixed64Slice(b []byte, p pointer, f *coderFieldInfo, opts ma... function consumeSfixed64Slice (line 4093) | func consumeSfixed64Slice(b []byte, p pointer, wtyp protowire.Type, f *c... function sizeSfixed64PackedSlice (line 4133) | func sizeSfixed64PackedSlice(p pointer, f *coderFieldInfo, opts marshalO... function appendSfixed64PackedSlice (line 4143) | func appendSfixed64PackedSlice(b []byte, p pointer, f *coderFieldInfo, o... function sizeSfixed64Value (line 4165) | func sizeSfixed64Value(v protoreflect.Value, tagsize int, opts marshalOp... function appendSfixed64Value (line 4170) | func appendSfixed64Value(b []byte, v protoreflect.Value, wiretag uint64,... function consumeSfixed64Value (line 4177) | func consumeSfixed64Value(b []byte, _ protoreflect.Value, _ protowire.Nu... function sizeSfixed64SliceValue (line 4197) | func sizeSfixed64SliceValue(listv protoreflect.Value, tagsize int, opts ... function appendSfixed64SliceValue (line 4204) | func appendSfixed64SliceValue(b []byte, listv protoreflect.Value, wireta... function consumeSfixed64SliceValue (line 4215) | func consumeSfixed64SliceValue(b []byte, listv protoreflect.Value, _ pro... function sizeSfixed64PackedSliceValue (line 4253) | func sizeSfixed64PackedSliceValue(listv protoreflect.Value, tagsize int,... function appendSfixed64PackedSliceValue (line 4264) | func appendSfixed64PackedSliceValue(b []byte, listv protoreflect.Value, ... function sizeFixed64 (line 4288) | func sizeFixed64(p pointer, f *coderFieldInfo, opts marshalOptions) (siz... function appendFixed64 (line 4294) | func appendFixed64(b []byte, p pointer, f *coderFieldInfo, opts marshalO... function consumeFixed64 (line 4302) | func consumeFixed64(b []byte, p pointer, wtyp protowire.Type, f *coderFi... function sizeFixed64NoZero (line 4324) | func sizeFixed64NoZero(p pointer, f *coderFieldInfo, opts marshalOptions... function appendFixed64NoZero (line 4334) | func appendFixed64NoZero(b []byte, p pointer, f *coderFieldInfo, opts ma... function sizeFixed64Ptr (line 4353) | func sizeFixed64Ptr(p pointer, f *coderFieldInfo, opts marshalOptions) (... function appendFixed64Ptr (line 4359) | func appendFixed64Ptr(b []byte, p pointer, f *coderFieldInfo, opts marsh... function consumeFixed64Ptr (line 4367) | func consumeFixed64Ptr(b []byte, p pointer, wtyp protowire.Type, f *code... function sizeFixed64Slice (line 4392) | func sizeFixed64Slice(p pointer, f *coderFieldInfo, opts marshalOptions)... function appendFixed64Slice (line 4399) | func appendFixed64Slice(b []byte, p pointer, f *coderFieldInfo, opts mar... function consumeFixed64Slice (line 4409) | func consumeFixed64Slice(b []byte, p pointer, wtyp protowire.Type, f *co... function sizeFixed64PackedSlice (line 4449) | func sizeFixed64PackedSlice(p pointer, f *coderFieldInfo, opts marshalOp... function appendFixed64PackedSlice (line 4459) | func appendFixed64PackedSlice(b []byte, p pointer, f *coderFieldInfo, op... function sizeFixed64Value (line 4481) | func sizeFixed64Value(v protoreflect.Value, tagsize int, opts marshalOpt... function appendFixed64Value (line 4486) | func appendFixed64Value(b []byte, v protoreflect.Value, wiretag uint64, ... function consumeFixed64Value (line 4493) | func consumeFixed64Value(b []byte, _ protoreflect.Value, _ protowire.Num... function sizeFixed64SliceValue (line 4513) | func sizeFixed64SliceValue(listv protoreflect.Value, tagsize int, opts m... function appendFixed64SliceValue (line 4520) | func appendFixed64SliceValue(b []byte, listv protoreflect.Value, wiretag... function consumeFixed64SliceValue (line 4531) | func consumeFixed64SliceValue(b []byte, listv protoreflect.Value, _ prot... function sizeFixed64PackedSliceValue (line 4569) | func sizeFixed64PackedSliceValue(listv protoreflect.Value, tagsize int, ... function appendFixed64PackedSliceValue (line 4580) | func appendFixed64PackedSliceValue(b []byte, listv protoreflect.Value, w... function sizeDouble (line 4604) | func sizeDouble(p pointer, f *coderFieldInfo, opts marshalOptions) (size... function appendDouble (line 4610) | func appendDouble(b []byte, p pointer, f *coderFieldInfo, opts marshalOp... function consumeDouble (line 4618) | func consumeDouble(b []byte, p pointer, wtyp protowire.Type, f *coderFie... function sizeDoubleNoZero (line 4640) | func sizeDoubleNoZero(p pointer, f *coderFieldInfo, opts marshalOptions)... function appendDoubleNoZero (line 4650) | func appendDoubleNoZero(b []byte, p pointer, f *coderFieldInfo, opts mar... function sizeDoublePtr (line 4669) | func sizeDoublePtr(p pointer, f *coderFieldInfo, opts marshalOptions) (s... function appendDoublePtr (line 4675) | func appendDoublePtr(b []byte, p pointer, f *coderFieldInfo, opts marsha... function consumeDoublePtr (line 4683) | func consumeDoublePtr(b []byte, p pointer, wtyp protowire.Type, f *coder... function sizeDoubleSlice (line 4708) | func sizeDoubleSlice(p pointer, f *coderFieldInfo, opts marshalOptions) ... function appendDoubleSlice (line 4715) | func appendDoubleSlice(b []byte, p pointer, f *coderFieldInfo, opts mars... function consumeDoubleSlice (line 4725) | func consumeDoubleSlice(b []byte, p pointer, wtyp protowire.Type, f *cod... function sizeDoublePackedSlice (line 4765) | func sizeDoublePackedSlice(p pointer, f *coderFieldInfo, opts marshalOpt... function appendDoublePackedSlice (line 4775) | func appendDoublePackedSlice(b []byte, p pointer, f *coderFieldInfo, opt... function sizeDoubleValue (line 4797) | func sizeDoubleValue(v protoreflect.Value, tagsize int, opts marshalOpti... function appendDoubleValue (line 4802) | func appendDoubleValue(b []byte, v protoreflect.Value, wiretag uint64, o... function consumeDoubleValue (line 4809) | func consumeDoubleValue(b []byte, _ protoreflect.Value, _ protowire.Numb... function sizeDoubleSliceValue (line 4829) | func sizeDoubleSliceValue(listv protoreflect.Value, tagsize int, opts ma... function appendDoubleSliceValue (line 4836) | func appendDoubleSliceValue(b []byte, listv protoreflect.Value, wiretag ... function consumeDoubleSliceValue (line 4847) | func consumeDoubleSliceValue(b []byte, listv protoreflect.Value, _ proto... function sizeDoublePackedSliceValue (line 4885) | func sizeDoublePackedSliceValue(listv protoreflect.Value, tagsize int, o... function appendDoublePackedSliceValue (line 4896) | func appendDoublePackedSliceValue(b []byte, listv protoreflect.Value, wi... function sizeString (line 4920) | func sizeString(p pointer, f *coderFieldInfo, opts marshalOptions) (size... function appendString (line 4926) | func appendString(b []byte, p pointer, f *coderFieldInfo, opts marshalOp... function consumeString (line 4934) | func consumeString(b []byte, p pointer, wtyp protowire.Type, f *coderFie... function appendStringValidateUTF8 (line 4955) | func appendStringValidateUTF8(b []byte, p pointer, f *coderFieldInfo, op... function consumeStringValidateUTF8 (line 4966) | func consumeStringValidateUTF8(b []byte, p pointer, wtyp protowire.Type,... function sizeStringNoZero (line 4991) | func sizeStringNoZero(p pointer, f *coderFieldInfo, opts marshalOptions)... function appendStringNoZero (line 5001) | func appendStringNoZero(b []byte, p pointer, f *coderFieldInfo, opts mar... function appendStringNoZeroValidateUTF8 (line 5020) | func appendStringNoZeroValidateUTF8(b []byte, p pointer, f *coderFieldIn... function sizeStringPtr (line 5042) | func sizeStringPtr(p pointer, f *coderFieldInfo, opts marshalOptions) (s... function appendStringPtr (line 5049) | func appendStringPtr(b []byte, p pointer, f *coderFieldInfo, opts marsha... function consumeStringPtr (line 5057) | func consumeStringPtr(b []byte, p pointer, wtyp protowire.Type, f *coder... function appendStringPtrValidateUTF8 (line 5083) | func appendStringPtrValidateUTF8(b []byte, p pointer, f *coderFieldInfo,... function consumeStringPtrValidateUTF8 (line 5094) | func consumeStringPtrValidateUTF8(b []byte, p pointer, wtyp protowire.Ty... function sizeStringSlice (line 5122) | func sizeStringSlice(p pointer, f *coderFieldInfo, opts marshalOptions) ... function appendStringSlice (line 5131) | func appendStringSlice(b []byte, p pointer, f *coderFieldInfo, opts mars... function consumeStringSlice (line 5141) | func consumeStringSlice(b []byte, p pointer, wtyp protowire.Type, f *cod... function appendStringSliceValidateUTF8 (line 5163) | func appendStringSliceValidateUTF8(b []byte, p pointer, f *coderFieldInf... function consumeStringSliceValidateUTF8 (line 5176) | func consumeStringSliceValidateUTF8(b []byte, p pointer, wtyp protowire.... function sizeStringValue (line 5201) | func sizeStringValue(v protoreflect.Value, tagsize int, opts marshalOpti... function appendStringValue (line 5206) | func appendStringValue(b []byte, v protoreflect.Value, wiretag uint64, o... function consumeStringValue (line 5213) | func consumeStringValue(b []byte, _ protoreflect.Value, _ protowire.Numb... function appendStringValueValidateUTF8 (line 5233) | func appendStringValueValidateUTF8(b []byte, v protoreflect.Value, wiret... function consumeStringValueValidateUTF8 (line 5243) | func consumeStringValueValidateUTF8(b []byte, _ protoreflect.Value, _ pr... function sizeStringSliceValue (line 5266) | func sizeStringSliceValue(listv protoreflect.Value, tagsize int, opts ma... function appendStringSliceValue (line 5276) | func appendStringSliceValue(b []byte, listv protoreflect.Value, wiretag ... function consumeStringSliceValue (line 5287) | func consumeStringSliceValue(b []byte, listv protoreflect.Value, _ proto... function sizeBytes (line 5309) | func sizeBytes(p pointer, f *coderFieldInfo, opts marshalOptions) (size ... function appendBytes (line 5315) | func appendBytes(b []byte, p pointer, f *coderFieldInfo, opts marshalOpt... function consumeBytes (line 5323) | func consumeBytes(b []byte, p pointer, wtyp protowire.Type, f *coderFiel... function appendBytesValidateUTF8 (line 5344) | func appendBytesValidateUTF8(b []byte, p pointer, f *coderFieldInfo, opt... function consumeBytesValidateUTF8 (line 5355) | func consumeBytesValidateUTF8(b []byte, p pointer, wtyp protowire.Type, ... function sizeBytesNoZero (line 5380) | func sizeBytesNoZero(p pointer, f *coderFieldInfo, opts marshalOptions) ... function appendBytesNoZero (line 5390) | func appendBytesNoZero(b []byte, p pointer, f *coderFieldInfo, opts mars... function consumeBytesNoZero (line 5402) | func consumeBytesNoZero(b []byte, p pointer, wtyp protowire.Type, f *cod... function appendBytesNoZeroValidateUTF8 (line 5424) | func appendBytesNoZeroValidateUTF8(b []byte, p pointer, f *coderFieldInf... function consumeBytesNoZeroValidateUTF8 (line 5438) | func consumeBytesNoZeroValidateUTF8(b []byte, p pointer, wtyp protowire.... function sizeBytesSlice (line 5462) | func sizeBytesSlice(p pointer, f *coderFieldInfo, opts marshalOptions) (... function appendBytesSlice (line 5471) | func appendBytesSlice(b []byte, p pointer, f *coderFieldInfo, opts marsh... function consumeBytesSlice (line 5481) | func consumeBytesSlice(b []byte, p pointer, wtyp protowire.Type, f *code... function appendBytesSliceValidateUTF8 (line 5503) | func appendBytesSliceValidateUTF8(b []byte, p pointer, f *coderFieldInfo... function consumeBytesSliceValidateUTF8 (line 5516) | func consumeBytesSliceValidateUTF8(b []byte, p pointer, wtyp protowire.T... function sizeBytesValue (line 5541) | func sizeBytesValue(v protoreflect.Value, tagsize int, opts marshalOptio... function appendBytesValue (line 5546) | func appendBytesValue(b []byte, v protoreflect.Value, wiretag uint64, op... function consumeBytesValue (line 5553) | func consumeBytesValue(b []byte, _ protoreflect.Value, _ protowire.Numbe... function sizeBytesSliceValue (line 5573) | func sizeBytesSliceValue(listv protoreflect.Value, tagsize int, opts mar... function appendBytesSliceValue (line 5583) | func appendBytesSliceValue(b []byte, listv protoreflect.Value, wiretag u... function consumeBytesSliceValue (line 5594) | func consumeBytesSliceValue(b []byte, listv protoreflect.Value, _ protow... FILE: _tools/src/google.golang.org/protobuf/internal/impl/codec_map.go type mapInfo (line 16) | type mapInfo struct function encoderFuncsForMap (line 27) | func encoderFuncsForMap(fd pref.FieldDescriptor, ft reflect.Type) (value... constant mapKeyTagSize (line 87) | mapKeyTagSize = 1 constant mapValTagSize (line 88) | mapValTagSize = 1 function sizeMap (line 91) | func sizeMap(mapv reflect.Value, mapi *mapInfo, f *coderFieldInfo, opts ... function consumeMap (line 114) | func consumeMap(b []byte, mapv reflect.Value, wtyp protowire.Type, mapi ... function consumeMapOfMessage (line 171) | func consumeMapOfMessage(b []byte, mapv reflect.Value, wtyp protowire.Ty... function appendMapItem (line 235) | func appendMapItem(b []byte, keyrv, valrv reflect.Value, mapi *mapInfo, ... function appendMap (line 266) | func appendMap(b []byte, mapv reflect.Value, mapi *mapInfo, f *coderFiel... function appendMapDeterministic (line 285) | func appendMapDeterministic(b []byte, mapv reflect.Value, mapi *mapInfo,... function isInitMap (line 314) | func isInitMap(mapv reflect.Value, mapi *mapInfo, f *coderFieldInfo) err... function mergeMap (line 339) | func mergeMap(dst, src pointer, f *coderFieldInfo, opts mergeOptions) { function mergeMapOfBytes (line 354) | func mergeMapOfBytes(dst, src pointer, f *coderFieldInfo, opts mergeOpti... function mergeMapOfMessage (line 369) | func mergeMapOfMessage(dst, src pointer, f *coderFieldInfo, opts mergeOp... FILE: _tools/src/google.golang.org/protobuf/internal/impl/codec_map_go111.go type mapIter (line 11) | type mapIter struct method Next (line 22) | func (i *mapIter) Next() bool { method Key (line 31) | func (i *mapIter) Key() reflect.Value { method Value (line 35) | func (i *mapIter) Value() reflect.Value { function mapRange (line 18) | func mapRange(v reflect.Value) *mapIter { FILE: _tools/src/google.golang.org/protobuf/internal/impl/codec_map_go112.go function mapRange (line 11) | func mapRange(v reflect.Value) *reflect.MapIter { return v.MapRange() } FILE: _tools/src/google.golang.org/protobuf/internal/impl/codec_message.go type coderMessageInfo (line 22) | type coderMessageInfo struct type coderFieldInfo (line 37) | type coderFieldInfo struct method makeCoderMethods (line 50) | func (mi *MessageInfo) makeCoderMethods(t reflect.Type, si structInfo) { method getUnknownBytes (line 197) | func (mi *MessageInfo) getUnknownBytes(p pointer) *[]byte { method mutableUnknownBytes (line 207) | func (mi *MessageInfo) mutableUnknownBytes(p pointer) *[]byte { FILE: _tools/src/google.golang.org/protobuf/internal/impl/codec_messageset.go function sizeMessageSet (line 16) | func sizeMessageSet(mi *MessageInfo, p pointer, opts marshalOptions) (si... function marshalMessageSet (line 39) | func marshalMessageSet(mi *MessageInfo, b []byte, p pointer, opts marsha... function marshalMessageSetField (line 84) | func marshalMessageSetField(mi *MessageInfo, b []byte, x ExtensionField,... function unmarshalMessageSet (line 96) | func unmarshalMessageSet(mi *MessageInfo, b []byte, p pointer, opts unma... FILE: _tools/src/google.golang.org/protobuf/internal/impl/codec_reflect.go function sizeEnum (line 15) | func sizeEnum(p pointer, f *coderFieldInfo, _ marshalOptions) (size int) { function appendEnum (line 20) | func appendEnum(b []byte, p pointer, f *coderFieldInfo, opts marshalOpti... function consumeEnum (line 27) | func consumeEnum(b []byte, p pointer, wtyp protowire.Type, f *coderField... function mergeEnum (line 40) | func mergeEnum(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function sizeEnumNoZero (line 51) | func sizeEnumNoZero(p pointer, f *coderFieldInfo, opts marshalOptions) (... function appendEnumNoZero (line 58) | func appendEnumNoZero(b []byte, p pointer, f *coderFieldInfo, opts marsh... function mergeEnumNoZero (line 65) | func mergeEnumNoZero(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function sizeEnumPtr (line 78) | func sizeEnumPtr(p pointer, f *coderFieldInfo, opts marshalOptions) (siz... function appendEnumPtr (line 82) | func appendEnumPtr(b []byte, p pointer, f *coderFieldInfo, opts marshalO... function consumeEnumPtr (line 86) | func consumeEnumPtr(b []byte, p pointer, wtyp protowire.Type, f *coderFi... function mergeEnumPtr (line 96) | func mergeEnumPtr(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function sizeEnumSlice (line 111) | func sizeEnumSlice(p pointer, f *coderFieldInfo, opts marshalOptions) (s... function appendEnumSlice (line 119) | func appendEnumSlice(b []byte, p pointer, f *coderFieldInfo, opts marsha... function consumeEnumSlice (line 128) | func consumeEnumSlice(b []byte, p pointer, wtyp protowire.Type, f *coder... function mergeEnumSlice (line 162) | func mergeEnumSlice(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function sizeEnumPackedSlice (line 173) | func sizeEnumPackedSlice(p pointer, f *coderFieldInfo, opts marshalOptio... function appendEnumPackedSlice (line 186) | func appendEnumPackedSlice(b []byte, p pointer, f *coderFieldInfo, opts ... FILE: _tools/src/google.golang.org/protobuf/internal/impl/codec_tables.go type pointerCoderFuncs (line 17) | type pointerCoderFuncs struct type valueCoderFuncs (line 27) | type valueCoderFuncs struct function fieldCoder (line 37) | func fieldCoder(fd pref.FieldDescriptor, ft reflect.Type) (*MessageInfo,... function encoderFuncsForValue (line 437) | func encoderFuncsForValue(fd pref.FieldDescriptor) valueCoderFuncs { FILE: _tools/src/google.golang.org/protobuf/internal/impl/convert.go type unwrapper (line 16) | type unwrapper interface type Converter (line 21) | type Converter interface function NewConverter (line 53) | func NewConverter(t reflect.Type, fd pref.FieldDescriptor) Converter { function newSingularConverter (line 90) | func newSingularConverter(t reflect.Type, fd pref.FieldDescriptor) Conve... type boolConverter (line 146) | type boolConverter struct method PBValueOf (line 151) | func (c *boolConverter) PBValueOf(v reflect.Value) pref.Value { method GoValueOf (line 157) | func (c *boolConverter) GoValueOf(v pref.Value) reflect.Value { method IsValidPB (line 160) | func (c *boolConverter) IsValidPB(v pref.Value) bool { method IsValidGo (line 164) | func (c *boolConverter) IsValidGo(v reflect.Value) bool { method New (line 167) | func (c *boolConverter) New() pref.Value { return c.def } method Zero (line 168) | func (c *boolConverter) Zero() pref.Value { return c.def } type int32Converter (line 170) | type int32Converter struct method PBValueOf (line 175) | func (c *int32Converter) PBValueOf(v reflect.Value) pref.Value { method GoValueOf (line 181) | func (c *int32Converter) GoValueOf(v pref.Value) reflect.Value { method IsValidPB (line 184) | func (c *int32Converter) IsValidPB(v pref.Value) bool { method IsValidGo (line 188) | func (c *int32Converter) IsValidGo(v reflect.Value) bool { method New (line 191) | func (c *int32Converter) New() pref.Value { return c.def } method Zero (line 192) | func (c *int32Converter) Zero() pref.Value { return c.def } type int64Converter (line 194) | type int64Converter struct method PBValueOf (line 199) | func (c *int64Converter) PBValueOf(v reflect.Value) pref.Value { method GoValueOf (line 205) | func (c *int64Converter) GoValueOf(v pref.Value) reflect.Value { method IsValidPB (line 208) | func (c *int64Converter) IsValidPB(v pref.Value) bool { method IsValidGo (line 212) | func (c *int64Converter) IsValidGo(v reflect.Value) bool { method New (line 215) | func (c *int64Converter) New() pref.Value { return c.def } method Zero (line 216) | func (c *int64Converter) Zero() pref.Value { return c.def } type uint32Converter (line 218) | type uint32Converter struct method PBValueOf (line 223) | func (c *uint32Converter) PBValueOf(v reflect.Value) pref.Value { method GoValueOf (line 229) | func (c *uint32Converter) GoValueOf(v pref.Value) reflect.Value { method IsValidPB (line 232) | func (c *uint32Converter) IsValidPB(v pref.Value) bool { method IsValidGo (line 236) | func (c *uint32Converter) IsValidGo(v reflect.Value) bool { method New (line 239) | func (c *uint32Converter) New() pref.Value { return c.def } method Zero (line 240) | func (c *uint32Converter) Zero() pref.Value { return c.def } type uint64Converter (line 242) | type uint64Converter struct method PBValueOf (line 247) | func (c *uint64Converter) PBValueOf(v reflect.Value) pref.Value { method GoValueOf (line 253) | func (c *uint64Converter) GoValueOf(v pref.Value) reflect.Value { method IsValidPB (line 256) | func (c *uint64Converter) IsValidPB(v pref.Value) bool { method IsValidGo (line 260) | func (c *uint64Converter) IsValidGo(v reflect.Value) bool { method New (line 263) | func (c *uint64Converter) New() pref.Value { return c.def } method Zero (line 264) | func (c *uint64Converter) Zero() pref.Value { return c.def } type float32Converter (line 266) | type float32Converter struct method PBValueOf (line 271) | func (c *float32Converter) PBValueOf(v reflect.Value) pref.Value { method GoValueOf (line 277) | func (c *float32Converter) GoValueOf(v pref.Value) reflect.Value { method IsValidPB (line 280) | func (c *float32Converter) IsValidPB(v pref.Value) bool { method IsValidGo (line 284) | func (c *float32Converter) IsValidGo(v reflect.Value) bool { method New (line 287) | func (c *float32Converter) New() pref.Value { return c.def } method Zero (line 288) | func (c *float32Converter) Zero() pref.Value { return c.def } type float64Converter (line 290) | type float64Converter struct method PBValueOf (line 295) | func (c *float64Converter) PBValueOf(v reflect.Value) pref.Value { method GoValueOf (line 301) | func (c *float64Converter) GoValueOf(v pref.Value) reflect.Value { method IsValidPB (line 304) | func (c *float64Converter) IsValidPB(v pref.Value) bool { method IsValidGo (line 308) | func (c *float64Converter) IsValidGo(v reflect.Value) bool { method New (line 311) | func (c *float64Converter) New() pref.Value { return c.def } method Zero (line 312) | func (c *float64Converter) Zero() pref.Value { return c.def } type stringConverter (line 314) | type stringConverter struct method PBValueOf (line 319) | func (c *stringConverter) PBValueOf(v reflect.Value) pref.Value { method GoValueOf (line 325) | func (c *stringConverter) GoValueOf(v pref.Value) reflect.Value { method IsValidPB (line 334) | func (c *stringConverter) IsValidPB(v pref.Value) bool { method IsValidGo (line 338) | func (c *stringConverter) IsValidGo(v reflect.Value) bool { method New (line 341) | func (c *stringConverter) New() pref.Value { return c.def } method Zero (line 342) | func (c *stringConverter) Zero() pref.Value { return c.def } type bytesConverter (line 344) | type bytesConverter struct method PBValueOf (line 349) | func (c *bytesConverter) PBValueOf(v reflect.Value) pref.Value { method GoValueOf (line 358) | func (c *bytesConverter) GoValueOf(v pref.Value) reflect.Value { method IsValidPB (line 361) | func (c *bytesConverter) IsValidPB(v pref.Value) bool { method IsValidGo (line 365) | func (c *bytesConverter) IsValidGo(v reflect.Value) bool { method New (line 368) | func (c *bytesConverter) New() pref.Value { return c.def } method Zero (line 369) | func (c *bytesConverter) Zero() pref.Value { return c.def } type enumConverter (line 371) | type enumConverter struct method PBValueOf (line 386) | func (c *enumConverter) PBValueOf(v reflect.Value) pref.Value { method GoValueOf (line 393) | func (c *enumConverter) GoValueOf(v pref.Value) reflect.Value { method IsValidPB (line 397) | func (c *enumConverter) IsValidPB(v pref.Value) bool { method IsValidGo (line 402) | func (c *enumConverter) IsValidGo(v reflect.Value) bool { method New (line 406) | func (c *enumConverter) New() pref.Value { method Zero (line 410) | func (c *enumConverter) Zero() pref.Value { function newEnumConverter (line 376) | func newEnumConverter(goType reflect.Type, fd pref.FieldDescriptor) Conv... type messageConverter (line 414) | type messageConverter struct method PBValueOf (line 422) | func (c *messageConverter) PBValueOf(v reflect.Value) pref.Value { method GoValueOf (line 439) | func (c *messageConverter) GoValueOf(v pref.Value) reflect.Value { method IsValidPB (line 463) | func (c *messageConverter) IsValidPB(v pref.Value) bool { method IsValidGo (line 477) | func (c *messageConverter) IsValidGo(v reflect.Value) bool { method New (line 481) | func (c *messageConverter) New() pref.Value { method Zero (line 488) | func (c *messageConverter) Zero() pref.Value { method isNonPointer (line 494) | func (c *messageConverter) isNonPointer() bool { function newMessageConverter (line 418) | func newMessageConverter(goType reflect.Type) Converter { FILE: _tools/src/google.golang.org/protobuf/internal/impl/convert_list.go function newListConverter (line 14) | func newListConverter(t reflect.Type, fd pref.FieldDescriptor) Converter { type listConverter (line 24) | type listConverter struct method PBValueOf (line 29) | func (c *listConverter) PBValueOf(v reflect.Value) pref.Value { method GoValueOf (line 38) | func (c *listConverter) GoValueOf(v pref.Value) reflect.Value { method IsValidPB (line 46) | func (c *listConverter) IsValidPB(v pref.Value) bool { method IsValidGo (line 54) | func (c *listConverter) IsValidGo(v reflect.Value) bool { method New (line 58) | func (c *listConverter) New() pref.Value { method Zero (line 62) | func (c *listConverter) Zero() pref.Value { type listPtrConverter (line 66) | type listPtrConverter struct method PBValueOf (line 71) | func (c *listPtrConverter) PBValueOf(v reflect.Value) pref.Value { method GoValueOf (line 78) | func (c *listPtrConverter) GoValueOf(v pref.Value) reflect.Value { method IsValidPB (line 82) | func (c *listPtrConverter) IsValidPB(v pref.Value) bool { method IsValidGo (line 90) | func (c *listPtrConverter) IsValidGo(v reflect.Value) bool { method New (line 94) | func (c *listPtrConverter) New() pref.Value { method Zero (line 98) | func (c *listPtrConverter) Zero() pref.Value { type listReflect (line 102) | type listReflect struct method Len (line 107) | func (ls *listReflect) Len() int { method Get (line 113) | func (ls *listReflect) Get(i int) pref.Value { method Set (line 116) | func (ls *listReflect) Set(i int, v pref.Value) { method Append (line 119) | func (ls *listReflect) Append(v pref.Value) { method AppendMutable (line 122) | func (ls *listReflect) AppendMutable() pref.Value { method Truncate (line 130) | func (ls *listReflect) Truncate(i int) { method NewElement (line 133) | func (ls *listReflect) NewElement() pref.Value { method IsValid (line 136) | func (ls *listReflect) IsValid() bool { method protoUnwrap (line 139) | func (ls *listReflect) protoUnwrap() interface{} { FILE: _tools/src/google.golang.org/protobuf/internal/impl/convert_map.go type mapConverter (line 14) | type mapConverter struct method PBValueOf (line 30) | func (c *mapConverter) PBValueOf(v reflect.Value) pref.Value { method GoValueOf (line 37) | func (c *mapConverter) GoValueOf(v pref.Value) reflect.Value { method IsValidPB (line 41) | func (c *mapConverter) IsValidPB(v pref.Value) bool { method IsValidGo (line 49) | func (c *mapConverter) IsValidGo(v reflect.Value) bool { method New (line 53) | func (c *mapConverter) New() pref.Value { method Zero (line 57) | func (c *mapConverter) Zero() pref.Value { function newMapConverter (line 19) | func newMapConverter(t reflect.Type, fd pref.FieldDescriptor) *mapConver... type mapReflect (line 61) | type mapReflect struct method Len (line 67) | func (ms *mapReflect) Len() int { method Has (line 70) | func (ms *mapReflect) Has(k pref.MapKey) bool { method Get (line 75) | func (ms *mapReflect) Get(k pref.MapKey) pref.Value { method Set (line 83) | func (ms *mapReflect) Set(k pref.MapKey, v pref.Value) { method Clear (line 88) | func (ms *mapReflect) Clear(k pref.MapKey) { method Mutable (line 92) | func (ms *mapReflect) Mutable(k pref.MapKey) pref.Value { method Range (line 103) | func (ms *mapReflect) Range(f func(pref.MapKey, pref.Value) bool) { method NewValue (line 113) | func (ms *mapReflect) NewValue() pref.Value { method IsValid (line 116) | func (ms *mapReflect) IsValid() bool { method protoUnwrap (line 119) | func (ms *mapReflect) protoUnwrap() interface{} { FILE: _tools/src/google.golang.org/protobuf/internal/impl/decode.go type unmarshalOptions (line 22) | type unmarshalOptions struct method Options (line 30) | func (o unmarshalOptions) Options() proto.UnmarshalOptions { method DiscardUnknown (line 39) | func (o unmarshalOptions) DiscardUnknown() bool { return o.flags&pifac... method IsDefault (line 41) | func (o unmarshalOptions) IsDefault() bool { type unmarshalOutput (line 49) | type unmarshalOutput struct method unmarshal (line 55) | func (mi *MessageInfo) unmarshal(in piface.UnmarshalInput) (piface.Unmar... method unmarshalPointer (line 83) | func (mi *MessageInfo) unmarshalPointer(b []byte, p pointer, groupTag pr... method unmarshalExtension (line 198) | func (mi *MessageInfo) unmarshalExtension(b []byte, num protowire.Number... function skipExtension (line 250) | func skipExtension(b []byte, xi *extensionFieldInfo, num protowire.Numbe... FILE: _tools/src/google.golang.org/protobuf/internal/impl/encode.go type marshalOptions (line 17) | type marshalOptions struct method Options (line 21) | func (o marshalOptions) Options() proto.MarshalOptions { method Deterministic (line 29) | func (o marshalOptions) Deterministic() bool { return o.flags&piface.M... method UseCachedSize (line 30) | func (o marshalOptions) UseCachedSize() bool { return o.flags&piface.M... method size (line 33) | func (mi *MessageInfo) size(in piface.SizeInput) piface.SizeOutput { method sizePointer (line 46) | func (mi *MessageInfo) sizePointer(p pointer, opts marshalOptions) (size... method sizePointerSlow (line 59) | func (mi *MessageInfo) sizePointerSlow(p pointer, opts marshalOptions) (... method marshal (line 100) | func (mi *MessageInfo) marshal(in piface.MarshalInput) (out piface.Marsh... method marshalAppendPointer (line 113) | func (mi *MessageInfo) marshalAppendPointer(b []byte, p pointer, opts ma... method sizeExtensions (line 152) | func (mi *MessageInfo) sizeExtensions(ext *map[int32]ExtensionField, opt... method appendExtensions (line 166) | func (mi *MessageInfo) appendExtensions(b []byte, ext *map[int32]Extensi... FILE: _tools/src/google.golang.org/protobuf/internal/impl/enum.go type EnumInfo (line 13) | type EnumInfo struct method New (line 18) | func (t *EnumInfo) New(n pref.EnumNumber) pref.Enum { method Descriptor (line 21) | func (t *EnumInfo) Descriptor() pref.EnumDescriptor { return t.Desc } FILE: _tools/src/google.golang.org/protobuf/internal/impl/extension.go type ExtensionInfo (line 21) | type ExtensionInfo struct method New (line 92) | func (xi *ExtensionInfo) New() pref.Value { method Zero (line 95) | func (xi *ExtensionInfo) Zero() pref.Value { method ValueOf (line 98) | func (xi *ExtensionInfo) ValueOf(v interface{}) pref.Value { method InterfaceOf (line 101) | func (xi *ExtensionInfo) InterfaceOf(v pref.Value) interface{} { method IsValidValue (line 104) | func (xi *ExtensionInfo) IsValidValue(v pref.Value) bool { method IsValidInterface (line 107) | func (xi *ExtensionInfo) IsValidInterface(v interface{}) bool { method TypeDescriptor (line 110) | func (xi *ExtensionInfo) TypeDescriptor() pref.ExtensionTypeDescriptor { method lazyInit (line 117) | func (xi *ExtensionInfo) lazyInit() Converter { method lazyInitSlow (line 124) | func (xi *ExtensionInfo) lazyInitSlow() { constant extensionInfoUninitialized (line 81) | extensionInfoUninitialized = 0 constant extensionInfoDescInit (line 82) | extensionInfoDescInit = 1 constant extensionInfoFullInit (line 83) | extensionInfoFullInit = 2 function InitExtensionInfo (line 86) | func InitExtensionInfo(xi *ExtensionInfo, xd pref.ExtensionDescriptor, g... type extensionTypeDescriptor (line 146) | type extensionTypeDescriptor struct method Type (line 151) | func (xtd *extensionTypeDescriptor) Type() pref.ExtensionType { method Descriptor (line 154) | func (xtd *extensionTypeDescriptor) Descriptor() pref.ExtensionDescrip... FILE: _tools/src/google.golang.org/protobuf/internal/impl/legacy_enum.go function legacyEnumName (line 22) | func legacyEnumName(ed pref.EnumDescriptor) string { function legacyWrapEnum (line 37) | func legacyWrapEnum(v reflect.Value) pref.Enum { function legacyLoadEnumType (line 46) | func legacyLoadEnumType(t reflect.Type) pref.EnumType { type legacyEnumType (line 65) | type legacyEnumType struct method New (line 71) | func (t *legacyEnumType) New(n pref.EnumNumber) pref.Enum { method Descriptor (line 79) | func (t *legacyEnumType) Descriptor() pref.EnumDescriptor { type legacyEnumWrapper (line 83) | type legacyEnumWrapper struct method Descriptor (line 89) | func (e *legacyEnumWrapper) Descriptor() pref.EnumDescriptor { method Type (line 92) | func (e *legacyEnumWrapper) Type() pref.EnumType { method Number (line 95) | func (e *legacyEnumWrapper) Number() pref.EnumNumber { method ProtoReflect (line 98) | func (e *legacyEnumWrapper) ProtoReflect() pref.Enum { method protoUnwrap (line 101) | func (e *legacyEnumWrapper) protoUnwrap() interface{} { function LegacyLoadEnumDesc (line 118) | func LegacyLoadEnumDesc(t reflect.Type) pref.EnumDescriptor { function aberrantLoadEnumDesc (line 161) | func aberrantLoadEnumDesc(t reflect.Type) pref.EnumDescriptor { function AberrantDeriveFullName (line 195) | func AberrantDeriveFullName(t reflect.Type) pref.FullName { FILE: _tools/src/google.golang.org/protobuf/internal/impl/legacy_export.go method LegacyEnumName (line 23) | func (Export) LegacyEnumName(ed pref.EnumDescriptor) string { method LegacyMessageTypeOf (line 29) | func (Export) LegacyMessageTypeOf(m piface.MessageV1, name pref.FullName... method UnmarshalJSONEnum (line 39) | func (Export) UnmarshalJSONEnum(ed pref.EnumDescriptor, b []byte) (pref.... method CompressGZIP (line 61) | func (Export) CompressGZIP(in []byte) (out []byte) { FILE: _tools/src/google.golang.org/protobuf/internal/impl/legacy_extension.go method initToLegacy (line 20) | func (xi *ExtensionInfo) initToLegacy() { method initFromLegacy (line 75) | func (xi *ExtensionInfo) initFromLegacy() { type placeholderExtension (line 140) | type placeholderExtension struct method ParentFile (line 145) | func (x placeholderExtension) ParentFile() pref.FileDescriptor ... method Parent (line 146) | func (x placeholderExtension) Parent() pref.Descriptor ... method Index (line 147) | func (x placeholderExtension) Index() int ... method Syntax (line 148) | func (x placeholderExtension) Syntax() pref.Syntax ... method Name (line 149) | func (x placeholderExtension) Name() pref.Name ... method FullName (line 150) | func (x placeholderExtension) FullName() pref.FullName ... method IsPlaceholder (line 151) | func (x placeholderExtension) IsPlaceholder() bool ... method Options (line 152) | func (x placeholderExtension) Options() pref.ProtoMessage ... method Number (line 153) | func (x placeholderExtension) Number() pref.FieldNumber ... method Cardinality (line 154) | func (x placeholderExtension) Cardinality() pref.Cardinality ... method Kind (line 155) | func (x placeholderExtension) Kind() pref.Kind ... method HasJSONName (line 156) | func (x placeholderExtension) HasJSONName() bool ... method JSONName (line 157) | func (x placeholderExtension) JSONName() string ... method TextName (line 158) | func (x placeholderExtension) TextName() string ... method HasPresence (line 159) | func (x placeholderExtension) HasPresence() bool ... method HasOptionalKeyword (line 160) | func (x placeholderExtension) HasOptionalKeyword() bool ... method IsExtension (line 161) | func (x placeholderExtension) IsExtension() bool ... method IsWeak (line 162) | func (x placeholderExtension) IsWeak() bool ... method IsPacked (line 163) | func (x placeholderExtension) IsPacked() bool ... method IsList (line 164) | func (x placeholderExtension) IsList() bool ... method IsMap (line 165) | func (x placeholderExtension) IsMap() bool ... method MapKey (line 166) | func (x placeholderExtension) MapKey() pref.FieldDescriptor ... method MapValue (line 167) | func (x placeholderExtension) MapValue() pref.FieldDescriptor ... method HasDefault (line 168) | func (x placeholderExtension) HasDefault() bool ... method Default (line 169) | func (x placeholderExtension) Default() pref.Value ... method DefaultEnumValue (line 170) | func (x placeholderExtension) DefaultEnumValue() pref.EnumValueDescrip... method ContainingOneof (line 171) | func (x placeholderExtension) ContainingOneof() pref.OneofDescriptor ... method ContainingMessage (line 172) | func (x placeholderExtension) ContainingMessage() pref.MessageDescript... method Enum (line 173) | func (x placeholderExtension) Enum() pref.EnumDescriptor ... method Message (line 174) | func (x placeholderExtension) Message() pref.MessageDescriptor ... method ProtoType (line 175) | func (x placeholderExtension) ProtoType(pref.FieldDescriptor) ... method ProtoInternal (line 176) | func (x placeholderExtension) ProtoInternal(pragma.DoNotImplement) ... FILE: _tools/src/google.golang.org/protobuf/internal/impl/legacy_file.go type enumV1 (line 27) | type enumV1 interface type messageV1 (line 30) | type messageV1 interface function legacyLoadFileDesc (line 43) | func legacyLoadFileDesc(b []byte) protoreflect.FileDescriptor { type resolverOnly (line 69) | type resolverOnly struct method FindFileByPath (line 73) | func (r resolverOnly) FindFileByPath(path string) (protoreflect.FileDe... method FindDescriptorByName (line 76) | func (r resolverOnly) FindDescriptorByName(name protoreflect.FullName)... method RegisterFile (line 79) | func (resolverOnly) RegisterFile(protoreflect.FileDescriptor) error { FILE: _tools/src/google.golang.org/protobuf/internal/impl/legacy_message.go function legacyWrapMessage (line 26) | func legacyWrapMessage(v reflect.Value) pref.Message { function legacyLoadMessageType (line 38) | func legacyLoadMessageType(t reflect.Type, name pref.FullName) protorefl... function legacyLoadMessageInfo (line 50) | func legacyLoadMessageInfo(t reflect.Type, name pref.FullName) *MessageI... function LegacyLoadMessageDesc (line 92) | func LegacyLoadMessageDesc(t reflect.Type) pref.MessageDescriptor { function legacyLoadMessageDesc (line 95) | func legacyLoadMessageDesc(t reflect.Type, name pref.FullName) pref.Mess... function aberrantLoadMessageDesc (line 167) | func aberrantLoadMessageDesc(t reflect.Type, name pref.FullName) pref.Me... function aberrantLoadMessageDescReentrant (line 175) | func aberrantLoadMessageDescReentrant(t reflect.Type, name pref.FullName... function aberrantDeriveMessageName (line 270) | func aberrantDeriveMessageName(t reflect.Type, name pref.FullName) pref.... function aberrantAppendField (line 289) | func aberrantAppendField(md *filedesc.Message, goType reflect.Type, tag,... type placeholderEnumValues (line 363) | type placeholderEnumValues struct method ByNumber (line 367) | func (placeholderEnumValues) ByNumber(n pref.EnumNumber) pref.EnumValu... type legacyMarshaler (line 372) | type legacyMarshaler interface type legacyUnmarshaler (line 377) | type legacyUnmarshaler interface type legacyMerger (line 382) | type legacyMerger interface function legacyMarshal (line 398) | func legacyMarshal(in piface.MarshalInput) (piface.MarshalOutput, error) { function legacyUnmarshal (line 413) | func legacyUnmarshal(in piface.UnmarshalInput) (piface.UnmarshalOutput, ... function legacyMerge (line 422) | func legacyMerge(in piface.MergeInput) piface.MergeOutput { type aberrantMessageType (line 455) | type aberrantMessageType struct method New (line 459) | func (mt aberrantMessageType) New() pref.Message { method Zero (line 465) | func (mt aberrantMessageType) Zero() pref.Message { method GoType (line 468) | func (mt aberrantMessageType) GoType() reflect.Type { method Descriptor (line 471) | func (mt aberrantMessageType) Descriptor() pref.MessageDescriptor { type aberrantMessage (line 480) | type aberrantMessage struct method Reset (line 485) | func (m aberrantMessage) Reset() { method ProtoReflect (line 495) | func (m aberrantMessage) ProtoReflect() pref.Message { method Descriptor (line 499) | func (m aberrantMessage) Descriptor() pref.MessageDescriptor { method Type (line 502) | func (m aberrantMessage) Type() pref.MessageType { method New (line 505) | func (m aberrantMessage) New() pref.Message { method Interface (line 511) | func (m aberrantMessage) Interface() pref.ProtoMessage { method Range (line 514) | func (m aberrantMessage) Range(f func(pref.FieldDescriptor, pref.Value... method Has (line 517) | func (m aberrantMessage) Has(pref.FieldDescriptor) bool { method Clear (line 520) | func (m aberrantMessage) Clear(pref.FieldDescriptor) { method Get (line 523) | func (m aberrantMessage) Get(fd pref.FieldDescriptor) pref.Value { method Set (line 529) | func (m aberrantMessage) Set(pref.FieldDescriptor, pref.Value) { method Mutable (line 532) | func (m aberrantMessage) Mutable(pref.FieldDescriptor) pref.Value { method NewField (line 535) | func (m aberrantMessage) NewField(pref.FieldDescriptor) pref.Value { method WhichOneof (line 538) | func (m aberrantMessage) WhichOneof(pref.OneofDescriptor) pref.FieldDe... method GetUnknown (line 541) | func (m aberrantMessage) GetUnknown() pref.RawFields { method SetUnknown (line 544) | func (m aberrantMessage) SetUnknown(pref.RawFields) { method IsValid (line 547) | func (m aberrantMessage) IsValid() bool { method ProtoMethods (line 553) | func (m aberrantMessage) ProtoMethods() *piface.Methods { method protoUnwrap (line 556) | func (m aberrantMessage) protoUnwrap() interface{} { FILE: _tools/src/google.golang.org/protobuf/internal/impl/merge.go type mergeOptions (line 16) | type mergeOptions struct method Merge (line 18) | func (o mergeOptions) Merge(dst, src proto.Message) { method merge (line 23) | func (mi *MessageInfo) merge(in piface.MergeInput) piface.MergeOutput { method mergePointer (line 36) | func (mi *MessageInfo) mergePointer(dst, src pointer, opts mergeOptions) { function mergeScalarValue (line 88) | func mergeScalarValue(dst, src pref.Value, opts mergeOptions) pref.Value { function mergeBytesValue (line 92) | func mergeBytesValue(dst, src pref.Value, opts mergeOptions) pref.Value { function mergeListValue (line 96) | func mergeListValue(dst, src pref.Value, opts mergeOptions) pref.Value { function mergeBytesListValue (line 105) | func mergeBytesListValue(dst, src pref.Value, opts mergeOptions) pref.Va... function mergeMessageListValue (line 116) | func mergeMessageListValue(dst, src pref.Value, opts mergeOptions) pref.... function mergeMessageValue (line 127) | func mergeMessageValue(dst, src pref.Value, opts mergeOptions) pref.Value { function mergeMessage (line 132) | func mergeMessage(dst, src pointer, f *coderFieldInfo, opts mergeOptions) { function mergeMessageSlice (line 148) | func mergeMessageSlice(dst, src pointer, f *coderFieldInfo, opts mergeOp... function mergeBytes (line 160) | func mergeBytes(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function mergeBytesNoZero (line 164) | func mergeBytesNoZero(dst, src pointer, _ *coderFieldInfo, _ mergeOption... function mergeBytesSlice (line 171) | func mergeBytesSlice(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { FILE: _tools/src/google.golang.org/protobuf/internal/impl/merge_gen.go function mergeBool (line 11) | func mergeBool(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function mergeBoolNoZero (line 15) | func mergeBoolNoZero(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function mergeBoolPtr (line 22) | func mergeBoolPtr(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function mergeBoolSlice (line 30) | func mergeBoolSlice(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function mergeInt32 (line 36) | func mergeInt32(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function mergeInt32NoZero (line 40) | func mergeInt32NoZero(dst, src pointer, _ *coderFieldInfo, _ mergeOption... function mergeInt32Ptr (line 47) | func mergeInt32Ptr(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function mergeInt32Slice (line 55) | func mergeInt32Slice(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function mergeUint32 (line 61) | func mergeUint32(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function mergeUint32NoZero (line 65) | func mergeUint32NoZero(dst, src pointer, _ *coderFieldInfo, _ mergeOptio... function mergeUint32Ptr (line 72) | func mergeUint32Ptr(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function mergeUint32Slice (line 80) | func mergeUint32Slice(dst, src pointer, _ *coderFieldInfo, _ mergeOption... function mergeInt64 (line 86) | func mergeInt64(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function mergeInt64NoZero (line 90) | func mergeInt64NoZero(dst, src pointer, _ *coderFieldInfo, _ mergeOption... function mergeInt64Ptr (line 97) | func mergeInt64Ptr(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function mergeInt64Slice (line 105) | func mergeInt64Slice(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function mergeUint64 (line 111) | func mergeUint64(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function mergeUint64NoZero (line 115) | func mergeUint64NoZero(dst, src pointer, _ *coderFieldInfo, _ mergeOptio... function mergeUint64Ptr (line 122) | func mergeUint64Ptr(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function mergeUint64Slice (line 130) | func mergeUint64Slice(dst, src pointer, _ *coderFieldInfo, _ mergeOption... function mergeFloat32 (line 136) | func mergeFloat32(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function mergeFloat32NoZero (line 140) | func mergeFloat32NoZero(dst, src pointer, _ *coderFieldInfo, _ mergeOpti... function mergeFloat32Ptr (line 147) | func mergeFloat32Ptr(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function mergeFloat32Slice (line 155) | func mergeFloat32Slice(dst, src pointer, _ *coderFieldInfo, _ mergeOptio... function mergeFloat64 (line 161) | func mergeFloat64(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function mergeFloat64NoZero (line 165) | func mergeFloat64NoZero(dst, src pointer, _ *coderFieldInfo, _ mergeOpti... function mergeFloat64Ptr (line 172) | func mergeFloat64Ptr(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function mergeFloat64Slice (line 180) | func mergeFloat64Slice(dst, src pointer, _ *coderFieldInfo, _ mergeOptio... function mergeString (line 186) | func mergeString(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function mergeStringNoZero (line 190) | func mergeStringNoZero(dst, src pointer, _ *coderFieldInfo, _ mergeOptio... function mergeStringPtr (line 197) | func mergeStringPtr(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function mergeStringSlice (line 205) | func mergeStringSlice(dst, src pointer, _ *coderFieldInfo, _ mergeOption... FILE: _tools/src/google.golang.org/protobuf/internal/impl/message.go type MessageInfo (line 27) | type MessageInfo struct method init (line 68) | func (mi *MessageInfo) init() { method initOnce (line 77) | func (mi *MessageInfo) initOnce() { method getPointer (line 100) | func (mi *MessageInfo) getPointer(m pref.Message) (p pointer, ok bool) { method makeStructInfo (line 143) | func (mi *MessageInfo) makeStructInfo(t reflect.Type) structInfo { method New (line 221) | func (mi *MessageInfo) New() protoreflect.Message { method Zero (line 224) | func (mi *MessageInfo) Zero() protoreflect.Message { method Descriptor (line 227) | func (mi *MessageInfo) Descriptor() protoreflect.MessageDescriptor { method Enum (line 230) | func (mi *MessageInfo) Enum(i int) protoreflect.EnumType { method Message (line 235) | func (mi *MessageInfo) Message(i int) protoreflect.MessageType { type exporter (line 51) | type exporter function getMessageInfo (line 56) | func getMessageInfo(mt reflect.Type) *MessageInfo { type structInfo (line 127) | type structInfo struct type mapEntryType (line 249) | type mapEntryType struct method New (line 254) | func (mt mapEntryType) New() protoreflect.Message { method Zero (line 257) | func (mt mapEntryType) Zero() protoreflect.Message { method Descriptor (line 260) | func (mt mapEntryType) Descriptor() protoreflect.MessageDescriptor { method Enum (line 263) | func (mt mapEntryType) Enum(i int) protoreflect.EnumType { method Message (line 270) | func (mt mapEntryType) Message(i int) protoreflect.MessageType { FILE: _tools/src/google.golang.org/protobuf/internal/impl/message_reflect.go type reflectMessageInfo (line 16) | type reflectMessageInfo struct method makeReflectFuncs (line 41) | func (mi *MessageInfo) makeReflectFuncs(t reflect.Type, si structInfo) { method makeKnownFieldsFunc (line 54) | func (mi *MessageInfo) makeKnownFieldsFunc(si structInfo) { method makeUnknownFieldsFunc (line 116) | func (mi *MessageInfo) makeUnknownFieldsFunc(t reflect.Type, si structIn... method makeExtensionFieldsFunc (line 166) | func (mi *MessageInfo) makeExtensionFieldsFunc(t reflect.Type, si struct... method makeFieldTypes (line 181) | func (mi *MessageInfo) makeFieldTypes(si structInfo) { type extensionMap (line 234) | type extensionMap method Range (line 236) | func (m *extensionMap) Range(f func(pref.FieldDescriptor, pref.Value) ... method Has (line 250) | func (m *extensionMap) Has(xt pref.ExtensionType) (ok bool) { method Clear (line 269) | func (m *extensionMap) Clear(xt pref.ExtensionType) { method Get (line 272) | func (m *extensionMap) Get(xt pref.ExtensionType) pref.Value { method Set (line 281) | func (m *extensionMap) Set(xt pref.ExtensionType, v pref.Value) { method Mutable (line 305) | func (m *extensionMap) Mutable(xt pref.ExtensionType) pref.Value { type MessageState (line 360) | type MessageState struct type messageState (line 368) | type messageState type messageDataType (line 379) | type messageDataType struct type messageReflectWrapper (line 385) | type messageReflectWrapper method pointer (line 410) | func (m *messageReflectWrapper) pointer() pointer { return m.p } method messageInfo (line 411) | func (m *messageReflectWrapper) messageInfo() *MessageInfo { return m.... type messageIfaceWrapper (line 386) | type messageIfaceWrapper method Reset (line 414) | func (m *messageIfaceWrapper) Reset() { method ProtoReflect (line 424) | func (m *messageIfaceWrapper) ProtoReflect() pref.Message { method protoUnwrap (line 427) | func (m *messageIfaceWrapper) protoUnwrap() interface{} { method MessageOf (line 399) | func (mi *MessageInfo) MessageOf(m interface{}) pref.Message { method checkField (line 433) | func (mi *MessageInfo) checkField(fd pref.FieldDescriptor) (*fieldInfo, ... FILE: _tools/src/google.golang.org/protobuf/internal/impl/message_reflect_field.go type fieldInfo (line 18) | type fieldInfo struct function fieldInfoForMissing (line 31) | func fieldInfoForMissing(fd pref.FieldDescriptor) fieldInfo { function fieldInfoForOneof (line 64) | func fieldInfoForOneof(fd pref.FieldDescriptor, fs reflect.StructField, ... function fieldInfoForMap (line 147) | func fieldInfoForMap(fd pref.FieldDescriptor, fs reflect.StructField, x ... function fieldInfoForList (line 200) | func fieldInfoForList(fd pref.FieldDescriptor, fs reflect.StructField, x... function fieldInfoForScalar (line 255) | func fieldInfoForScalar(fd pref.FieldDescriptor, fs reflect.StructField,... function fieldInfoForWeakMessage (line 341) | func fieldInfoForWeakMessage(fd pref.FieldDescriptor, weakOffset offset)... function fieldInfoForMessage (line 414) | func fieldInfoForMessage(fd pref.FieldDescriptor, fs reflect.StructField... type oneofInfo (line 466) | type oneofInfo struct function makeOneofInfo (line 471) | func makeOneofInfo(od pref.OneofDescriptor, si structInfo, x exporter) *... function isZero (line 509) | func isZero(v reflect.Value) bool { FILE: _tools/src/google.golang.org/protobuf/internal/impl/message_reflect_gen.go method Descriptor (line 14) | func (m *messageState) Descriptor() protoreflect.MessageDescriptor { method Type (line 17) | func (m *messageState) Type() protoreflect.MessageType { method New (line 20) | func (m *messageState) New() protoreflect.Message { method Interface (line 23) | func (m *messageState) Interface() protoreflect.ProtoMessage { method protoUnwrap (line 26) | func (m *messageState) protoUnwrap() interface{} { method ProtoMethods (line 29) | func (m *messageState) ProtoMethods() *protoiface.Methods { method ProtoMessageInfo (line 39) | func (m *messageState) ProtoMessageInfo() *MessageInfo { method Range (line 43) | func (m *messageState) Range(f func(protoreflect.FieldDescriptor, protor... method Has (line 64) | func (m *messageState) Has(fd protoreflect.FieldDescriptor) bool { method Clear (line 72) | func (m *messageState) Clear(fd protoreflect.FieldDescriptor) { method Get (line 80) | func (m *messageState) Get(fd protoreflect.FieldDescriptor) protoreflect... method Set (line 88) | func (m *messageState) Set(fd protoreflect.FieldDescriptor, v protorefle... method Mutable (line 96) | func (m *messageState) Mutable(fd protoreflect.FieldDescriptor) protoref... method NewField (line 104) | func (m *messageState) NewField(fd protoreflect.FieldDescriptor) protore... method WhichOneof (line 112) | func (m *messageState) WhichOneof(od protoreflect.OneofDescriptor) proto... method GetUnknown (line 119) | func (m *messageState) GetUnknown() protoreflect.RawFields { method SetUnknown (line 123) | func (m *messageState) SetUnknown(b protoreflect.RawFields) { method IsValid (line 127) | func (m *messageState) IsValid() bool { method Descriptor (line 131) | func (m *messageReflectWrapper) Descriptor() protoreflect.MessageDescrip... method Type (line 134) | func (m *messageReflectWrapper) Type() protoreflect.MessageType { method New (line 137) | func (m *messageReflectWrapper) New() protoreflect.Message { method Interface (line 140) | func (m *messageReflectWrapper) Interface() protoreflect.ProtoMessage { method protoUnwrap (line 146) | func (m *messageReflectWrapper) protoUnwrap() interface{} { method ProtoMethods (line 149) | func (m *messageReflectWrapper) ProtoMethods() *protoiface.Methods { method ProtoMessageInfo (line 159) | func (m *messageReflectWrapper) ProtoMessageInfo() *MessageInfo { method Range (line 163) | func (m *messageReflectWrapper) Range(f func(protoreflect.FieldDescripto... method Has (line 184) | func (m *messageReflectWrapper) Has(fd protoreflect.FieldDescriptor) bool { method Clear (line 192) | func (m *messageReflectWrapper) Clear(fd protoreflect.FieldDescriptor) { method Get (line 200) | func (m *messageReflectWrapper) Get(fd protoreflect.FieldDescriptor) pro... method Set (line 208) | func (m *messageReflectWrapper) Set(fd protoreflect.FieldDescriptor, v p... method Mutable (line 216) | func (m *messageReflectWrapper) Mutable(fd protoreflect.FieldDescriptor)... method NewField (line 224) | func (m *messageReflectWrapper) NewField(fd protoreflect.FieldDescriptor... method WhichOneof (line 232) | func (m *messageReflectWrapper) WhichOneof(od protoreflect.OneofDescript... method GetUnknown (line 239) | func (m *messageReflectWrapper) GetUnknown() protoreflect.RawFields { method SetUnknown (line 243) | func (m *messageReflectWrapper) SetUnknown(b protoreflect.RawFields) { method IsValid (line 247) | func (m *messageReflectWrapper) IsValid() bool { FILE: _tools/src/google.golang.org/protobuf/internal/impl/pointer_reflect.go constant UnsafeEnabled (line 15) | UnsafeEnabled = false type Pointer (line 18) | type Pointer interface type offset (line 22) | type offset struct method IsValid (line 42) | func (f offset) IsValid() bool { return f.index >= 0 } function offsetOf (line 28) | func offsetOf(f reflect.StructField, x exporter) offset { type pointer (line 51) | type pointer struct method IsNil (line 69) | func (p pointer) IsNil() bool { method Apply (line 75) | func (p pointer) Apply(f offset) pointer { method AsValueOf (line 86) | func (p pointer) AsValueOf(t reflect.Type) reflect.Value { method AsIfaceOf (line 95) | func (p pointer) AsIfaceOf(t reflect.Type) interface{} { method Bool (line 99) | func (p pointer) Bool() *bool { return p.v.Interface().(*... method BoolPtr (line 100) | func (p pointer) BoolPtr() **bool { return p.v.Interface().(*... method BoolSlice (line 101) | func (p pointer) BoolSlice() *[]bool { return p.v.Interface().(*... method Int32 (line 102) | func (p pointer) Int32() *int32 { return p.v.Interface().(*... method Int32Ptr (line 103) | func (p pointer) Int32Ptr() **int32 { return p.v.Interface().(*... method Int32Slice (line 104) | func (p pointer) Int32Slice() *[]int32 { return p.v.Interface().(*... method Int64 (line 105) | func (p pointer) Int64() *int64 { return p.v.Interface().(*... method Int64Ptr (line 106) | func (p pointer) Int64Ptr() **int64 { return p.v.Interface().(*... method Int64Slice (line 107) | func (p pointer) Int64Slice() *[]int64 { return p.v.Interface().(*... method Uint32 (line 108) | func (p pointer) Uint32() *uint32 { return p.v.Interface().(*... method Uint32Ptr (line 109) | func (p pointer) Uint32Ptr() **uint32 { return p.v.Interface().(*... method Uint32Slice (line 110) | func (p pointer) Uint32Slice() *[]uint32 { return p.v.Interface().(*... method Uint64 (line 111) | func (p pointer) Uint64() *uint64 { return p.v.Interface().(*... method Uint64Ptr (line 112) | func (p pointer) Uint64Ptr() **uint64 { return p.v.Interface().(*... method Uint64Slice (line 113) | func (p pointer) Uint64Slice() *[]uint64 { return p.v.Interface().(*... method Float32 (line 114) | func (p pointer) Float32() *float32 { return p.v.Interface().(*... method Float32Ptr (line 115) | func (p pointer) Float32Ptr() **float32 { return p.v.Interface().(*... method Float32Slice (line 116) | func (p pointer) Float32Slice() *[]float32 { return p.v.Interface().(*... method Float64 (line 117) | func (p pointer) Float64() *float64 { return p.v.Interface().(*... method Float64Ptr (line 118) | func (p pointer) Float64Ptr() **float64 { return p.v.Interface().(*... method Float64Slice (line 119) | func (p pointer) Float64Slice() *[]float64 { return p.v.Interface().(*... method String (line 120) | func (p pointer) String() *string { return p.v.Interface().(*... method StringPtr (line 121) | func (p pointer) StringPtr() **string { return p.v.Interface().(*... method StringSlice (line 122) | func (p pointer) StringSlice() *[]string { return p.v.Interface().(*... method Bytes (line 123) | func (p pointer) Bytes() *[]byte { return p.v.Interface().(*... method BytesPtr (line 124) | func (p pointer) BytesPtr() **[]byte { return p.v.Interface().(*... method BytesSlice (line 125) | func (p pointer) BytesSlice() *[][]byte { return p.v.Interface().(*... method WeakFields (line 126) | func (p pointer) WeakFields() *weakFields { return (*weakFields)(p.v.... method Extensions (line 127) | func (p pointer) Extensions() *map[int32]ExtensionField { method Elem (line 131) | func (p pointer) Elem() pointer { method PointerSlice (line 137) | func (p pointer) PointerSlice() []pointer { method AppendPointerSlice (line 151) | func (p pointer) AppendPointerSlice(v pointer) { method SetPointer (line 157) | func (p pointer) SetPointer(v pointer) { function pointerOf (line 54) | func pointerOf(p Pointer) pointer { function pointerOfValue (line 59) | func pointerOfValue(v reflect.Value) pointer { function pointerOfIface (line 64) | func pointerOfIface(v interface{}) pointer { method MessageStateOf (line 161) | func (Export) MessageStateOf(p Pointer) *messageState { panic("not s... method pointer (line 162) | func (ms *messageState) pointer() pointer { panic("not s... method messageInfo (line 163) | func (ms *messageState) messageInfo() *MessageInfo { panic("not s... method LoadMessageInfo (line 164) | func (ms *messageState) LoadMessageInfo() *MessageInfo { panic("not s... method StoreMessageInfo (line 165) | func (ms *messageState) StoreMessageInfo(mi *MessageInfo) { panic("not s... type atomicNilMessage (line 167) | type atomicNilMessage struct method Init (line 172) | func (m *atomicNilMessage) Init(mi *MessageInfo) *messageReflectWrapper { FILE: _tools/src/google.golang.org/protobuf/internal/impl/pointer_unsafe.go constant UnsafeEnabled (line 15) | UnsafeEnabled = true type Pointer (line 18) | type Pointer type offset (line 22) | type offset method IsValid (line 30) | func (f offset) IsValid() bool { return f != invalidOffset } function offsetOf (line 25) | func offsetOf(f reflect.StructField, x exporter) offset { type pointer (line 39) | type pointer struct method IsNil (line 61) | func (p pointer) IsNil() bool { method Apply (line 67) | func (p pointer) Apply(f offset) pointer { method AsValueOf (line 76) | func (p pointer) AsValueOf(t reflect.Type) reflect.Value { method AsIfaceOf (line 82) | func (p pointer) AsIfaceOf(t reflect.Type) interface{} { method Bool (line 87) | func (p pointer) Bool() *bool { return (*boo... method BoolPtr (line 88) | func (p pointer) BoolPtr() **bool { return (**bo... method BoolSlice (line 89) | func (p pointer) BoolSlice() *[]bool { return (*[]b... method Int32 (line 90) | func (p pointer) Int32() *int32 { return (*int... method Int32Ptr (line 91) | func (p pointer) Int32Ptr() **int32 { return (**in... method Int32Slice (line 92) | func (p pointer) Int32Slice() *[]int32 { return (*[]i... method Int64 (line 93) | func (p pointer) Int64() *int64 { return (*int... method Int64Ptr (line 94) | func (p pointer) Int64Ptr() **int64 { return (**in... method Int64Slice (line 95) | func (p pointer) Int64Slice() *[]int64 { return (*[]i... method Uint32 (line 96) | func (p pointer) Uint32() *uint32 { return (*uin... method Uint32Ptr (line 97) | func (p pointer) Uint32Ptr() **uint32 { return (**ui... method Uint32Slice (line 98) | func (p pointer) Uint32Slice() *[]uint32 { return (*[]u... method Uint64 (line 99) | func (p pointer) Uint64() *uint64 { return (*uin... method Uint64Ptr (line 100) | func (p pointer) Uint64Ptr() **uint64 { return (**ui... method Uint64Slice (line 101) | func (p pointer) Uint64Slice() *[]uint64 { return (*[]u... method Float32 (line 102) | func (p pointer) Float32() *float32 { return (*flo... method Float32Ptr (line 103) | func (p pointer) Float32Ptr() **float32 { return (**fl... method Float32Slice (line 104) | func (p pointer) Float32Slice() *[]float32 { return (*[]f... method Float64 (line 105) | func (p pointer) Float64() *float64 { return (*flo... method Float64Ptr (line 106) | func (p pointer) Float64Ptr() **float64 { return (**fl... method Float64Slice (line 107) | func (p pointer) Float64Slice() *[]float64 { return (*[]f... method String (line 108) | func (p pointer) String() *string { return (*str... method StringPtr (line 109) | func (p pointer) StringPtr() **string { return (**st... method StringSlice (line 110) | func (p pointer) StringSlice() *[]string { return (*[]s... method Bytes (line 111) | func (p pointer) Bytes() *[]byte { return (*[]b... method BytesPtr (line 112) | func (p pointer) BytesPtr() **[]byte { return (**[]... method BytesSlice (line 113) | func (p pointer) BytesSlice() *[][]byte { return (*[][... method WeakFields (line 114) | func (p pointer) WeakFields() *weakFields { return (*wea... method Extensions (line 115) | func (p pointer) Extensions() *map[int32]ExtensionField { return (*map... method Elem (line 117) | func (p pointer) Elem() pointer { method PointerSlice (line 124) | func (p pointer) PointerSlice() []pointer { method AppendPointerSlice (line 131) | func (p pointer) AppendPointerSlice(v pointer) { method SetPointer (line 136) | func (p pointer) SetPointer(v pointer) { function pointerOf (line 42) | func pointerOf(p Pointer) pointer { function pointerOfValue (line 47) | func pointerOfValue(v reflect.Value) pointer { function pointerOfIface (line 52) | func pointerOfIface(v interface{}) pointer { constant _ (line 141) | _ = uint(unsafe.Sizeof(unsafe.Pointer(nil)) - unsafe.Sizeof(MessageState... method MessageStateOf (line 143) | func (Export) MessageStateOf(p Pointer) *messageState { method pointer (line 147) | func (ms *messageState) pointer() pointer { method messageInfo (line 151) | func (ms *messageState) messageInfo() *MessageInfo { method LoadMessageInfo (line 158) | func (ms *messageState) LoadMessageInfo() *MessageInfo { method StoreMessageInfo (line 161) | func (ms *messageState) StoreMessageInfo(mi *MessageInfo) { type atomicNilMessage (line 165) | type atomicNilMessage struct method Init (line 167) | func (m *atomicNilMessage) Init(mi *MessageInfo) *messageReflectWrapper { FILE: _tools/src/google.golang.org/protobuf/internal/impl/validate.go type ValidationStatus (line 25) | type ValidationStatus method String (line 42) | func (v ValidationStatus) String() string { constant ValidationUnknown (line 33) | ValidationUnknown ValidationStatus = iota + 1 constant ValidationInvalid (line 36) | ValidationInvalid constant ValidationValid (line 39) | ValidationValid function Validate (line 59) | func Validate(mt pref.MessageType, in piface.UnmarshalInput) (out piface... type validationInfo (line 77) | type validationInfo struct type validationType (line 91) | type validationType constant validationTypeOther (line 94) | validationTypeOther validationType = iota constant validationTypeMessage (line 95) | validationTypeMessage constant validationTypeGroup (line 96) | validationTypeGroup constant validationTypeMap (line 97) | validationTypeMap constant validationTypeRepeatedVarint (line 98) | validationTypeRepeatedVarint constant validationTypeRepeatedFixed32 (line 99) | validationTypeRepeatedFixed32 constant validationTypeRepeatedFixed64 (line 100) | validationTypeRepeatedFixed64 constant validationTypeVarint (line 101) | validationTypeVarint constant validationTypeFixed32 (line 102) | validationTypeFixed32 constant validationTypeFixed64 (line 103) | validationTypeFixed64 constant validationTypeBytes (line 104) | validationTypeBytes constant validationTypeUTF8String (line 105) | validationTypeUTF8String constant validationTypeMessageSetItem (line 106) | validationTypeMessageSetItem function newFieldValidationInfo (line 109) | func newFieldValidationInfo(mi *MessageInfo, si structInfo, fd pref.Fiel... function newValidationInfo (line 145) | func newValidationInfo(fd pref.FieldDescriptor, ft reflect.Type) validat... method validate (line 225) | func (mi *MessageInfo) validate(b []byte, groupTag protowire.Number, opt... FILE: _tools/src/google.golang.org/protobuf/internal/impl/weak.go type weakFields (line 18) | type weakFields method get (line 20) | func (w weakFields) get(num pref.FieldNumber) (pref.ProtoMessage, bool) { method set (line 25) | func (w *weakFields) set(num pref.FieldNumber, m pref.ProtoMessage) { method clear (line 32) | func (w *weakFields) clear(num pref.FieldNumber) { method HasWeak (line 36) | func (Export) HasWeak(w WeakFields, num pref.FieldNumber) bool { method ClearWeak (line 41) | func (Export) ClearWeak(w *WeakFields, num pref.FieldNumber) { method GetWeak (line 45) | func (Export) GetWeak(w WeakFields, num pref.FieldNumber, name pref.Full... method SetWeak (line 56) | func (Export) SetWeak(w *WeakFields, num pref.FieldNumber, name pref.Ful... FILE: _tools/src/google.golang.org/protobuf/internal/order/order.go type FieldOrder (line 13) | type FieldOrder type KeyOrder (line 67) | type KeyOrder FILE: _tools/src/google.golang.org/protobuf/internal/order/range.go type messageField (line 15) | type messageField struct type FieldRanger (line 27) | type FieldRanger interface function RangeFields (line 33) | func RangeFields(fs FieldRanger, less FieldOrder, fn VisitField) { type mapEntry (line 66) | type mapEntry struct type EntryRanger (line 78) | type EntryRanger interface function RangeEntries (line 84) | func RangeEntries(es EntryRanger, less KeyOrder, fn VisitEntry) { FILE: _tools/src/google.golang.org/protobuf/internal/pragma/pragma.go type NoUnkeyedLiterals (line 12) | type NoUnkeyedLiterals struct type DoNotImplement (line 19) | type DoNotImplement interface type DoNotCompare (line 22) | type DoNotCompare type DoNotCopy (line 29) | type DoNotCopy FILE: _tools/src/google.golang.org/protobuf/internal/set/ints.go type int64s (line 11) | type int64s method Len (line 13) | func (bs *int64s) Len() int { method Has (line 16) | func (bs *int64s) Has(n uint64) bool { method Set (line 19) | func (bs *int64s) Set(n uint64) { method Clear (line 22) | func (bs *int64s) Clear(n uint64) { type Ints (line 27) | type Ints struct method Len (line 32) | func (bs *Ints) Len() int { method Has (line 35) | func (bs *Ints) Has(n uint64) bool { method Set (line 42) | func (bs *Ints) Set(n uint64) { method Clear (line 52) | func (bs *Ints) Clear(n uint64) { FILE: _tools/src/google.golang.org/protobuf/internal/strs/strings.go function EnforceUTF8 (line 19) | func EnforceUTF8(fd protoreflect.FieldDescriptor) bool { function GoCamelCase (line 32) | func GoCamelCase(s string) string { function GoSanitized (line 71) | func GoSanitized(s string) string { function JSONCamelCase (line 92) | func JSONCamelCase(s string) string { function JSONSnakeCase (line 110) | func JSONSnakeCase(s string) string { function MapEntryName (line 125) | func MapEntryName(s string) string { function EnumValueName (line 145) | func EnumValueName(s string) string { function TrimEnumPrefix (line 166) | func TrimEnumPrefix(s, prefix string) string { function isASCIILower (line 188) | func isASCIILower(c byte) bool { function isASCIIUpper (line 191) | func isASCIIUpper(c byte) bool { function isASCIIDigit (line 194) | func isASCIIDigit(c byte) bool { FILE: _tools/src/google.golang.org/protobuf/internal/strs/strings_pure.go function UnsafeString (line 11) | func UnsafeString(b []byte) string { function UnsafeBytes (line 15) | func UnsafeBytes(s string) []byte { type Builder (line 19) | type Builder struct method AppendFullName (line 21) | func (*Builder) AppendFullName(prefix pref.FullName, name pref.Name) p... method MakeString (line 25) | func (*Builder) MakeString(b []byte) string { FILE: _tools/src/google.golang.org/protobuf/internal/strs/strings_unsafe.go type stringHeader (line 16) | type stringHeader struct type sliceHeader (line 20) | type sliceHeader struct function UnsafeString (line 32) | func UnsafeString(b []byte) (s string) { function UnsafeBytes (line 44) | func UnsafeBytes(s string) (b []byte) { type Builder (line 55) | type Builder struct method AppendFullName (line 61) | func (sb *Builder) AppendFullName(prefix pref.FullName, name pref.Name... method MakeString (line 75) | func (sb *Builder) MakeString(b []byte) string { method grow (line 81) | func (sb *Builder) grow(n int) { method last (line 92) | func (sb *Builder) last(n int) string { FILE: _tools/src/google.golang.org/protobuf/internal/version/version.go constant Major (line 54) | Major = 1 constant Minor (line 55) | Minor = 26 constant Patch (line 56) | Patch = 0 constant PreRelease (line 57) | PreRelease = "devel" function String (line 65) | func String() string { FILE: _tools/src/google.golang.org/protobuf/proto/checkinit.go function CheckInitialized (line 14) | func CheckInitialized(m Message) error { function checkInitialized (line 25) | func checkInitialized(m protoreflect.Message) error { function checkInitializedSlow (line 35) | func checkInitializedSlow(m protoreflect.Message) error { FILE: _tools/src/google.golang.org/protobuf/proto/decode.go type UnmarshalOptions (line 23) | type UnmarshalOptions struct method Unmarshal (line 56) | func (o UnmarshalOptions) Unmarshal(b []byte, m Message) error { method UnmarshalState (line 65) | func (o UnmarshalOptions) UnmarshalState(in protoiface.UnmarshalInput)... method unmarshal (line 72) | func (o UnmarshalOptions) unmarshal(b []byte, m protoreflect.Message) ... method unmarshalMessage (line 106) | func (o UnmarshalOptions) unmarshalMessage(b []byte, m protoreflect.Me... method unmarshalMessageSlow (line 111) | func (o UnmarshalOptions) unmarshalMessageSlow(b []byte, m protoreflec... method unmarshalSingular (line 175) | func (o UnmarshalOptions) unmarshalSingular(b []byte, wtyp protowire.T... method unmarshalMap (line 193) | func (o UnmarshalOptions) unmarshalMap(b []byte, wtyp protowire.Type, ... function Unmarshal (line 49) | func Unmarshal(b []byte, m Message) error { FILE: _tools/src/google.golang.org/protobuf/proto/decode_gen.go method unmarshalScalar (line 22) | func (o UnmarshalOptions) unmarshalScalar(b []byte, wtyp protowire.Type,... method unmarshalList (line 194) | func (o UnmarshalOptions) unmarshalList(b []byte, wtyp protowire.Type, l... FILE: _tools/src/google.golang.org/protobuf/proto/encode.go type MarshalOptions (line 20) | type MarshalOptions struct method Marshal (line 87) | func (o MarshalOptions) Marshal(m Message) ([]byte, error) { method MarshalAppend (line 116) | func (o MarshalOptions) MarshalAppend(b []byte, m Message) ([]byte, er... method MarshalState (line 130) | func (o MarshalOptions) MarshalState(in protoiface.MarshalInput) (prot... method marshal (line 137) | func (o MarshalOptions) marshal(b []byte, m protoreflect.Message) (out... method marshalMessage (line 176) | func (o MarshalOptions) marshalMessage(b []byte, m protoreflect.Messag... method marshalMessageSlow (line 207) | func (o MarshalOptions) marshalMessageSlow(b []byte, m protoreflect.Me... method marshalField (line 230) | func (o MarshalOptions) marshalField(b []byte, fd protoreflect.FieldDe... method marshalList (line 242) | func (o MarshalOptions) marshalList(b []byte, fd protoreflect.FieldDes... method marshalMap (line 269) | func (o MarshalOptions) marshalMap(b []byte, fd protoreflect.FieldDesc... function Marshal (line 73) | func Marshal(m Message) ([]byte, error) { function emptyBytesForMessage (line 107) | func emptyBytesForMessage(m Message) []byte { function growcap (line 187) | func growcap(oldcap, wantcap int) (newcap int) { constant speculativeLength (line 299) | speculativeLength = 1 function appendSpeculativeLength (line 301) | func appendSpeculativeLength(b []byte) ([]byte, int) { function finishSpeculativeLength (line 307) | func finishSpeculativeLength(b []byte, pos int) []byte { FILE: _tools/src/google.golang.org/protobuf/proto/encode_gen.go method marshalSingular (line 40) | func (o MarshalOptions) marshalSingular(b []byte, fd protoreflect.FieldD... FILE: _tools/src/google.golang.org/protobuf/proto/equal.go function Equal (line 32) | func Equal(x, y Message) bool { function equalMessage (line 45) | func equalMessage(mx, my pref.Message) bool { function equalField (line 74) | func equalField(fd pref.FieldDescriptor, x, y pref.Value) bool { function equalMap (line 86) | func equalMap(fd pref.FieldDescriptor, x, y pref.Map) bool { function equalList (line 100) | func equalList(fd pref.FieldDescriptor, x, y pref.List) bool { function equalValue (line 113) | func equalValue(fd pref.FieldDescriptor, x, y pref.Value) bool { function equalUnknown (line 146) | func equalUnknown(x, y pref.RawFields) bool { FILE: _tools/src/google.golang.org/protobuf/proto/extension.go function HasExtension (line 13) | func HasExtension(m Message, xt protoreflect.ExtensionType) bool { function ClearExtension (line 31) | func ClearExtension(m Message, xt protoreflect.ExtensionType) { function GetExtension (line 39) | func GetExtension(m Message, xt protoreflect.ExtensionType) interface{} { function SetExtension (line 51) | func SetExtension(m Message, xt protoreflect.ExtensionType, v interface{... function RangeExtensions (line 78) | func RangeExtensions(m Message, f func(protoreflect.ExtensionType, inter... FILE: _tools/src/google.golang.org/protobuf/proto/merge.go function Merge (line 25) | func Merge(dst, src Message) { function Clone (line 41) | func Clone(m Message) Message { type mergeOptions (line 64) | type mergeOptions struct method mergeMessage (line 66) | func (o mergeOptions) mergeMessage(dst, src protoreflect.Message) { method mergeList (line 104) | func (o mergeOptions) mergeList(dst, src protoreflect.List, fd protore... method mergeMap (line 120) | func (o mergeOptions) mergeMap(dst, src protoreflect.Map, fd protorefl... method cloneBytes (line 137) | func (o mergeOptions) cloneBytes(v protoreflect.Value) protoreflect.Va... FILE: _tools/src/google.golang.org/protobuf/proto/messageset.go method sizeMessageSet (line 17) | func (o MarshalOptions) sizeMessageSet(m protoreflect.Message) (size int) { method marshalMessageSet (line 28) | func (o MarshalOptions) marshalMessageSet(b []byte, m protoreflect.Messa... method marshalMessageSetField (line 47) | func (o MarshalOptions) marshalMessageSetField(b []byte, fd protoreflect... method unmarshalMessageSet (line 59) | func (o UnmarshalOptions) unmarshalMessageSet(b []byte, m protoreflect.M... method unmarshalMessageSetField (line 76) | func (o UnmarshalOptions) unmarshalMessageSetField(m protoreflect.Messag... FILE: _tools/src/google.golang.org/protobuf/proto/proto.go function init (line 32) | func init() { function MessageName (line 38) | func MessageName(m Message) protoreflect.FullName { FILE: _tools/src/google.golang.org/protobuf/proto/proto_methods.go constant hasProtoMethods (line 15) | hasProtoMethods = true function protoMethods (line 17) | func protoMethods(m protoreflect.Message) *protoiface.Methods { FILE: _tools/src/google.golang.org/protobuf/proto/proto_reflect.go constant hasProtoMethods (line 15) | hasProtoMethods = false function protoMethods (line 17) | func protoMethods(m protoreflect.Message) *protoiface.Methods { FILE: _tools/src/google.golang.org/protobuf/proto/reset.go function Reset (line 16) | func Reset(m Message) { function resetMessage (line 24) | func resetMessage(m protoreflect.Message) { FILE: _tools/src/google.golang.org/protobuf/proto/size.go function Size (line 15) | func Size(m Message) int { method Size (line 20) | func (o MarshalOptions) Size(m Message) int { method size (line 32) | func (o MarshalOptions) size(m protoreflect.Message) (size int) { method sizeMessageSlow (line 51) | func (o MarshalOptions) sizeMessageSlow(m protoreflect.Message) (size in... method sizeField (line 63) | func (o MarshalOptions) sizeField(fd protoreflect.FieldDescriptor, value... method sizeList (line 75) | func (o MarshalOptions) sizeList(num protowire.Number, fd protoreflect.F... method sizeMap (line 90) | func (o MarshalOptions) sizeMap(num protowire.Number, fd protoreflect.Fi... FILE: _tools/src/google.golang.org/protobuf/proto/size_gen.go method sizeSingular (line 14) | func (o MarshalOptions) sizeSingular(num protowire.Number, kind protoref... FILE: _tools/src/google.golang.org/protobuf/proto/wrappers.go function Bool (line 8) | func Bool(v bool) *bool { return &v } function Int32 (line 11) | func Int32(v int32) *int32 { return &v } function Int64 (line 14) | func Int64(v int64) *int64 { return &v } function Float32 (line 17) | func Float32(v float32) *float32 { return &v } function Float64 (line 20) | func Float64(v float64) *float64 { return &v } function Uint32 (line 23) | func Uint32(v uint32) *uint32 { return &v } function Uint64 (line 26) | func Uint64(v uint64) *uint64 { return &v } function String (line 29) | func String(v string) *string { return &v } FILE: _tools/src/google.golang.org/protobuf/reflect/protodesc/desc.go type Resolver (line 32) | type Resolver interface type FileOptions (line 38) | type FileOptions struct method New (line 84) | func (o FileOptions) New(fd *descriptorpb.FileDescriptorProto, r Resol... method NewFiles (line 238) | func (o FileOptions) NewFiles(fds *descriptorpb.FileDescriptorSet) (*p... method addFileDeps (line 254) | func (o FileOptions) addFileDeps(r *protoregistry.Files, fd *descripto... function NewFile (line 66) | func NewFile(fd *descriptorpb.FileDescriptorProto, r Resolver) (protoref... function NewFiles (line 72) | func NewFiles(fd *descriptorpb.FileDescriptorSet) (*protoregistry.Files,... type importSet (line 223) | type importSet method importPublic (line 225) | func (is importSet) importPublic(imps protoreflect.FileImports) { FILE: _tools/src/google.golang.org/protobuf/reflect/protodesc/desc_init.go type descsByName (line 17) | type descsByName method initEnumDeclarations (line 19) | func (r descsByName) initEnumDeclarations(eds []*descriptorpb.EnumDesc... method initEnumValuesFromDescriptorProto (line 47) | func (r descsByName) initEnumValuesFromDescriptorProto(vds []*descript... method initMessagesDeclarations (line 63) | func (r descsByName) initMessagesDeclarations(mds []*descriptorpb.Desc... method initFieldsFromDescriptorProto (line 117) | func (r descsByName) initFieldsFromDescriptorProto(fds []*descriptorpb... method initOneofsFromDescriptorProto (line 144) | func (r descsByName) initOneofsFromDescriptorProto(ods []*descriptorpb... method initExtensionDeclarations (line 159) | func (r descsByName) initExtensionDeclarations(xds []*descriptorpb.Fie... method initServiceDeclarations (line 184) | func (r descsByName) initServiceDeclarations(sds []*descriptorpb.Servi... method initMethodsFromDescriptorProto (line 203) | func (r descsByName) initMethodsFromDescriptorProto(mds []*descriptorp... method makeBase (line 220) | func (r descsByName) makeBase(child, parent protoreflect.Descriptor, n... FILE: _tools/src/google.golang.org/protobuf/reflect/protodesc/desc_resolve.go type resolver (line 20) | type resolver struct method resolveMessageDependencies (line 28) | func (r *resolver) resolveMessageDependencies(ms []filedesc.Message, m... method resolveExtensionDependencies (line 68) | func (r *resolver) resolveExtensionDependencies(xs []filedesc.Extensio... method resolveServiceDependencies (line 88) | func (r *resolver) resolveServiceDependencies(ss []filedesc.Service, s... method findTarget (line 109) | func (r *resolver) findTarget(k protoreflect.Kind, scope protoreflect.... method findDescriptor (line 161) | func (r *resolver) findDescriptor(scope protoreflect.FullName, ref par... method findEnumDescriptor (line 204) | func (r *resolver) findEnumDescriptor(scope protoreflect.FullName, ref... method findMessageDescriptor (line 220) | func (r *resolver) findMessageDescriptor(scope protoreflect.FullName, ... type partialName (line 239) | type partialName method IsFull (line 241) | func (s partialName) IsFull() bool { method IsValid (line 245) | func (s partialName) IsValid() bool { method FullName (line 257) | func (s partialName) FullName() protoreflect.FullName { constant unknownPrefix (line 252) | unknownPrefix = "*." function unmarshalDefault (line 264) | func unmarshalDefault(s string, fd protoreflect.FieldDescriptor, allowUn... FILE: _tools/src/google.golang.org/protobuf/reflect/protodesc/desc_validate.go function validateEnumDeclarations (line 22) | func validateEnumDeclarations(es []filedesc.Enum, eds []*descriptorpb.En... function validateMessageDeclarations (line 83) | func validateMessageDeclarations(ms []filedesc.Message, mds []*descripto... function validateExtensionDeclarations (line 228) | func validateExtensionDeclarations(xs []filedesc.Extension, xds []*descr... function isOptionalMessage (line 297) | func isOptionalMessage(fd protoreflect.FieldDescriptor) bool { function isPackable (line 302) | func isPackable(fd protoreflect.FieldDescriptor) bool { function checkValidGroup (line 312) | func checkValidGroup(fd protoreflect.FieldDescriptor) error { function checkValidMap (line 334) | func checkValidMap(fd protoreflect.FieldDescriptor) error { FILE: _tools/src/google.golang.org/protobuf/reflect/protodesc/proto.go function ToFileDescriptorProto (line 21) | func ToFileDescriptorProto(file protoreflect.FileDescriptor) *descriptor... function ToDescriptorProto (line 81) | func ToDescriptorProto(message protoreflect.MessageDescriptor) *descript... function ToFieldDescriptorProto (line 124) | func ToFieldDescriptorProto(field protoreflect.FieldDescriptor) *descrip... function ToOneofDescriptorProto (line 173) | func ToOneofDescriptorProto(oneof protoreflect.OneofDescriptor) *descrip... function ToEnumDescriptorProto (line 182) | func ToEnumDescriptorProto(enum protoreflect.EnumDescriptor) *descriptor... function ToEnumValueDescriptorProto (line 205) | func ToEnumValueDescriptorProto(value protoreflect.EnumValueDescriptor) ... function ToServiceDescriptorProto (line 215) | func ToServiceDescriptorProto(service protoreflect.ServiceDescriptor) *d... function ToMethodDescriptorProto (line 228) | func ToMethodDescriptorProto(method protoreflect.MethodDescriptor) *desc... function fullNameOf (line 244) | func fullNameOf(d protoreflect.Descriptor) *string { FILE: _tools/src/google.golang.org/protobuf/reflect/protoreflect/proto.go type doNotImplement (line 137) | type doNotImplement type ProtoMessage (line 142) | type ProtoMessage interface type Syntax (line 145) | type Syntax method IsValid (line 155) | func (s Syntax) IsValid() bool { method String (line 165) | func (s Syntax) String() string { method GoString (line 177) | func (s Syntax) GoString() string { type syntax (line 147) | type syntax constant Proto2 (line 150) | Proto2 Syntax = 2 constant Proto3 (line 151) | Proto3 Syntax = 3 type Cardinality (line 189) | type Cardinality method IsValid (line 201) | func (c Cardinality) IsValid() bool { method String (line 211) | func (c Cardinality) String() string { method GoString (line 225) | func (c Cardinality) GoString() string { type cardinality (line 191) | type cardinality constant Optional (line 195) | Optional Cardinality = 1 constant Required (line 196) | Required Cardinality = 2 constant Repeated (line 197) | Repeated Cardinality = 3 type Kind (line 239) | type Kind method IsValid (line 266) | func (k Kind) IsValid() bool { method String (line 281) | func (k Kind) String() string { method GoString (line 325) | func (k Kind) GoString() string { type kind (line 241) | type kind constant BoolKind (line 245) | BoolKind Kind = 8 constant EnumKind (line 246) | EnumKind Kind = 14 constant Int32Kind (line 247) | Int32Kind Kind = 5 constant Sint32Kind (line 248) | Sint32Kind Kind = 17 constant Uint32Kind (line 249) | Uint32Kind Kind = 13 constant Int64Kind (line 250) | Int64Kind Kind = 3 constant Sint64Kind (line 251) | Sint64Kind Kind = 18 constant Uint64Kind (line 252) | Uint64Kind Kind = 4 constant Sfixed32Kind (line 253) | Sfixed32Kind Kind = 15 constant Fixed32Kind (line 254) | Fixed32Kind Kind = 7 constant FloatKind (line 255) | FloatKind Kind = 2 constant Sfixed64Kind (line 256) | Sfixed64Kind Kind = 16 constant Fixed64Kind (line 257) | Fixed64Kind Kind = 6 constant DoubleKind (line 258) | DoubleKind Kind = 1 constant StringKind (line 259) | StringKind Kind = 9 constant BytesKind (line 260) | BytesKind Kind = 12 constant MessageKind (line 261) | MessageKind Kind = 11 constant GroupKind (line 262) | GroupKind Kind = 10 type FieldNumbers (line 372) | type FieldNumbers interface type FieldRanges (line 384) | type FieldRanges interface type EnumNumber (line 396) | type EnumNumber type EnumRanges (line 399) | type EnumRanges interface type Name (line 412) | type Name method IsValid (line 416) | func (s Name) IsValid() bool { type Names (line 421) | type Names interface type FullName (line 438) | type FullName method IsValid (line 442) | func (s FullName) IsValid() bool { method Name (line 480) | func (n FullName) Name() Name { method Parent (line 489) | func (n FullName) Parent() FullName { method Append (line 499) | func (n FullName) Append(s Name) FullName { function consumeIdent (line 461) | func consumeIdent(s string) (i int) { function isLetter (line 471) | func isLetter(c byte) bool { function isLetterDigit (line 474) | func isLetterDigit(c byte) bool { FILE: _tools/src/google.golang.org/protobuf/reflect/protoreflect/source.go type SourceLocations (line 12) | type SourceLocations interface type SourceLocation (line 36) | type SourceLocation struct type SourcePath (line 68) | type SourcePath method Equal (line 71) | func (p1 SourcePath) Equal(p2 SourcePath) bool { method String (line 91) | func (p SourcePath) String() string { method appendSingularField (line 102) | func (p *SourcePath) appendSingularField(b []byte, name string, f appe... method appendRepeatedField (line 115) | func (p *SourcePath) appendRepeatedField(b []byte, name string, f appe... type appendFunc (line 100) | type appendFunc FILE: _tools/src/google.golang.org/protobuf/reflect/protoreflect/source_gen.go method appendFileDescriptorProto (line 9) | func (p *SourcePath) appendFileDescriptorProto(b []byte) []byte { method appendDescriptorProto (line 42) | func (p *SourcePath) appendDescriptorProto(b []byte) []byte { method appendEnumDescriptorProto (line 71) | func (p *SourcePath) appendEnumDescriptorProto(b []byte) []byte { method appendServiceDescriptorProto (line 90) | func (p *SourcePath) appendServiceDescriptorProto(b []byte) []byte { method appendFieldDescriptorProto (line 105) | func (p *SourcePath) appendFieldDescriptorProto(b []byte) []byte { method appendFileOptions (line 136) | func (p *SourcePath) appendFileOptions(b []byte) []byte { method appendSourceCodeInfo (line 187) | func (p *SourcePath) appendSourceCodeInfo(b []byte) []byte { method appendDescriptorProto_ExtensionRange (line 198) | func (p *SourcePath) appendDescriptorProto_ExtensionRange(b []byte) []by... method appendOneofDescriptorProto (line 213) | func (p *SourcePath) appendOneofDescriptorProto(b []byte) []byte { method appendMessageOptions (line 226) | func (p *SourcePath) appendMessageOptions(b []byte) []byte { method appendDescriptorProto_ReservedRange (line 245) | func (p *SourcePath) appendDescriptorProto_ReservedRange(b []byte) []byte { method appendEnumValueDescriptorProto (line 258) | func (p *SourcePath) appendEnumValueDescriptorProto(b []byte) []byte { method appendEnumOptions (line 273) | func (p *SourcePath) appendEnumOptions(b []byte) []byte { method appendEnumDescriptorProto_EnumReservedRange (line 288) | func (p *SourcePath) appendEnumDescriptorProto_EnumReservedRange(b []byt... method appendMethodDescriptorProto (line 301) | func (p *SourcePath) appendMethodDescriptorProto(b []byte) []byte { method appendServiceOptions (line 322) | func (p *SourcePath) appendServiceOptions(b []byte) []byte { method appendFieldOptions (line 335) | func (p *SourcePath) appendFieldOptions(b []byte) []byte { method appendUninterpretedOption (line 358) | func (p *SourcePath) appendUninterpretedOption(b []byte) []byte { method appendSourceCodeInfo_Location (line 381) | func (p *SourcePath) appendSourceCodeInfo_Location(b []byte) []byte { method appendExtensionRangeOptions (line 400) | func (p *SourcePath) appendExtensionRangeOptions(b []byte) []byte { method appendOneofOptions (line 411) | func (p *SourcePath) appendOneofOptions(b []byte) []byte { method appendEnumValueOptions (line 422) | func (p *SourcePath) appendEnumValueOptions(b []byte) []byte { method appendMethodOptions (line 435) | func (p *SourcePath) appendMethodOptions(b []byte) []byte { method appendUninterpretedOption_NamePart (line 450) | func (p *SourcePath) appendUninterpretedOption_NamePart(b []byte) []byte { FILE: _tools/src/google.golang.org/protobuf/reflect/protoreflect/type.go type Descriptor (line 21) | type Descriptor interface type FileDescriptor (line 119) | type FileDescriptor interface type isFileDescriptor (line 144) | type isFileDescriptor interface type FileImports (line 147) | type FileImports interface type FileImport (line 157) | type FileImport struct type MessageDescriptor (line 185) | type MessageDescriptor interface type isMessageDescriptor (line 232) | type isMessageDescriptor interface type MessageType (line 237) | type MessageType interface type MessageFieldTypes (line 254) | type MessageFieldTypes interface type MessageDescriptors (line 273) | type MessageDescriptors interface type FieldDescriptor (line 291) | type FieldDescriptor interface type isFieldDescriptor (line 391) | type isFieldDescriptor interface type FieldDescriptors (line 394) | type FieldDescriptors interface type OneofDescriptor (line 417) | type OneofDescriptor interface type isOneofDescriptor (line 430) | type isOneofDescriptor interface type OneofDescriptors (line 433) | type OneofDescriptors interface type ExtensionTypeDescriptor (line 449) | type ExtensionTypeDescriptor interface type ExtensionDescriptors (line 461) | type ExtensionDescriptors interface type ExtensionType (line 494) | type ExtensionType interface type EnumDescriptor (line 535) | type EnumDescriptor interface type isEnumDescriptor (line 548) | type isEnumDescriptor interface type EnumType (line 551) | type EnumType interface type EnumDescriptors (line 562) | type EnumDescriptors interface type EnumValueDescriptor (line 582) | type EnumValueDescriptor interface type isEnumValueDescriptor (line 590) | type isEnumValueDescriptor interface type EnumValueDescriptors (line 593) | type EnumValueDescriptors interface type ServiceDescriptor (line 613) | type ServiceDescriptor interface type isServiceDescriptor (line 621) | type isServiceDescriptor interface type ServiceDescriptors (line 624) | type ServiceDescriptors interface type MethodDescriptor (line 638) | type MethodDescriptor interface type isMethodDescriptor (line 652) | type isMethodDescriptor interface type MethodDescriptors (line 655) | type MethodDescriptors interface FILE: _tools/src/google.golang.org/protobuf/reflect/protoreflect/value.go type Enum (line 13) | type Enum interface type Message (line 40) | type Message interface type RawFields (line 163) | type RawFields method IsValid (line 166) | func (b RawFields) IsValid() bool { type List (line 180) | type List interface type Map (line 232) | type Map interface FILE: _tools/src/google.golang.org/protobuf/reflect/protoreflect/value_pure.go type valueType (line 11) | type valueType constant nilType (line 14) | nilType valueType = iota constant boolType (line 15) | boolType constant int32Type (line 16) | int32Type constant int64Type (line 17) | int64Type constant uint32Type (line 18) | uint32Type constant uint64Type (line 19) | uint64Type constant float32Type (line 20) | float32Type constant float64Type (line 21) | float64Type constant stringType (line 22) | stringType constant bytesType (line 23) | bytesType constant enumType (line 24) | enumType constant ifaceType (line 25) | ifaceType type value (line 31) | type value struct function valueOfString (line 41) | func valueOfString(v string) Value { function valueOfBytes (line 44) | func valueOfBytes(v []byte) Value { function valueOfIface (line 47) | func valueOfIface(v interface{}) Value { method getString (line 51) | func (v Value) getString() string { method getBytes (line 54) | func (v Value) getBytes() []byte { method getIface (line 57) | func (v Value) getIface() interface{} { FILE: _tools/src/google.golang.org/protobuf/reflect/protoreflect/value_union.go type Value (line 44) | type Value method IsValid (line 165) | func (v Value) IsValid() bool { method Interface (line 172) | func (v Value) Interface() interface{} { method typeName (line 201) | func (v Value) typeName() string { method panicMessage (line 239) | func (v Value) panicMessage(what string) string { method Bool (line 244) | func (v Value) Bool() bool { method Int (line 254) | func (v Value) Int() int64 { method Uint (line 264) | func (v Value) Uint() uint64 { method Float (line 274) | func (v Value) Float() float64 { method String (line 285) | func (v Value) String() string { method Bytes (line 295) | func (v Value) Bytes() []byte { method Enum (line 305) | func (v Value) Enum() EnumNumber { method Message (line 315) | func (v Value) Message() Message { method List (line 325) | func (v Value) List() List { method Map (line 335) | func (v Value) Map() Map { method MapKey (line 345) | func (v Value) MapKey() MapKey { function ValueOf (line 62) | func ValueOf(v interface{}) Value { function ValueOfBool (line 96) | func ValueOfBool(v bool) Value { function ValueOfInt32 (line 105) | func ValueOfInt32(v int32) Value { function ValueOfInt64 (line 110) | func ValueOfInt64(v int64) Value { function ValueOfUint32 (line 115) | func ValueOfUint32(v uint32) Value { function ValueOfUint64 (line 120) | func ValueOfUint64(v uint64) Value { function ValueOfFloat32 (line 125) | func ValueOfFloat32(v float32) Value { function ValueOfFloat64 (line 130) | func ValueOfFloat64(v float64) Value { function ValueOfString (line 135) | func ValueOfString(v string) Value { function ValueOfBytes (line 140) | func ValueOfBytes(v []byte) Value { function ValueOfEnum (line 145) | func ValueOfEnum(v EnumNumber) Value { function ValueOfMessage (line 150) | func ValueOfMessage(v Message) Value { function ValueOfList (line 155) | func ValueOfList(v List) Value { function ValueOfMap (line 160) | func ValueOfMap(v Map) Value { type MapKey (line 375) | type MapKey method IsValid (line 378) | func (k MapKey) IsValid() bool { method Interface (line 383) | func (k MapKey) Interface() interface{} { method Bool (line 388) | func (k MapKey) Bool() bool { method Int (line 393) | func (k MapKey) Int() int64 { method Uint (line 398) | func (k MapKey) Uint() uint64 { method String (line 404) | func (k MapKey) String() string { method Value (line 409) | func (k MapKey) Value() Value { FILE: _tools/src/google.golang.org/protobuf/reflect/protoreflect/value_unsafe.go type stringHeader (line 16) | type stringHeader struct type sliceHeader (line 20) | type sliceHeader struct type ifaceHeader (line 25) | type ifaceHeader struct function typeOf (line 47) | func typeOf(t interface{}) unsafe.Pointer { type value (line 57) | type value struct function valueOfString (line 74) | func valueOfString(v string) Value { function valueOfBytes (line 78) | func valueOfBytes(v []byte) Value { function valueOfIface (line 82) | func valueOfIface(v interface{}) Value { method getString (line 87) | func (v Value) getString() (x string) { method getBytes (line 91) | func (v Value) getBytes() (x []byte) { method getIface (line 95) | func (v Value) getIface() (x interface{}) { FILE: _tools/src/google.golang.org/protobuf/reflect/protoregistry/registry.go type Files (line 83) | type Files struct method RegisterFile (line 111) | func (r *Files) RegisterFile(file protoreflect.FileDescriptor) error { method checkGenProtoConflict (line 180) | func (r *Files) checkGenProtoConflict(path string) { method FindDescriptorByName (line 219) | func (r *Files) FindDescriptorByName(name protoreflect.FullName) (prot... method FindFileByPath (line 311) | func (r *Files) FindFileByPath(path string) (protoreflect.FileDescript... method NumFiles (line 326) | func (r *Files) NumFiles() int { method RangeFiles (line 339) | func (r *Files) RangeFiles(f func(protoreflect.FileDescriptor) bool) { method NumFilesByPackage (line 355) | func (r *Files) NumFilesByPackage(name protoreflect.FullName) int { method RangeFilesByPackage (line 372) | func (r *Files) RangeFilesByPackage(name protoreflect.FullName, f func... type packageDescriptor (line 100) | type packageDescriptor struct function findDescriptorInMessage (line 267) | func findDescriptorInMessage(md protoreflect.MessageDescriptor, suffix n... type nameSuffix (line 297) | type nameSuffix method Pop (line 299) | func (s *nameSuffix) Pop() (name protoreflect.Name) { function rangeTopLevelDescriptors (line 393) | func rangeTopLevelDescriptors(fd protoreflect.FileDescriptor, f func(pro... type MessageTypeResolver (line 422) | type MessageTypeResolver interface type ExtensionTypeResolver (line 442) | type ExtensionTypeResolver interface type Types (line 465) | type Types struct method RegisterMessage (line 483) | func (r *Types) RegisterMessage(mt protoreflect.MessageType) error { method RegisterEnum (line 503) | func (r *Types) RegisterEnum(et protoreflect.EnumType) error { method RegisterExtension (line 523) | func (r *Types) RegisterExtension(xt protoreflect.ExtensionType) error { method register (line 560) | func (r *Types) register(kind string, desc protoreflect.Descriptor, ty... method FindEnumByName (line 581) | func (r *Types) FindEnumByName(enum protoreflect.FullName) (protorefle... method FindMessageByName (line 602) | func (r *Types) FindMessageByName(message protoreflect.FullName) (prot... method FindMessageByURL (line 623) | func (r *Types) FindMessageByURL(url string) (protoreflect.MessageType... method FindExtensionByName (line 653) | func (r *Types) FindExtensionByName(field protoreflect.FullName) (prot... method FindExtensionByNumber (line 694) | func (r *Types) FindExtensionByNumber(message protoreflect.FullName, f... method NumEnums (line 709) | func (r *Types) NumEnums() int { method RangeEnums (line 722) | func (r *Types) RangeEnums(f func(protoreflect.EnumType) bool) { method NumMessages (line 740) | func (r *Types) NumMessages() int { method RangeMessages (line 753) | func (r *Types) RangeMessages(f func(protoreflect.MessageType) bool) { method NumExtensions (line 771) | func (r *Types) NumExtensions() int { method RangeExtensions (line 784) | func (r *Types) RangeExtensions(f func(protoreflect.ExtensionType) boo... method NumExtensionsByMessage (line 803) | func (r *Types) NumExtensionsByMessage(message protoreflect.FullName) ... method RangeExtensionsByMessage (line 816) | func (r *Types) RangeExtensionsByMessage(message protoreflect.FullName... type typesByName (line 475) | type typesByName type extensionsByMessage (line 476) | type extensionsByMessage type extensionsByNumber (line 477) | type extensionsByNumber function typeName (line 831) | func typeName(t interface{}) string { function amendErrorWithCaller (line 844) | func amendErrorWithCaller(err error, prev, curr interface{}) error { function goPackage (line 853) | func goPackage(v interface{}) string { FILE: _tools/src/google.golang.org/protobuf/runtime/protoiface/legacy.go type MessageV1 (line 7) | type MessageV1 interface type ExtensionRangeV1 (line 13) | type ExtensionRangeV1 struct FILE: _tools/src/google.golang.org/protobuf/runtime/protoiface/methods.go constant SupportMarshalDeterministic (line 49) | SupportMarshalDeterministic SupportFlags = 1 << iota constant SupportUnmarshalDiscardUnknown (line 52) | SupportUnmarshalDiscardUnknown constant MarshalDeterministic (line 91) | MarshalDeterministic MarshalInputFlags = 1 << iota constant MarshalUseCachedSize (line 92) | MarshalUseCachedSize constant UnmarshalDiscardUnknown (line 120) | UnmarshalDiscardUnknown UnmarshalInputFlags = 1 << iota constant UnmarshalInitialized (line 130) | UnmarshalInitialized UnmarshalOutputFlags = 1 << iota constant MergeComplete (line 154) | MergeComplete MergeOutputFlags = 1 << iota FILE: _tools/src/google.golang.org/protobuf/runtime/protoimpl/impl.go constant UnsafeEnabled (line 21) | UnsafeEnabled = impl.UnsafeEnabled FILE: _tools/src/google.golang.org/protobuf/runtime/protoimpl/version.go constant MaxVersion (line 14) | MaxVersion = version.Minor constant GenVersion (line 19) | GenVersion = 20 constant MinVersion (line 23) | MinVersion = 0 type EnforceVersion (line 49) | type EnforceVersion constant _ (line 54) | _ = EnforceVersion(GenVersion - MinVersion) constant _ (line 55) | _ = EnforceVersion(MaxVersion - GenVersion) FILE: _tools/src/google.golang.org/protobuf/types/descriptorpb/descriptor.pb.go type FieldDescriptorProto_Type (line 51) | type FieldDescriptorProto_Type method Enum (line 129) | func (x FieldDescriptorProto_Type) Enum() *FieldDescriptorProto_Type { method String (line 135) | func (x FieldDescriptorProto_Type) String() string { method Descriptor (line 139) | func (FieldDescriptorProto_Type) Descriptor() protoreflect.EnumDescrip... method Type (line 143) | func (FieldDescriptorProto_Type) Type() protoreflect.EnumType { method Number (line 147) | func (x FieldDescriptorProto_Type) Number() protoreflect.EnumNumber { method UnmarshalJSON (line 152) | func (x *FieldDescriptorProto_Type) UnmarshalJSON(b []byte) error { method EnumDescriptor (line 162) | func (FieldDescriptorProto_Type) EnumDescriptor() ([]byte, []int) { constant FieldDescriptorProto_TYPE_DOUBLE (line 56) | FieldDescriptorProto_TYPE_DOUBLE FieldDescriptorProto_Type = 1 constant FieldDescriptorProto_TYPE_FLOAT (line 57) | FieldDescriptorProto_TYPE_FLOAT FieldDescriptorProto_Type = 2 constant FieldDescriptorProto_TYPE_INT64 (line 60) | FieldDescriptorProto_TYPE_INT64 FieldDescriptorProto_Type = 3 constant FieldDescriptorProto_TYPE_UINT64 (line 61) | FieldDescriptorProto_TYPE_UINT64 FieldDescriptorProto_Type = 4 constant FieldDescriptorProto_TYPE_INT32 (line 64) | FieldDescriptorProto_TYPE_INT32 FieldDescriptorProto_Type = 5 constant FieldDescriptorProto_TYPE_FIXED64 (line 65) | FieldDescriptorProto_TYPE_FIXED64 FieldDescriptorProto_Type = 6 constant FieldDescriptorProto_TYPE_FIXED32 (line 66) | FieldDescriptorProto_TYPE_FIXED32 FieldDescriptorProto_Type = 7 constant FieldDescriptorProto_TYPE_BOOL (line 67) | FieldDescriptorProto_TYPE_BOOL FieldDescriptorProto_Type = 8 constant FieldDescriptorProto_TYPE_STRING (line 68) | FieldDescriptorProto_TYPE_STRING FieldDescriptorProto_Type = 9 constant FieldDescriptorProto_TYPE_GROUP (line 73) | FieldDescriptorProto_TYPE_GROUP FieldDescriptorProto_Type = 10 constant FieldDescriptorProto_TYPE_MESSAGE (line 74) | FieldDescriptorProto_TYPE_MESSAGE FieldDescriptorProto_Type = 11 constant FieldDescriptorProto_TYPE_BYTES (line 76) | FieldDescriptorProto_TYPE_BYTES FieldDescriptorProto_Type = 12 constant FieldDescriptorProto_TYPE_UINT32 (line 77) | FieldDescriptorProto_TYPE_UINT32 FieldDescriptorProto_Type = 13 constant FieldDescriptorProto_TYPE_ENUM (line 78) | FieldDescriptorProto_TYPE_ENUM FieldDescriptorProto_Type = 14 constant FieldDescriptorProto_TYPE_SFIXED32 (line 79) | FieldDescriptorProto_TYPE_SFIXED32 FieldDescriptorProto_Type = 15 constant FieldDescriptorProto_TYPE_SFIXED64 (line 80) | FieldDescriptorProto_TYPE_SFIXED64 FieldDescriptorProto_Type = 16 constant FieldDescriptorProto_TYPE_SINT32 (line 81) | FieldDescriptorProto_TYPE_SINT32 FieldDescriptorProto_Type = 17 constant FieldDescriptorProto_TYPE_SINT64 (line 82) | FieldDescriptorProto_TYPE_SINT64 FieldDescriptorProto_Type = 18 type FieldDescriptorProto_Label (line 166) | type FieldDescriptorProto_Label method Enum (line 189) | func (x FieldDescriptorProto_Label) Enum() *FieldDescriptorProto_Label { method String (line 195) | func (x FieldDescriptorProto_Label) String() string { method Descriptor (line 199) | func (FieldDescriptorProto_Label) Descriptor() protoreflect.EnumDescri... method Type (line 203) | func (FieldDescriptorProto_Label) Type() protoreflect.EnumType { method Number (line 207) | func (x FieldDescriptorProto_Label) Number() protoreflect.EnumNumber { method UnmarshalJSON (line 212) | func (x *FieldDescriptorProto_Label) UnmarshalJSON(b []byte) error { method EnumDescriptor (line 222) | func (FieldDescriptorProto_Label) EnumDescriptor() ([]byte, []int) { constant FieldDescriptorProto_LABEL_OPTIONAL (line 170) | FieldDescriptorProto_LABEL_OPTIONAL FieldDescriptorProto_Label = 1 constant FieldDescriptorProto_LABEL_REQUIRED (line 171) | FieldDescriptorProto_LABEL_REQUIRED FieldDescriptorProto_Label = 2 constant FieldDescriptorProto_LABEL_REPEATED (line 172) | FieldDescriptorProto_LABEL_REPEATED FieldDescriptorProto_Label = 3 type FileOptions_OptimizeMode (line 227) | type FileOptions_OptimizeMode method Enum (line 250) | func (x FileOptions_OptimizeMode) Enum() *FileOptions_OptimizeMode { method String (line 256) | func (x FileOptions_OptimizeMode) String() string { method Descriptor (line 260) | func (FileOptions_OptimizeMode) Descriptor() protoreflect.EnumDescript... method Type (line 264) | func (FileOptions_OptimizeMode) Type() protoreflect.EnumType { method Number (line 268) | func (x FileOptions_OptimizeMode) Number() protoreflect.EnumNumber { method UnmarshalJSON (line 273) | func (x *FileOptions_OptimizeMode) UnmarshalJSON(b []byte) error { method EnumDescriptor (line 283) | func (FileOptions_OptimizeMode) EnumDescriptor() ([]byte, []int) { constant FileOptions_SPEED (line 230) | FileOptions_SPEED FileOptions_OptimizeMode = 1 constant FileOptions_CODE_SIZE (line 232) | FileOptions_CODE_SIZE FileOptions_OptimizeMode = 2 constant FileOptions_LITE_RUNTIME (line 233) | FileOptions_LITE_RUNTIME FileOptions_OptimizeMode = 3 type FieldOptions_CType (line 287) | type FieldOptions_CType method Enum (line 310) | func (x FieldOptions_CType) Enum() *FieldOptions_CType { method String (line 316) | func (x FieldOptions_CType) String() string { method Descriptor (line 320) | func (FieldOptions_CType) Descriptor() protoreflect.EnumDescriptor { method Type (line 324) | func (FieldOptions_CType) Type() protoreflect.EnumType { method Number (line 328) | func (x FieldOptions_CType) Number() protoreflect.EnumNumber { method UnmarshalJSON (line 333) | func (x *FieldOptions_CType) UnmarshalJSON(b []byte) error { method EnumDescriptor (line 343) | func (FieldOptions_CType) EnumDescriptor() ([]byte, []int) { constant FieldOptions_STRING (line 291) | FieldOptions_STRING FieldOptions_CType = 0 constant FieldOptions_CORD (line 292) | FieldOptions_CORD FieldOptions_CType = 1 constant FieldOptions_STRING_PIECE (line 293) | FieldOptions_STRING_PIECE FieldOptions_CType = 2 type FieldOptions_JSType (line 347) | type FieldOptions_JSType method Enum (line 372) | func (x FieldOptions_JSType) Enum() *FieldOptions_JSType { method String (line 378) | func (x FieldOptions_JSType) String() string { method Descriptor (line 382) | func (FieldOptions_JSType) Descriptor() protoreflect.EnumDescriptor { method Type (line 386) | func (FieldOptions_JSType) Type() protoreflect.EnumType { method Number (line 390) | func (x FieldOptions_JSType) Number() protoreflect.EnumNumber { method UnmarshalJSON (line 395) | func (x *FieldOptions_JSType) UnmarshalJSON(b []byte) error { method EnumDescriptor (line 405) | func (FieldOptions_JSType) EnumDescriptor() ([]byte, []int) { constant FieldOptions_JS_NORMAL (line 351) | FieldOptions_JS_NORMAL FieldOptions_JSType = 0 constant FieldOptions_JS_STRING (line 353) | FieldOptions_JS_STRING FieldOptions_JSType = 1 constant FieldOptions_JS_NUMBER (line 355) | FieldOptions_JS_NUMBER FieldOptions_JSType = 2 type MethodOptions_IdempotencyLevel (line 412) | type MethodOptions_IdempotencyLevel method Enum (line 434) | func (x MethodOptions_IdempotencyLevel) Enum() *MethodOptions_Idempote... method String (line 440) | func (x MethodOptions_IdempotencyLevel) String() string { method Descriptor (line 444) | func (MethodOptions_IdempotencyLevel) Descriptor() protoreflect.EnumDe... method Type (line 448) | func (MethodOptions_IdempotencyLevel) Type() protoreflect.EnumType { method Number (line 452) | func (x MethodOptions_IdempotencyLevel) Number() protoreflect.EnumNumb... method UnmarshalJSON (line 457) | func (x *MethodOptions_IdempotencyLevel) UnmarshalJSON(b []byte) error { method EnumDescriptor (line 467) | func (MethodOptions_IdempotencyLevel) EnumDescriptor() ([]byte, []int) { constant MethodOptions_IDEMPOTENCY_UNKNOWN (line 415) | MethodOptions_IDEMPOTENCY_UNKNOWN MethodOptions_IdempotencyLevel = 0 constant MethodOptions_NO_SIDE_EFFECTS (line 416) | MethodOptions_NO_SIDE_EFFECTS MethodOptions_IdempotencyLevel = 1 constant MethodOptions_IDEMPOTENT (line 417) | MethodOptions_IDEMPOTENT MethodOptions_IdempotencyLevel = 2 type FileDescriptorSet (line 473) | type FileDescriptorSet struct method Reset (line 481) | func (x *FileDescriptorSet) Reset() { method String (line 490) | func (x *FileDescriptorSet) String() string { method ProtoMessage (line 494) | func (*FileDescriptorSet) ProtoMessage() {} method ProtoReflect (line 496) | func (x *FileDescriptorSet) ProtoReflect() protoreflect.Message { method Descriptor (line 509) | func (*FileDescriptorSet) Descriptor() ([]byte, []int) { method GetFile (line 513) | func (x *FileDescriptorSet) GetFile() []*FileDescriptorProto { type FileDescriptorProto (line 521) | type FileDescriptorProto struct method Reset (line 551) | func (x *FileDescriptorProto) Reset() { method String (line 560) | func (x *FileDescriptorProto) String() string { method ProtoMessage (line 564) | func (*FileDescriptorProto) ProtoMessage() {} method ProtoReflect (line 566) | func (x *FileDescriptorProto) ProtoReflect() protoreflect.Message { method Descriptor (line 579) | func (*FileDescriptorProto) Descriptor() ([]byte, []int) { method GetName (line 583) | func (x *FileDescriptorProto) GetName() string { method GetPackage (line 590) | func (x *FileDescriptorProto) GetPackage() string { method GetDependency (line 597) | func (x *FileDescriptorProto) GetDependency() []string { method GetPublicDependency (line 604) | func (x *FileDescriptorProto) GetPublicDependency() []int32 { method GetWeakDependency (line 611) | func (x *FileDescriptorProto) GetWeakDependency() []int32 { method GetMessageType (line 618) | func (x *FileDescriptorProto) GetMessageType() []*DescriptorProto { method GetEnumType (line 625) | func (x *FileDescriptorProto) GetEnumType() []*EnumDescriptorProto { method GetService (line 632) | func (x *FileDescriptorProto) GetService() []*ServiceDescriptorProto { method GetExtension (line 639) | func (x *FileDescriptorProto) GetExtension() []*FieldDescriptorProto { method GetOptions (line 646) | func (x *FileDescriptorProto) GetOptions() *FileOptions { method GetSourceCodeInfo (line 653) | func (x *FileDescriptorProto) GetSourceCodeInfo() *SourceCodeInfo { method GetSyntax (line 660) | func (x *FileDescriptorProto) GetSyntax() string { type DescriptorProto (line 668) | type DescriptorProto struct method Reset (line 687) | func (x *DescriptorProto) Reset() { method String (line 696) | func (x *DescriptorProto) String() string { method ProtoMessage (line 700) | func (*DescriptorProto) ProtoMessage() {} method ProtoReflect (line 702) | func (x *DescriptorProto) ProtoReflect() protoreflect.Message { method Descriptor (line 715) | func (*DescriptorProto) Descriptor() ([]byte, []int) { method GetName (line 719) | func (x *DescriptorProto) GetName() string { method GetField (line 726) | func (x *DescriptorProto) GetField() []*FieldDescriptorProto { method GetExtension (line 733) | func (x *DescriptorProto) GetExtension() []*FieldDescriptorProto { method GetNestedType (line 740) | func (x *DescriptorProto) GetNestedType() []*DescriptorProto { method GetEnumType (line 747) | func (x *DescriptorProto) GetEnumType() []*EnumDescriptorProto { method GetExtensionRange (line 754) | func (x *DescriptorProto) GetExtensionRange() []*DescriptorProto_Exten... method GetOneofDecl (line 761) | func (x *DescriptorProto) GetOneofDecl() []*OneofDescriptorProto { method GetOptions (line 768) | func (x *DescriptorProto) GetOptions() *MessageOptions { method GetReservedRange (line 775) | func (x *DescriptorProto) GetReservedRange() []*DescriptorProto_Reserv... method GetReservedName (line 782) | func (x *DescriptorProto) GetReservedName() []string { type ExtensionRangeOptions (line 789) | type ExtensionRangeOptions struct method Reset (line 799) | func (x *ExtensionRangeOptions) Reset() { method String (line 808) | func (x *ExtensionRangeOptions) String() string { method ProtoMessage (line 812) | func (*ExtensionRangeOptions) ProtoMessage() {} method ProtoReflect (line 814) | func (x *ExtensionRangeOptions) ProtoReflect() protoreflect.Message { method Descriptor (line 827) | func (*ExtensionRangeOptions) Descriptor() ([]byte, []int) { method GetUninterpretedOption (line 831) | func (x *ExtensionRangeOptions) GetUninterpretedOption() []*Uninterpre... type FieldDescriptorProto (line 839) | type FieldDescriptorProto struct method Reset (line 898) | func (x *FieldDescriptorProto) Reset() { method String (line 907) | func (x *FieldDescriptorProto) String() string { method ProtoMessage (line 911) | func (*FieldDescriptorProto) ProtoMessage() {} method ProtoReflect (line 913) | func (x *FieldDescriptorProto) ProtoReflect() protoreflect.Message { method Descriptor (line 926) | func (*FieldDescriptorProto) Descriptor() ([]byte, []int) { method GetName (line 930) | func (x *FieldDescriptorProto) GetName() string { method GetNumber (line 937) | func (x *FieldDescriptorProto) GetNumber() int32 { method GetLabel (line 944) | func (x *FieldDescriptorProto) GetLabel() FieldDescriptorProto_Label { method GetType (line 951) | func (x *FieldDescriptorProto) GetType() FieldDescriptorProto_Type { method GetTypeName (line 958) | func (x *FieldDescriptorProto) GetTypeName() string { method GetExtendee (line 965) | func (x *FieldDescriptorProto) GetExtendee() string { method GetDefaultValue (line 972) | func (x *FieldDescriptorProto) GetDefaultValue() string { method GetOneofIndex (line 979) | func (x *FieldDescriptorProto) GetOneofIndex() int32 { method GetJsonName (line 986) | func (x *FieldDescriptorProto) GetJsonName() string { method GetOptions (line 993) | func (x *FieldDescriptorProto) GetOptions() *FieldOptions { method GetProto3Optional (line 1000) | func (x *FieldDescriptorProto) GetProto3Optional() bool { type OneofDescriptorProto (line 1008) | type OneofDescriptorProto struct method Reset (line 1017) | func (x *OneofDescriptorProto) Reset() { method String (line 1026) | func (x *OneofDescriptorProto) String() string { method ProtoMessage (line 1030) | func (*OneofDescriptorProto) ProtoMessage() {} method ProtoReflect (line 1032) | func (x *OneofDescriptorProto) ProtoReflect() protoreflect.Message { method Descriptor (line 1045) | func (*OneofDescriptorProto) Descriptor() ([]byte, []int) { method GetName (line 1049) | func (x *OneofDescriptorProto) GetName() string { method GetOptions (line 1056) | func (x *OneofDescriptorProto) GetOptions() *OneofOptions { type EnumDescriptorProto (line 1064) | type EnumDescriptorProto struct method Reset (line 1081) | func (x *EnumDescriptorProto) Reset() { method String (line 1090) | func (x *EnumDescriptorProto) String() string { method ProtoMessage (line 1094) | func (*EnumDescriptorProto) ProtoMessage() {} method ProtoReflect (line 1096) | func (x *EnumDescriptorProto) ProtoReflect() protoreflect.Message { method Descriptor (line 1109) | func (*EnumDescriptorProto) Descriptor() ([]byte, []int) { method GetName (line 1113) | func (x *EnumDescriptorProto) GetName() string { method GetValue (line 1120) | func (x *EnumDescriptorProto) GetValue() []*EnumValueDescriptorProto { method GetOptions (line 1127) | func (x *EnumDescriptorProto) GetOptions() *EnumOptions { method GetReservedRange (line 1134) | func (x *EnumDescriptorProto) GetReservedRange() []*EnumDescriptorProt... method GetReservedName (line 1141) | func (x *EnumDescriptorProto) GetReservedName() []string { type EnumValueDescriptorProto (line 1149) | type EnumValueDescriptorProto struct method Reset (line 1159) | func (x *EnumValueDescriptorProto) Reset() { method String (line 1168) | func (x *EnumValueDescriptorProto) String() string { method ProtoMessage (line 1172) | func (*EnumValueDescriptorProto) ProtoMessage() {} method ProtoReflect (line 1174) | func (x *EnumValueDescriptorProto) ProtoReflect() protoreflect.Message { method Descriptor (line 1187) | func (*EnumValueDescriptorProto) Descriptor() ([]byte, []int) { method GetName (line 1191) | func (x *EnumValueDescriptorProto) GetName() string { method GetNumber (line 1198) | func (x *EnumValueDescriptorProto) GetNumber() int32 { method GetOptions (line 1205) | func (x *EnumValueDescriptorProto) GetOptions() *EnumValueOptions { type ServiceDescriptorProto (line 1213) | type ServiceDescriptorProto struct method Reset (line 1223) | func (x *ServiceDescriptorProto) Reset() { method String (line 1232) | func (x *ServiceDescriptorProto) String() string { method ProtoMessage (line 1236) | func (*ServiceDescriptorProto) ProtoMessage() {} method ProtoReflect (line 1238) | func (x *ServiceDescriptorProto) ProtoReflect() protoreflect.Message { method Descriptor (line 1251) | func (*ServiceDescriptorProto) Descriptor() ([]byte, []int) { method GetName (line 1255) | func (x *ServiceDescriptorProto) GetName() string { method GetMethod (line 1262) | func (x *ServiceDescriptorProto) GetMethod() []*MethodDescriptorProto { method GetOptions (line 1269) | func (x *ServiceDescriptorProto) GetOptions() *ServiceOptions { type MethodDescriptorProto (line 1277) | type MethodDescriptorProto struct method Reset (line 1300) | func (x *MethodDescriptorProto) Reset() { method String (line 1309) | func (x *MethodDescriptorProto) String() string { method ProtoMessage (line 1313) | func (*MethodDescriptorProto) ProtoMessage() {} method ProtoReflect (line 1315) | func (x *MethodDescriptorProto) ProtoReflect() protoreflect.Message { method Descriptor (line 1328) | func (*MethodDescriptorProto) Descriptor() ([]byte, []int) { method GetName (line 1332) | func (x *MethodDescriptorProto) GetName() string { method GetInputType (line 1339) | func (x *MethodDescriptorProto) GetInputType() string { method GetOutputType (line 1346) | func (x *MethodDescriptorProto) GetOutputType() string { method GetOptions (line 1353) | func (x *MethodDescriptorProto) GetOptions() *MethodOptions { method GetClientStreaming (line 1360) | func (x *MethodDescriptorProto) GetClientStreaming() bool { method GetServerStreaming (line 1367) | func (x *MethodDescriptorProto) GetServerStreaming() bool { constant Default_MethodDescriptorProto_ClientStreaming (line 1296) | Default_MethodDescriptorProto_ClientStreaming = bool(false) constant Default_MethodDescriptorProto_ServerStreaming (line 1297) | Default_MethodDescriptorProto_ServerStreaming = bool(false) type FileOptions (line 1374) | type FileOptions struct method Reset (line 1481) | func (x *FileOptions) Reset() { method String (line 1490) | func (x *FileOptions) String() string { method ProtoMessage (line 1494) | func (*FileOptions) ProtoMessage() {} method ProtoReflect (line 1496) | func (x *FileOptions) ProtoReflect() protoreflect.Message { method Descriptor (line 1509) | func (*FileOptions) Descriptor() ([]byte, []int) { method GetJavaPackage (line 1513) | func (x *FileOptions) GetJavaPackage() string { method GetJavaOuterClassname (line 1520) | func (x *FileOptions) GetJavaOuterClassname() string { method GetJavaMultipleFiles (line 1527) | func (x *FileOptions) GetJavaMultipleFiles() bool { method GetJavaGenerateEqualsAndHash (line 1535) | func (x *FileOptions) GetJavaGenerateEqualsAndHash() bool { method GetJavaStringCheckUtf8 (line 1542) | func (x *FileOptions) GetJavaStringCheckUtf8() bool { method GetOptimizeFor (line 1549) | func (x *FileOptions) GetOptimizeFor() FileOptions_OptimizeMode { method GetGoPackage (line 1556) | func (x *FileOptions) GetGoPackage() string { method GetCcGenericServices (line 1563) | func (x *FileOptions) GetCcGenericServices() bool { method GetJavaGenericServices (line 1570) | func (x *FileOptions) GetJavaGenericServices() bool { method GetPyGenericServices (line 1577) | func (x *FileOptions) GetPyGenericServices() bool { method GetPhpGenericServices (line 1584) | func (x *FileOptions) GetPhpGenericServices() bool { method GetDeprecated (line 1591) | func (x *FileOptions) GetDeprecated() bool { method GetCcEnableArenas (line 1598) | func (x *FileOptions) GetCcEnableArenas() bool { method GetObjcClassPrefix (line 1605) | func (x *FileOptions) GetObjcClassPrefix() string { method GetCsharpNamespace (line 1612) | func (x *FileOptions) GetCsharpNamespace() string { method GetSwiftPrefix (line 1619) | func (x *FileOptions) GetSwiftPrefix() string { method GetPhpClassPrefix (line 1626) | func (x *FileOptions) GetPhpClassPrefix() string { method GetPhpNamespace (line 1633) | func (x *FileOptions) GetPhpNamespace() string { method GetPhpMetadataNamespace (line 1640) | func (x *FileOptions) GetPhpMetadataNamespace() string { method GetRubyPackage (line 1647) | func (x *FileOptions) GetRubyPackage() string { method GetUninterpretedOption (line 1654) | func (x *FileOptions) GetUninterpretedOption() []*UninterpretedOption { constant Default_FileOptions_JavaMultipleFiles (line 1470) | Default_FileOptions_JavaMultipleFiles = bool(false) constant Default_FileOptions_JavaStringCheckUtf8 (line 1471) | Default_FileOptions_JavaStringCheckUtf8 = bool(false) constant Default_FileOptions_OptimizeFor (line 1472) | Default_FileOptions_OptimizeFor = FileOptions_SPEED constant Default_FileOptions_CcGenericServices (line 1473) | Default_FileOptions_CcGenericServices = bool(false) constant Default_FileOptions_JavaGenericServices (line 1474) | Default_FileOptions_JavaGenericServices = bool(false) constant Default_FileOptions_PyGenericServices (line 1475) | Default_FileOptions_PyGenericServices = bool(false) constant Default_FileOptions_PhpGenericServices (line 1476) | Default_FileOptions_PhpGenericServices = bool(false) constant Default_FileOptions_Deprecated (line 1477) | Default_FileOptions_Deprecated = bool(false) constant Default_FileOptions_CcEnableArenas (line 1478) | Default_FileOptions_CcEnableArenas = bool(true) type MessageOptions (line 1661) | type MessageOptions struct method Reset (line 1728) | func (x *MessageOptions) Reset() { method String (line 1737) | func (x *MessageOptions) String() string { method ProtoMessage (line 1741) | func (*MessageOptions) ProtoMessage() {} method ProtoReflect (line 1743) | func (x *MessageOptions) ProtoReflect() protoreflect.Message { method Descriptor (line 1756) | func (*MessageOptions) Descriptor() ([]byte, []int) { method GetMessageSetWireFormat (line 1760) | func (x *MessageOptions) GetMessageSetWireFormat() bool { method GetNoStandardDescriptorAccessor (line 1767) | func (x *MessageOptions) GetNoStandardDescriptorAccessor() bool { method GetDeprecated (line 1774) | func (x *MessageOptions) GetDeprecated() bool { method GetMapEntry (line 1781) | func (x *MessageOptions) GetMapEntry() bool { method GetUninterpretedOption (line 1788) | func (x *MessageOptions) GetUninterpretedOption() []*UninterpretedOpti... constant Default_MessageOptions_MessageSetWireFormat (line 1723) | Default_MessageOptions_MessageSetWireFormat = bool(false) constant Default_MessageOptions_NoStandardDescriptorAccessor (line 1724) | Default_MessageOptions_NoStandardDescriptorAccessor = bool(false) constant Default_MessageOptions_Deprecated (line 1725) | Default_MessageOptions_Deprecated = bool(false) type FieldOptions (line 1795) | type FieldOptions struct method Reset (line 1873) | func (x *FieldOptions) Reset() { method String (line 1882) | func (x *FieldOptions) String() string { method ProtoMessage (line 1886) | func (*FieldOptions) ProtoMessage() {} method ProtoReflect (line 1888) | func (x *FieldOptions) ProtoReflect() protoreflect.Message { method Descriptor (line 1901) | func (*FieldOptions) Descriptor() ([]byte, []int) { method GetCtype (line 1905) | func (x *FieldOptions) GetCtype() FieldOptions_CType { method GetPacked (line 1912) | func (x *FieldOptions) GetPacked() bool { method GetJstype (line 1919) | func (x *FieldOptions) GetJstype() FieldOptions_JSType { method GetLazy (line 1926) | func (x *FieldOptions) GetLazy() bool { method GetDeprecated (line 1933) | func (x *FieldOptions) GetDeprecated() bool { method GetWeak (line 1940) | func (x *FieldOptions) GetWeak() bool { method GetUninterpretedOption (line 1947) | func (x *FieldOptions) GetUninterpretedOption() []*UninterpretedOption { constant Default_FieldOptions_Ctype (line 1866) | Default_FieldOptions_Ctype = FieldOptions_STRING constant Default_FieldOptions_Jstype (line 1867) | Default_FieldOptions_Jstype = FieldOptions_JS_NORMAL constant Default_FieldOptions_Lazy (line 1868) | Default_FieldOptions_Lazy = bool(false) constant Default_FieldOptions_Deprecated (line 1869) | Default_FieldOptions_Deprecated = bool(false) constant Default_FieldOptions_Weak (line 1870) | Default_FieldOptions_Weak = bool(false) type OneofOptions (line 1954) | type OneofOptions struct method Reset (line 1964) | func (x *OneofOptions) Reset() { method String (line 1973) | func (x *OneofOptions) String() string { method ProtoMessage (line 1977) | func (*OneofOptions) ProtoMessage() {} method ProtoReflect (line 1979) | func (x *OneofOptions) ProtoReflect() protoreflect.Message { method Descriptor (line 1992) | func (*OneofOptions) Descriptor() ([]byte, []int) { method GetUninterpretedOption (line 1996) | func (x *OneofOptions) GetUninterpretedOption() []*UninterpretedOption { type EnumOptions (line 2003) | type EnumOptions struct method Reset (line 2026) | func (x *EnumOptions) Reset() { method String (line 2035) | func (x *EnumOptions) String() string { method ProtoMessage (line 2039) | func (*EnumOptions) ProtoMessage() {} method ProtoReflect (line 2041) | func (x *EnumOptions) ProtoReflect() protoreflect.Message { method Descriptor (line 2054) | func (*EnumOptions) Descriptor() ([]byte, []int) { method GetAllowAlias (line 2058) | func (x *EnumOptions) GetAllowAlias() bool { method GetDeprecated (line 2065) | func (x *EnumOptions) GetDeprecated() bool { method GetUninterpretedOption (line 2072) | func (x *EnumOptions) GetUninterpretedOption() []*UninterpretedOption { constant Default_EnumOptions_Deprecated (line 2023) | Default_EnumOptions_Deprecated = bool(false) type EnumValueOptions (line 2079) | type EnumValueOptions struct method Reset (line 2099) | func (x *EnumValueOptions) Reset() { method String (line 2108) | func (x *EnumValueOptions) String() string { method ProtoMessage (line 2112) | func (*EnumValueOptions) ProtoMessage() {} method ProtoReflect (line 2114) | func (x *EnumValueOptions) ProtoReflect() protoreflect.Message { method Descriptor (line 2127) | func (*EnumValueOptions) Descriptor() ([]byte, []int) { method GetDeprecated (line 2131) | func (x *EnumValueOptions) GetDeprecated() bool { method GetUninterpretedOption (line 2138) | func (x *EnumValueOptions) GetUninterpretedOption() []*UninterpretedOp... constant Default_EnumValueOptions_Deprecated (line 2096) | Default_EnumValueOptions_Deprecated = bool(false) type ServiceOptions (line 2145) | type ServiceOptions struct method Reset (line 2165) | func (x *ServiceOptions) Reset() { method String (line 2174) | func (x *ServiceOptions) String() string { method ProtoMessage (line 2178) | func (*ServiceOptions) ProtoMessage() {} method ProtoReflect (line 2180) | func (x *ServiceOptions) ProtoReflect() protoreflect.Message { method Descriptor (line 2193) | func (*ServiceOptions) Descriptor() ([]byte, []int) { method GetDeprecated (line 2197) | func (x *ServiceOptions) GetDeprecated() bool { method GetUninterpretedOption (line 2204) | func (x *ServiceOptions) GetUninterpretedOption() []*UninterpretedOpti... constant Default_ServiceOptions_Deprecated (line 2162) | Default_ServiceOptions_Deprecated = bool(false) type MethodOptions (line 2211) | type MethodOptions struct method Reset (line 2233) | func (x *MethodOptions) Reset() { method String (line 2242) | func (x *MethodOptions) String() string { method ProtoMessage (line 2246) | func (*MethodOptions) ProtoMessage() {} method ProtoReflect (line 2248) | func (x *MethodOptions) ProtoReflect() protoreflect.Message { method Descriptor (line 2261) | func (*MethodOptions) Descriptor() ([]byte, []int) { method GetDeprecated (line 2265) | func (x *MethodOptions) GetDeprecated() bool { method GetIdempotencyLevel (line 2272) | func (x *MethodOptions) GetIdempotencyLevel() MethodOptions_Idempotenc... method GetUninterpretedOption (line 2279) | func (x *MethodOptions) GetUninterpretedOption() []*UninterpretedOption { constant Default_MethodOptions_Deprecated (line 2229) | Default_MethodOptions_Deprecated = bool(false) constant Default_MethodOptions_IdempotencyLevel (line 2230) | Default_MethodOptions_IdempotencyLevel = MethodOptions_IDEMPOTENCY_UNKNOWN type UninterpretedOption (line 2292) | type UninterpretedOption struct method Reset (line 2308) | func (x *UninterpretedOption) Reset() { method String (line 2317) | func (x *UninterpretedOption) String() string { method ProtoMessage (line 2321) | func (*UninterpretedOption) ProtoMessage() {} method ProtoReflect (line 2323) | func (x *UninterpretedOption) ProtoReflect() protoreflect.Message { method Descriptor (line 2336) | func (*UninterpretedOption) Descriptor() ([]byte, []int) { method GetName (line 2340) | func (x *UninterpretedOption) GetName() []*UninterpretedOption_NamePart { method GetIdentifierValue (line 2347) | func (x *UninterpretedOption) GetIdentifierValue() string { method GetPositiveIntValue (line 2354) | func (x *UninterpretedOption) GetPositiveIntValue() uint64 { method GetNegativeIntValue (line 2361) | func (x *UninterpretedOption) GetNegativeIntValue() int64 { method GetDoubleValue (line 2368) | func (x *UninterpretedOption) GetDoubleValue() float64 { method GetStringValue (line 2375) | func (x *UninterpretedOption) GetStringValue() []byte { method GetAggregateValue (line 2382) | func (x *UninterpretedOption) GetAggregateValue() string { type SourceCodeInfo (line 2391) | type SourceCodeInfo struct method Reset (line 2442) | func (x *SourceCodeInfo) Reset() { method String (line 2451) | func (x *SourceCodeInfo) String() string { method ProtoMessage (line 2455) | func (*SourceCodeInfo) ProtoMessage() {} method ProtoReflect (line 2457) | func (x *SourceCodeInfo) ProtoReflect() protoreflect.Message { method Descriptor (line 2470) | func (*SourceCodeInfo) Descriptor() ([]byte, []int) { method GetLocation (line 2474) | func (x *SourceCodeInfo) GetLocation() []*SourceCodeInfo_Location { type GeneratedCodeInfo (line 2484) | type GeneratedCodeInfo struct method Reset (line 2494) | func (x *GeneratedCodeInfo) Reset() { method String (line 2503) | func (x *GeneratedCodeInfo) String() string { method ProtoMessage (line 2507) | func (*GeneratedCodeInfo) ProtoMessage() {} method ProtoReflect (line 2509) | func (x *GeneratedCodeInfo) ProtoReflect() protoreflect.Message { method Descriptor (line 2522) | func (*GeneratedCodeInfo) Descriptor() ([]byte, []int) { method GetAnnotation (line 2526) | func (x *GeneratedCodeInfo) GetAnnotation() []*GeneratedCodeInfo_Annot... type DescriptorProto_ExtensionRange (line 2533) | type DescriptorProto_ExtensionRange struct method Reset (line 2543) | func (x *DescriptorProto_ExtensionRange) Reset() { method String (line 2552) | func (x *DescriptorProto_ExtensionRange) String() string { method ProtoMessage (line 2556) | func (*DescriptorProto_ExtensionRange) ProtoMessage() {} method ProtoReflect (line 2558) | func (x *DescriptorProto_ExtensionRange) ProtoReflect() protoreflect.M... method Descriptor (line 2571) | func (*DescriptorProto_ExtensionRange) Descriptor() ([]byte, []int) { method GetStart (line 2575) | func (x *DescriptorProto_ExtensionRange) GetStart() int32 { method GetEnd (line 2582) | func (x *DescriptorProto_ExtensionRange) GetEnd() int32 { method GetOptions (line 2589) | func (x *DescriptorProto_ExtensionRange) GetOptions() *ExtensionRangeO... type DescriptorProto_ReservedRange (line 2599) | type DescriptorProto_ReservedRange struct method Reset (line 2608) | func (x *DescriptorProto_ReservedRange) Reset() { method String (line 2617) | func (x *DescriptorProto_ReservedRange) String() string { method ProtoMessage (line 2621) | func (*DescriptorProto_ReservedRange) ProtoMessage() {} method ProtoReflect (line 2623) | func (x *DescriptorProto_ReservedRange) ProtoReflect() protoreflect.Me... method Descriptor (line 2636) | func (*DescriptorProto_ReservedRange) Descriptor() ([]byte, []int) { method GetStart (line 2640) | func (x *DescriptorProto_ReservedRange) GetStart() int32 { method GetEnd (line 2647) | func (x *DescriptorProto_ReservedRange) GetEnd() int32 { type EnumDescriptorProto_EnumReservedRange (line 2660) | type EnumDescriptorProto_EnumReservedRange struct method Reset (line 2669) | func (x *EnumDescriptorProto_EnumReservedRange) Reset() { method String (line 2678) | func (x *EnumDescriptorProto_EnumReservedRange) String() string { method ProtoMessage (line 2682) | func (*EnumDescriptorProto_EnumReservedRange) ProtoMessage() {} method ProtoReflect (line 2684) | func (x *EnumDescriptorProto_EnumReservedRange) ProtoReflect() protore... method Descriptor (line 2697) | func (*EnumDescriptorProto_EnumReservedRange) Descriptor() ([]byte, []... method GetStart (line 2701) | func (x *EnumDescriptorProto_EnumReservedRange) GetStart() int32 { method GetEnd (line 2708) | func (x *EnumDescriptorProto_EnumReservedRange) GetEnd() int32 { type UninterpretedOption_NamePart (line 2720) | type UninterpretedOption_NamePart struct method Reset (line 2729) | func (x *UninterpretedOption_NamePart) Reset() { method String (line 2738) | func (x *UninterpretedOption_NamePart) String() string { method ProtoMessage (line 2742) | func (*UninterpretedOption_NamePart) ProtoMessage() {} method ProtoReflect (line 2744) | func (x *UninterpretedOption_NamePart) ProtoReflect() protoreflect.Mes... method Descriptor (line 2757) | func (*UninterpretedOption_NamePart) Descriptor() ([]byte, []int) { method GetNamePart (line 2761) | func (x *UninterpretedOption_NamePart) GetNamePart() string { method GetIsExtension (line 2768) | func (x *UninterpretedOption_NamePart) GetIsExtension() bool { type SourceCodeInfo_Location (line 2775) | type SourceCodeInfo_Location struct method Reset (line 2862) | func (x *SourceCodeInfo_Location) Reset() { method String (line 2871) | func (x *SourceCodeInfo_Location) String() string { method ProtoMessage (line 2875) | func (*SourceCodeInfo_Location) ProtoMessage() {} method ProtoReflect (line 2877) | func (x *SourceCodeInfo_Location) ProtoReflect() protoreflect.Message { method Descriptor (line 2890) | func (*SourceCodeInfo_Location) Descriptor() ([]byte, []int) { method GetPath (line 2894) | func (x *SourceCodeInfo_Location) GetPath() []int32 { method GetSpan (line 2901) | func (x *SourceCodeInfo_Location) GetSpan() []int32 { method GetLeadingComments (line 2908) | func (x *SourceCodeInfo_Location) GetLeadingComments() string { method GetTrailingComments (line 2915) | func (x *SourceCodeInfo_Location) GetTrailingComments() string { method GetLeadingDetachedComments (line 2922) | func (x *SourceCodeInfo_Location) GetLeadingDetachedComments() []string { type GeneratedCodeInfo_Annotation (line 2929) | type GeneratedCodeInfo_Annotation struct method Reset (line 2948) | func (x *GeneratedCodeInfo_Annotation) Reset() { method String (line 2957) | func (x *GeneratedCodeInfo_Annotation) String() string { method ProtoMessage (line 2961) | func (*GeneratedCodeInfo_Annotation) ProtoMessage() {} method ProtoReflect (line 2963) | func (x *GeneratedCodeInfo_Annotation) ProtoReflect() protoreflect.Mes... method Descriptor (line 2976) | func (*GeneratedCodeInfo_Annotation) Descriptor() ([]byte, []int) { method GetPath (line 2980) | func (x *GeneratedCodeInfo_Annotation) GetPath() []int32 { method GetSourceFile (line 2987) | func (x *GeneratedCodeInfo_Annotation) GetSourceFile() string { method GetBegin (line 2994) | func (x *GeneratedCodeInfo_Annotation) GetBegin() int32 { method GetEnd (line 3001) | func (x *GeneratedCodeInfo_Annotation) GetEnd() int32 { function file_google_protobuf_descriptor_proto_rawDescGZIP (line 3494) | func file_google_protobuf_descriptor_proto_rawDescGZIP() []byte { function init (line 3589) | func init() { file_google_protobuf_descriptor_proto_init() } function file_google_protobuf_descriptor_proto_init (line 3590) | func file_google_protobuf_descriptor_proto_init() { FILE: _tools/src/google.golang.org/protobuf/types/pluginpb/plugin.pb.go type CodeGeneratorResponse_Feature (line 61) | type CodeGeneratorResponse_Feature method Enum (line 80) | func (x CodeGeneratorResponse_Feature) Enum() *CodeGeneratorResponse_F... method String (line 86) | func (x CodeGeneratorResponse_Feature) String() string { method Descriptor (line 90) | func (CodeGeneratorResponse_Feature) Descriptor() protoreflect.EnumDes... method Type (line 94) | func (CodeGeneratorResponse_Feature) Type() protoreflect.EnumType { method Number (line 98) | func (x CodeGeneratorResponse_Feature) Number() protoreflect.EnumNumber { method UnmarshalJSON (line 103) | func (x *CodeGeneratorResponse_Feature) UnmarshalJSON(b []byte) error { method EnumDescriptor (line 113) | func (CodeGeneratorResponse_Feature) EnumDescriptor() ([]byte, []int) { constant CodeGeneratorResponse_FEATURE_NONE (line 64) | CodeGeneratorResponse_FEATURE_NONE CodeGeneratorResponse_Feat... constant CodeGeneratorResponse_FEATURE_PROTO3_OPTIONAL (line 65) | CodeGeneratorResponse_FEATURE_PROTO3_OPTIONAL CodeGeneratorResponse_Feat... type Version (line 118) | type Version struct method Reset (line 131) | func (x *Version) Reset() { method String (line 140) | func (x *Version) String() string { method ProtoMessage (line 144) | func (*Version) ProtoMessage() {} method ProtoReflect (line 146) | func (x *Version) ProtoReflect() protoreflect.Message { method Descriptor (line 159) | func (*Version) Descriptor() ([]byte, []int) { method GetMajor (line 163) | func (x *Version) GetMajor() int32 { method GetMinor (line 170) | func (x *Version) GetMinor() int32 { method GetPatch (line 177) | func (x *Version) GetPatch() int32 { method GetSuffix (line 184) | func (x *Version) GetSuffix() string { type CodeGeneratorRequest (line 192) | type CodeGeneratorRequest struct method Reset (line 222) | func (x *CodeGeneratorRequest) Reset() { method String (line 231) | func (x *CodeGeneratorRequest) String() string { method ProtoMessage (line 235) | func (*CodeGeneratorRequest) ProtoMessage() {} method ProtoReflect (line 237) | func (x *CodeGeneratorRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 250) | func (*CodeGeneratorRequest) Descriptor() ([]byte, []int) { method GetFileToGenerate (line 254) | func (x *CodeGeneratorRequest) GetFileToGenerate() []string { method GetParameter (line 261) | func (x *CodeGeneratorRequest) GetParameter() string { method GetProtoFile (line 268) | func (x *CodeGeneratorRequest) GetProtoFile() []*descriptorpb.FileDesc... method GetCompilerVersion (line 275) | func (x *CodeGeneratorRequest) GetCompilerVersion() *Version { type CodeGeneratorResponse (line 283) | type CodeGeneratorResponse struct method Reset (line 303) | func (x *CodeGeneratorResponse) Reset() { method String (line 312) | func (x *CodeGeneratorResponse) String() string { method ProtoMessage (line 316) | func (*CodeGeneratorResponse) ProtoMessage() {} method ProtoReflect (line 318) | func (x *CodeGeneratorResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 331) | func (*CodeGeneratorResponse) Descriptor() ([]byte, []int) { method GetError (line 335) | func (x *CodeGeneratorResponse) GetError() string { method GetSupportedFeatures (line 342) | func (x *CodeGeneratorResponse) GetSupportedFeatures() uint64 { method GetFile (line 349) | func (x *CodeGeneratorResponse) GetFile() []*CodeGeneratorResponse_File { type CodeGeneratorResponse_File (line 357) | type CodeGeneratorResponse_File struct method Reset (line 420) | func (x *CodeGeneratorResponse_File) Reset() { method String (line 429) | func (x *CodeGeneratorResponse_File) String() string { method ProtoMessage (line 433) | func (*CodeGeneratorResponse_File) ProtoMessage() {} method ProtoReflect (line 435) | func (x *CodeGeneratorResponse_File) ProtoReflect() protoreflect.Messa... method Descriptor (line 448) | func (*CodeGeneratorResponse_File) Descriptor() ([]byte, []int) { method GetName (line 452) | func (x *CodeGeneratorResponse_File) GetName() string { method GetInsertionPoint (line 459) | func (x *CodeGeneratorResponse_File) GetInsertionPoint() string { method GetContent (line 466) | func (x *CodeGeneratorResponse_File) GetContent() string { method GetGeneratedCodeInfo (line 473) | func (x *CodeGeneratorResponse_File) GetGeneratedCodeInfo() *descripto... function file_google_protobuf_compiler_plugin_proto_rawDescGZIP (line 549) | func file_google_protobuf_compiler_plugin_proto_rawDescGZIP() []byte { function init (line 579) | func init() { file_google_protobuf_compiler_plugin_proto_init() } function file_google_protobuf_compiler_plugin_proto_init (line 580) | func file_google_protobuf_compiler_plugin_proto_init() { FILE: client_options.go type ClientOption (line 22) | type ClientOption function WithClientHooks (line 25) | func WithClientHooks(hooks *ClientHooks) ClientOption { function WithClientInterceptors (line 32) | func WithClientInterceptors(interceptors ...Interceptor) ClientOption { function WithClientPathPrefix (line 44) | func WithClientPathPrefix(prefix string) ClientOption { function WithClientLiteralURLs (line 59) | func WithClientLiteralURLs(b bool) ClientOption { type ClientHooks (line 79) | type ClientHooks struct function ChainClientHooks (line 100) | func ChainClientHooks(hooks ...*ClientHooks) *ClientHooks { type ClientOptions (line 139) | type ClientOptions struct method ReadOpt (line 167) | func (opts *ClientOptions) ReadOpt(key string, out interface{}) bool { method setOpt (line 183) | func (opts *ClientOptions) setOpt(key string, val interface{}) { method PathPrefix (line 191) | func (opts *ClientOptions) PathPrefix() string { FILE: client_options_test.go function TestClientOptionsReadOpt (line 23) | func TestClientOptionsReadOpt(t *testing.T) { function TestChainClientHooks (line 58) | func TestChainClientHooks(t *testing.T) { function TestWithClientPathPrefix (line 130) | func TestWithClientPathPrefix(t *testing.T) { function TestWithClientLiteralURLs (line 151) | func TestWithClientLiteralURLs(t *testing.T) { FILE: clientcompat/clientcompat.go type clientCompat (line 22) | type clientCompat struct method Method (line 27) | func (c *clientCompat) Method(ctx context.Context, req *clientcompat.R... method NoopMethod (line 31) | func (c *clientCompat) NoopMethod(ctx context.Context, e *clientcompat... FILE: clientcompat/gocompat/gocompat.go function main (line 29) | func main() { function doNoop (line 56) | func doNoop(client clientcompat.CompatService, req []byte) error { function doMethod (line 76) | func doMethod(client clientcompat.CompatService, req []byte) error { FILE: clientcompat/internal/clientcompat/clientcompat.pb.go constant _ (line 18) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 20) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type ClientCompatMessage_CompatServiceMethod (line 23) | type ClientCompatMessage_CompatServiceMethod method Enum (line 42) | func (x ClientCompatMessage_CompatServiceMethod) Enum() *ClientCompatM... method String (line 48) | func (x ClientCompatMessage_CompatServiceMethod) String() string { method Descriptor (line 52) | func (ClientCompatMessage_CompatServiceMethod) Descriptor() protorefle... method Type (line 56) | func (ClientCompatMessage_CompatServiceMethod) Type() protoreflect.Enu... method Number (line 60) | func (x ClientCompatMessage_CompatServiceMethod) Number() protoreflect... method EnumDescriptor (line 65) | func (ClientCompatMessage_CompatServiceMethod) EnumDescriptor() ([]byt... constant ClientCompatMessage_NOOP (line 26) | ClientCompatMessage_NOOP ClientCompatMessage_CompatServiceMethod = 0 constant ClientCompatMessage_METHOD (line 27) | ClientCompatMessage_METHOD ClientCompatMessage_CompatServiceMethod = 1 type Empty (line 69) | type Empty struct method Reset (line 75) | func (x *Empty) Reset() { method String (line 84) | func (x *Empty) String() string { method ProtoMessage (line 88) | func (*Empty) ProtoMessage() {} method ProtoReflect (line 90) | func (x *Empty) ProtoReflect() protoreflect.Message { method Descriptor (line 103) | func (*Empty) Descriptor() ([]byte, []int) { type Req (line 107) | type Req struct method Reset (line 115) | func (x *Req) Reset() { method String (line 124) | func (x *Req) String() string { method ProtoMessage (line 128) | func (*Req) ProtoMessage() {} method ProtoReflect (line 130) | func (x *Req) ProtoReflect() protoreflect.Message { method Descriptor (line 143) | func (*Req) Descriptor() ([]byte, []int) { method GetV (line 147) | func (x *Req) GetV() string { type Resp (line 154) | type Resp struct method Reset (line 162) | func (x *Resp) Reset() { method String (line 171) | func (x *Resp) String() string { method ProtoMessage (line 175) | func (*Resp) ProtoMessage() {} method ProtoReflect (line 177) | func (x *Resp) ProtoReflect() protoreflect.Message { method Descriptor (line 190) | func (*Resp) Descriptor() ([]byte, []int) { method GetV (line 194) | func (x *Resp) GetV() int32 { type ClientCompatMessage (line 201) | type ClientCompatMessage struct method Reset (line 211) | func (x *ClientCompatMessage) Reset() { method String (line 220) | func (x *ClientCompatMessage) String() string { method ProtoMessage (line 224) | func (*ClientCompatMessage) ProtoMessage() {} method ProtoReflect (line 226) | func (x *ClientCompatMessage) ProtoReflect() protoreflect.Message { method Descriptor (line 239) | func (*ClientCompatMessage) Descriptor() ([]byte, []int) { method GetServiceAddress (line 243) | func (x *ClientCompatMessage) GetServiceAddress() string { method GetMethod (line 250) | func (x *ClientCompatMessage) GetMethod() ClientCompatMessage_CompatSe... method GetRequest (line 257) | func (x *ClientCompatMessage) GetRequest() []byte { function file_clientcompat_proto_rawDescGZIP (line 305) | func file_clientcompat_proto_rawDescGZIP() []byte { function init (line 334) | func init() { file_clientcompat_proto_init() } function file_clientcompat_proto_init (line 335) | func file_clientcompat_proto_init() { FILE: clientcompat/internal/clientcompat/clientcompat.twirp.go constant _ (line 28) | _ = twirp.TwirpPackageMinVersion_8_1_0 type CompatService (line 34) | type CompatService interface type compatServiceProtobufClient (line 44) | type compatServiceProtobufClient struct method Method (line 87) | func (c *compatServiceProtobufClient) Method(ctx context.Context, in *... method callMethod (line 116) | func (c *compatServiceProtobufClient) callMethod(ctx context.Context, ... method NoopMethod (line 133) | func (c *compatServiceProtobufClient) NoopMethod(ctx context.Context, ... method callNoopMethod (line 162) | func (c *compatServiceProtobufClient) callNoopMethod(ctx context.Conte... function NewCompatServiceProtobufClient (line 53) | func NewCompatServiceProtobufClient(baseURL string, client HTTPClient, o... type compatServiceJSONClient (line 183) | type compatServiceJSONClient struct method Method (line 226) | func (c *compatServiceJSONClient) Method(ctx context.Context, in *Req)... method callMethod (line 255) | func (c *compatServiceJSONClient) callMethod(ctx context.Context, in *... method NoopMethod (line 272) | func (c *compatServiceJSONClient) NoopMethod(ctx context.Context, in *... method callNoopMethod (line 301) | func (c *compatServiceJSONClient) callNoopMethod(ctx context.Context, ... function NewCompatServiceJSONClient (line 192) | func NewCompatServiceJSONClient(baseURL string, client HTTPClient, opts ... type compatServiceServer (line 322) | type compatServiceServer struct method writeError (line 359) | func (s *compatServiceServer) writeError(ctx context.Context, resp htt... method handleRequestBodyError (line 364) | func (s *compatServiceServer) handleRequestBodyError(ctx context.Conte... method ServeHTTP (line 382) | func (s *compatServiceServer) ServeHTTP(resp http.ResponseWriter, req ... method serveMethod (line 428) | func (s *compatServiceServer) serveMethod(ctx context.Context, resp ht... method serveMethodJSON (line 446) | func (s *compatServiceServer) serveMethodJSON(ctx context.Context, res... method serveMethodProtobuf (line 529) | func (s *compatServiceServer) serveMethodProtobuf(ctx context.Context,... method serveNoopMethod (line 608) | func (s *compatServiceServer) serveNoopMethod(ctx context.Context, res... method serveNoopMethodJSON (line 626) | func (s *compatServiceServer) serveNoopMethodJSON(ctx context.Context,... method serveNoopMethodProtobuf (line 709) | func (s *compatServiceServer) serveNoopMethodProtobuf(ctx context.Cont... method ServiceDescriptor (line 788) | func (s *compatServiceServer) ServiceDescriptor() ([]byte, int) { method ProtocGenTwirpVersion (line 792) | func (s *compatServiceServer) ProtocGenTwirpVersion() string { method PathPrefix (line 799) | func (s *compatServiceServer) PathPrefix() string { function NewCompatServiceServer (line 334) | func NewCompatServiceServer(svc CompatService, opts ...interface{}) Twir... constant CompatServicePathPrefix (line 380) | CompatServicePathPrefix = "/twirp/twirp.clientcompat.CompatService/" type HTTPClient (line 815) | type HTTPClient interface type TwirpServer (line 823) | type TwirpServer interface function newServerOpts (line 847) | func newServerOpts(opts []interface{}) *twirp.ServerOptions { function WriteError (line 867) | func WriteError(resp http.ResponseWriter, err error) { function writeError (line 872) | func writeError(ctx context.Context, resp http.ResponseWriter, err error... function sanitizeBaseURL (line 913) | func sanitizeBaseURL(baseURL string) string { function baseServicePath (line 932) | func baseServicePath(prefix, pkg, service string) string { function parseTwirpPath (line 943) | func parseTwirpPath(path string) (string, string, string) { function getCustomHTTPReqHeaders (line 957) | func getCustomHTTPReqHeaders(ctx context.Context) http.Header { function newRequest (line 975) | func newRequest(ctx context.Context, url string, reqBody io.Reader, cont... type twerrJSON (line 991) | type twerrJSON struct function marshalErrorToJSON (line 999) | func marshalErrorToJSON(twerr twirp.Error) []byte { function errorFromResponse (line 1024) | func errorFromResponse(resp *http.Response) twirp.Error { function twirpErrorFromIntermediary (line 1067) | func twirpErrorFromIntermediary(status int, msg string, bodyOrLocation s... function isHTTPRedirect (line 1101) | func isHTTPRedirect(status int) bool { function wrapInternal (line 1107) | func wrapInternal(err error, prefix string) twirp.Error { type wrappedError (line 1111) | type wrappedError struct method Error (line 1116) | func (e *wrappedError) Error() string { return e.prefix + ": " + e.cau... method Unwrap (line 1117) | func (e *wrappedError) Unwrap() error { return e.cause } method Cause (line 1118) | func (e *wrappedError) Cause() error { return e.cause } function ensurePanicResponses (line 1123) | func ensurePanicResponses(ctx context.Context, resp http.ResponseWriter,... function errFromPanic (line 1142) | func errFromPanic(p interface{}) error { type internalWithCause (line 1152) | type internalWithCause struct method Unwrap (line 1157) | func (e *internalWithCause) Unwrap() error ... method Cause (line 1158) | func (e *internalWithCause) Cause() error ... method Error (line 1159) | func (e *internalWithCause) Error() string ... method Code (line 1160) | func (e *internalWithCause) Code() twirp.ErrorCode ... method Msg (line 1161) | func (e *internalWithCause) Msg() string ... method Meta (line 1162) | func (e *internalWithCause) Meta(key string) string ... method MetaMap (line 1163) | func (e *internalWithCause) MetaMap() map[string]string ... method WithMeta (line 1164) | func (e *internalWithCause) WithMeta(key string, val string) twirp.Err... function malformedRequestError (line 1167) | func malformedRequestError(msg string) twirp.Error { function badRouteError (line 1172) | func badRouteError(msg string, method, url string) twirp.Error { function withoutRedirects (line 1188) | func withoutRedirects(in *http.Client) *http.Client { function doProtobufRequest (line 1203) | func doProtobufRequest(ctx context.Context, client HTTPClient, hooks *tw... function doJSONRequest (line 1252) | func doJSONRequest(ctx context.Context, client HTTPClient, hooks *twirp.... function callRequestReceived (line 1308) | func callRequestReceived(ctx context.Context, h *twirp.ServerHooks) (con... function callRequestRouted (line 1316) | func callRequestRouted(ctx context.Context, h *twirp.ServerHooks) (conte... function callResponsePrepared (line 1324) | func callResponsePrepared(ctx context.Context, h *twirp.ServerHooks) con... function callResponseSent (line 1332) | func callResponseSent(ctx context.Context, h *twirp.ServerHooks) { function callError (line 1340) | func callError(ctx context.Context, h *twirp.ServerHooks, err twirp.Erro... function callClientResponseReceived (line 1347) | func callClientResponseReceived(ctx context.Context, h *twirp.ClientHook... function callClientRequestPrepared (line 1354) | func callClientRequestPrepared(ctx context.Context, h *twirp.ClientHooks... function callClientError (line 1361) | func callClientError(ctx context.Context, h *twirp.ClientHooks, err twir... FILE: clientcompat/main.go function main (line 35) | func main() { function newServer (line 57) | func newServer() (*clientCompat, *httptest.Server) { function startTest (line 63) | func startTest(name string) { function fail (line 67) | func fail(msg string, args ...interface{}) { function pass (line 72) | func pass() { function testNoop (line 77) | func testNoop(cc *clientCompat, s *httptest.Server, clientBin string) { function testMethod (line 127) | func testMethod(cc *clientCompat, s *httptest.Server, clientBin string) { function testInvalidErrorHandling (line 198) | func testInvalidErrorHandling(clientBin string) { FILE: clientcompat/run.go function runClient (line 26) | func runClient(clientBin string, msg *clientcompat.ClientCompatMessage) ... function runClientNoop (line 57) | func runClientNoop(serverURL string, clientBin string) (resp *clientcomp... function runClientMethod (line 84) | func runClientMethod(serverURL string, clientBin string, req *clientcomp... FILE: context.go function MethodName (line 26) | func MethodName(ctx context.Context) (string, bool) { function ServiceName (line 33) | func ServiceName(ctx context.Context) (string, bool) { function PackageName (line 45) | func PackageName(ctx context.Context) (string, bool) { function StatusCode (line 53) | func StatusCode(ctx context.Context) (string, bool) { function WithHTTPRequestHeaders (line 69) | func WithHTTPRequestHeaders(ctx context.Context, h http.Header) (context... function HTTPRequestHeaders (line 93) | func HTTPRequestHeaders(ctx context.Context) (http.Header, bool) { function SetHTTPResponseHeader (line 114) | func SetHTTPResponseHeader(ctx context.Context, key, value string) error { function AddHTTPResponseHeader (line 131) | func AddHTTPResponseHeader(ctx context.Context, key, value string) error { FILE: ctxsetters/ctxsetters.go function WithMethodName (line 29) | func WithMethodName(ctx context.Context, name string) context.Context { function WithServiceName (line 33) | func WithServiceName(ctx context.Context, name string) context.Context { function WithPackageName (line 37) | func WithPackageName(ctx context.Context, name string) context.Context { function WithStatusCode (line 41) | func WithStatusCode(ctx context.Context, code int) context.Context { function WithResponseWriter (line 45) | func WithResponseWriter(ctx context.Context, w http.ResponseWriter) cont... FILE: errors.go type Error (line 53) | type Error interface function WrapError (line 94) | func WrapError(twerr Error, err error) Error { function NewError (line 103) | func NewError(code ErrorCode, msg string) Error { function NewErrorf (line 114) | func NewErrorf(code ErrorCode, msgFmt string, a ...interface{}) Error { function NotFoundError (line 121) | func NotFoundError(msg string) Error { function InvalidArgumentError (line 127) | func InvalidArgumentError(argument string, validationMsg string) Error { function RequiredArgumentError (line 135) | func RequiredArgumentError(argument string) Error { function InternalError (line 140) | func InternalError(msg string) Error { function InternalErrorf (line 148) | func InternalErrorf(msgFmt string, a ...interface{}) Error { function InternalErrorWith (line 157) | func InternalErrorWith(err error) Error { type ErrorCode (line 164) | type ErrorCode method Error (line 79) | func (code ErrorCode) Error(msg string) Error { method Errorf (line 87) | func (code ErrorCode) Errorf(msgFmt string, a ...interface{}) Error { constant Canceled (line 170) | Canceled ErrorCode = "canceled" constant Unknown (line 174) | Unknown ErrorCode = "unknown" constant InvalidArgument (line 180) | InvalidArgument ErrorCode = "invalid_argument" constant Malformed (line 185) | Malformed ErrorCode = "malformed" constant DeadlineExceeded (line 190) | DeadlineExceeded ErrorCode = "deadline_exceeded" constant NotFound (line 193) | NotFound ErrorCode = "not_found" constant BadRoute (line 199) | BadRoute ErrorCode = "bad_route" constant AlreadyExists (line 203) | AlreadyExists ErrorCode = "already_exists" constant PermissionDenied (line 208) | PermissionDenied ErrorCode = "permission_denied" constant Unauthenticated (line 212) | Unauthenticated ErrorCode = "unauthenticated" constant ResourceExhausted (line 216) | ResourceExhausted ErrorCode = "resource_exhausted" constant FailedPrecondition (line 222) | FailedPrecondition ErrorCode = "failed_precondition" constant Aborted (line 226) | Aborted ErrorCode = "aborted" constant OutOfRange (line 238) | OutOfRange ErrorCode = "out_of_range" constant Unimplemented (line 242) | Unimplemented ErrorCode = "unimplemented" constant Internal (line 249) | Internal ErrorCode = "internal" constant Unavailable (line 254) | Unavailable ErrorCode = "unavailable" constant DataLoss (line 257) | DataLoss ErrorCode = "data_loss" constant NoError (line 261) | NoError ErrorCode = "" function ServerHTTPStatusFromErrorCode (line 267) | func ServerHTTPStatusFromErrorCode(code ErrorCode) int { function IsValidErrorCode (line 313) | func IsValidErrorCode(code ErrorCode) bool { type twerr (line 318) | type twerr struct method Code (line 324) | func (e *twerr) Code() ErrorCode { return e.code } method Msg (line 325) | func (e *twerr) Msg() string { return e.msg } method Meta (line 327) | func (e *twerr) Meta(key string) string { method WithMeta (line 334) | func (e *twerr) WithMeta(key string, value string) Error { method MetaMap (line 347) | func (e *twerr) MetaMap() map[string]string { method Error (line 351) | func (e *twerr) Error() string { type wrappedErr (line 358) | type wrappedErr struct method Code (line 363) | func (e *wrappedErr) Code() ErrorCode { return e.wrapper.Co... method Msg (line 364) | func (e *wrappedErr) Msg() string { return e.wrapper.Ms... method Meta (line 365) | func (e *wrappedErr) Meta(key string) string { return e.wrapper.Me... method MetaMap (line 366) | func (e *wrappedErr) MetaMap() map[string]string { return e.wrapper.Me... method Error (line 367) | func (e *wrappedErr) Error() string { return e.wrapper.Er... method WithMeta (line 368) | func (e *wrappedErr) WithMeta(key string, val string) Error { method Unwrap (line 374) | func (e *wrappedErr) Unwrap() error { return e.cause } method Cause (line 375) | func (e *wrappedErr) Cause() error { return e.cause } function WriteError (line 380) | func WriteError(resp http.ResponseWriter, err error) error { type twerrJSON (line 401) | type twerrJSON struct function marshalErrorToJSON (line 409) | func marshalErrorToJSON(twerr Error) []byte { FILE: errors_test.go function TestErrorConstructors (line 28) | func TestErrorConstructors(t *testing.T) { function TestWithMetaRaces (line 94) | func TestWithMetaRaces(t *testing.T) { function TestPkgErrorCause (line 114) | func TestPkgErrorCause(t *testing.T) { function TestWrapError (line 123) | func TestWrapError(t *testing.T) { type myError (line 137) | type myError method Error (line 139) | func (e myError) Error() string { function TestInternalErrorWith_Unwrap (line 143) | func TestInternalErrorWith_Unwrap(t *testing.T) { type errorResponseWriter (line 161) | type errorResponseWriter struct method Write (line 165) | func (errorResponseWriter) Write([]byte) (int, error) { type twerrJSON (line 169) | type twerrJSON struct function TestWriteError (line 175) | func TestWriteError(t *testing.T) { function TestWriteError_WithNonTwirpError (line 216) | func TestWriteError_WithNonTwirpError(t *testing.T) { function assertTwirpError (line 250) | func assertTwirpError(t *testing.T, twerr twirp.Error, code twirp.ErrorC... function assertTwirpErrorMeta (line 260) | func assertTwirpErrorMeta(t *testing.T, twerr twirp.Error, key string, v... FILE: example/cmd/client/main.go function main (line 26) | func main() { FILE: example/cmd/server/main.go type randomHaberdasher (line 28) | type randomHaberdasher struct method MakeHat (line 30) | func (h *randomHaberdasher) MakeHat(ctx context.Context, size *example... function main (line 43) | func main() { FILE: example/cmd/server/statter.go type LoggingStatter (line 22) | type LoggingStatter struct method Inc (line 26) | func (ls LoggingStatter) Inc(metric string, val int64, rate float32) e... method TimingDuration (line 31) | func (ls LoggingStatter) TimingDuration(metric string, val time.Durati... FILE: example/service.pb.go constant _ (line 18) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 20) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type Hat (line 24) | type Hat struct method Reset (line 38) | func (x *Hat) Reset() { method String (line 47) | func (x *Hat) String() string { method ProtoMessage (line 51) | func (*Hat) ProtoMessage() {} method ProtoReflect (line 53) | func (x *Hat) ProtoReflect() protoreflect.Message { method Descriptor (line 66) | func (*Hat) Descriptor() ([]byte, []int) { method GetSize (line 70) | func (x *Hat) GetSize() int32 { method GetColor (line 77) | func (x *Hat) GetColor() string { method GetName (line 84) | func (x *Hat) GetName() string { type Size (line 93) | type Size struct method Reset (line 101) | func (x *Size) Reset() { method String (line 110) | func (x *Size) String() string { method ProtoMessage (line 114) | func (*Size) ProtoMessage() {} method ProtoReflect (line 116) | func (x *Size) ProtoReflect() protoreflect.Message { method Descriptor (line 129) | func (*Size) Descriptor() ([]byte, []int) { method GetInches (line 133) | func (x *Size) GetInches() int32 { function file_service_proto_rawDescGZIP (line 165) | func file_service_proto_rawDescGZIP() []byte { function init (line 187) | func init() { file_service_proto_init() } function file_service_proto_init (line 188) | func file_service_proto_init() { FILE: example/service.twirp.go constant _ (line 28) | _ = twirp.TwirpPackageMinVersion_8_1_0 type Haberdasher (line 35) | type Haberdasher interface type haberdasherProtobufClient (line 44) | type haberdasherProtobufClient struct method MakeHat (line 86) | func (c *haberdasherProtobufClient) MakeHat(ctx context.Context, in *S... method callMakeHat (line 115) | func (c *haberdasherProtobufClient) callMakeHat(ctx context.Context, i... function NewHaberdasherProtobufClient (line 53) | func NewHaberdasherProtobufClient(baseURL string, client HTTPClient, opt... type haberdasherJSONClient (line 136) | type haberdasherJSONClient struct method MakeHat (line 178) | func (c *haberdasherJSONClient) MakeHat(ctx context.Context, in *Size)... method callMakeHat (line 207) | func (c *haberdasherJSONClient) callMakeHat(ctx context.Context, in *S... function NewHaberdasherJSONClient (line 145) | func NewHaberdasherJSONClient(baseURL string, client HTTPClient, opts ..... type haberdasherServer (line 228) | type haberdasherServer struct method writeError (line 265) | func (s *haberdasherServer) writeError(ctx context.Context, resp http.... method handleRequestBodyError (line 270) | func (s *haberdasherServer) handleRequestBodyError(ctx context.Context... method ServeHTTP (line 288) | func (s *haberdasherServer) ServeHTTP(resp http.ResponseWriter, req *h... method serveMakeHat (line 331) | func (s *haberdasherServer) serveMakeHat(ctx context.Context, resp htt... method serveMakeHatJSON (line 349) | func (s *haberdasherServer) serveMakeHatJSON(ctx context.Context, resp... method serveMakeHatProtobuf (line 432) | func (s *haberdasherServer) serveMakeHatProtobuf(ctx context.Context, ... method ServiceDescriptor (line 511) | func (s *haberdasherServer) ServiceDescriptor() ([]byte, int) { method ProtocGenTwirpVersion (line 515) | func (s *haberdasherServer) ProtocGenTwirpVersion() string { method PathPrefix (line 522) | func (s *haberdasherServer) PathPrefix() string { function NewHaberdasherServer (line 240) | func NewHaberdasherServer(svc Haberdasher, opts ...interface{}) TwirpSer... constant HaberdasherPathPrefix (line 286) | HaberdasherPathPrefix = "/twirp/twitch.twirp.example.Haberdasher/" type HTTPClient (line 538) | type HTTPClient interface type TwirpServer (line 546) | type TwirpServer interface function newServerOpts (line 570) | func newServerOpts(opts []interface{}) *twirp.ServerOptions { function WriteError (line 590) | func WriteError(resp http.ResponseWriter, err error) { function writeError (line 595) | func writeError(ctx context.Context, resp http.ResponseWriter, err error... function sanitizeBaseURL (line 636) | func sanitizeBaseURL(baseURL string) string { function baseServicePath (line 655) | func baseServicePath(prefix, pkg, service string) string { function parseTwirpPath (line 666) | func parseTwirpPath(path string) (string, string, string) { function getCustomHTTPReqHeaders (line 680) | func getCustomHTTPReqHeaders(ctx context.Context) http.Header { function newRequest (line 698) | func newRequest(ctx context.Context, url string, reqBody io.Reader, cont... type twerrJSON (line 714) | type twerrJSON struct function marshalErrorToJSON (line 722) | func marshalErrorToJSON(twerr twirp.Error) []byte { function errorFromResponse (line 747) | func errorFromResponse(resp *http.Response) twirp.Error { function twirpErrorFromIntermediary (line 790) | func twirpErrorFromIntermediary(status int, msg string, bodyOrLocation s... function isHTTPRedirect (line 824) | func isHTTPRedirect(status int) bool { function wrapInternal (line 830) | func wrapInternal(err error, prefix string) twirp.Error { type wrappedError (line 834) | type wrappedError struct method Error (line 839) | func (e *wrappedError) Error() string { return e.prefix + ": " + e.cau... method Unwrap (line 840) | func (e *wrappedError) Unwrap() error { return e.cause } method Cause (line 841) | func (e *wrappedError) Cause() error { return e.cause } function ensurePanicResponses (line 846) | func ensurePanicResponses(ctx context.Context, resp http.ResponseWriter,... function errFromPanic (line 865) | func errFromPanic(p interface{}) error { type internalWithCause (line 875) | type internalWithCause struct method Unwrap (line 880) | func (e *internalWithCause) Unwrap() error ... method Cause (line 881) | func (e *internalWithCause) Cause() error ... method Error (line 882) | func (e *internalWithCause) Error() string ... method Code (line 883) | func (e *internalWithCause) Code() twirp.ErrorCode ... method Msg (line 884) | func (e *internalWithCause) Msg() string ... method Meta (line 885) | func (e *internalWithCause) Meta(key string) string ... method MetaMap (line 886) | func (e *internalWithCause) MetaMap() map[string]string ... method WithMeta (line 887) | func (e *internalWithCause) WithMeta(key string, val string) twirp.Err... function malformedRequestError (line 890) | func malformedRequestError(msg string) twirp.Error { function badRouteError (line 895) | func badRouteError(msg string, method, url string) twirp.Error { function withoutRedirects (line 911) | func withoutRedirects(in *http.Client) *http.Client { function doProtobufRequest (line 926) | func doProtobufRequest(ctx context.Context, client HTTPClient, hooks *tw... function doJSONRequest (line 975) | func doJSONRequest(ctx context.Context, client HTTPClient, hooks *twirp.... function callRequestReceived (line 1031) | func callRequestReceived(ctx context.Context, h *twirp.ServerHooks) (con... function callRequestRouted (line 1039) | func callRequestRouted(ctx context.Context, h *twirp.ServerHooks) (conte... function callResponsePrepared (line 1047) | func callResponsePrepared(ctx context.Context, h *twirp.ServerHooks) con... function callResponseSent (line 1055) | func callResponseSent(ctx context.Context, h *twirp.ServerHooks) { function callError (line 1063) | func callError(ctx context.Context, h *twirp.ServerHooks, err twirp.Erro... function callClientResponseReceived (line 1070) | func callClientResponseReceived(ctx context.Context, h *twirp.ClientHook... function callClientRequestPrepared (line 1077) | func callClientRequestPrepared(ctx context.Context, h *twirp.ClientHooks... function callClientError (line 1084) | func callClientError(ctx context.Context, h *twirp.ClientHooks, err twir... FILE: hooks/statsd/statsd.go function markReqStart (line 26) | func markReqStart(ctx context.Context) context.Context { function getReqStart (line 30) | func getReqStart(ctx context.Context) (time.Time, bool) { type Statter (line 35) | type Statter interface function NewStatsdServerHooks (line 42) | func NewStatsdServerHooks(stats Statter) *twirp.ServerHooks { function sanitize (line 122) | func sanitize(s string) string { function sanitizeRune (line 126) | func sanitizeRune(r rune) rune { FILE: hooks/statsd/statsd_test.go function TestSanitize (line 26) | func TestSanitize(t *testing.T) { function TestTimingHooks (line 47) | func TestTimingHooks(t *testing.T) { function serverAndClient (line 85) | func serverAndClient(hooks *twirp.ServerHooks) (*httptest.Server, twirpt... type increment (line 89) | type increment struct type timing (line 95) | type timing struct type fakeStatter (line 101) | type fakeStatter struct method Inc (line 106) | func (s *fakeStatter) Inc(metric string, val int64, rate float32) error { method TimingDuration (line 110) | func (s *fakeStatter) TimingDuration(metric string, val time.Duration,... method receivedInc (line 115) | func (s *fakeStatter) receivedInc(metric string) bool { method receivedTiming (line 124) | func (s *fakeStatter) receivedTiming(metric string) bool { FILE: interceptors.go type Interceptor (line 42) | type Interceptor type Method (line 46) | type Method function ChainInterceptors (line 51) | func ChainInterceptors(interceptors ...Interceptor) Interceptor { FILE: interceptors_test.go function TestChainInterceptors (line 20) | func TestChainInterceptors(t *testing.T) { FILE: internal/contextkeys/keys.go type contextKey (line 19) | type contextKey constant MethodNameKey (line 22) | MethodNameKey contextKey = 1 + iota constant ServiceNameKey (line 23) | ServiceNameKey constant PackageNameKey (line 24) | PackageNameKey constant StatusCodeKey (line 25) | StatusCodeKey constant RequestHeaderKey (line 26) | RequestHeaderKey constant ResponseWriterKey (line 27) | ResponseWriterKey FILE: internal/descriptors/descriptors.go function UnpackFile (line 32) | func UnpackFile(gz []byte) (*protobuf.FileDescriptorProto, error) { type DescribableMessage (line 58) | type DescribableMessage interface function MessageDescriptor (line 64) | func MessageDescriptor(msg DescribableMessage) (*protobuf.FileDescriptor... function MessageInFile (line 79) | func MessageInFile(fd *protobuf.FileDescriptorProto, path []int) (*proto... type DescribableEnum (line 99) | type DescribableEnum interface function EnumDescriptor (line 105) | func EnumDescriptor(enum DescribableEnum) (*protobuf.FileDescriptorProto... function EnumInFile (line 119) | func EnumInFile(fd *protobuf.FileDescriptorProto, path []int) (*protobuf... type DescribableService (line 152) | type DescribableService interface function ServiceDescriptor (line 158) | func ServiceDescriptor(svc DescribableService) (*protobuf.FileDescriptor... function ServiceInFile (line 175) | func ServiceInFile(fd *protobuf.FileDescriptorProto, index int) (*protob... FILE: internal/gen/logging.go function Fail (line 22) | func Fail(msgs ...string) { function Error (line 28) | func Error(err error, msgs ...string) { FILE: internal/gen/main.go type Generator (line 25) | type Generator interface function Main (line 29) | func Main(g Generator) { function FilesToGenerate (line 35) | func FilesToGenerate(req *plugin.CodeGeneratorRequest) []*descriptor.Fil... function readGenRequest (line 51) | func readGenRequest(r io.Reader) *plugin.CodeGeneratorRequest { function writeResponse (line 69) | func writeResponse(w io.Writer, resp *plugin.CodeGeneratorResponse) { FILE: internal/gen/stringutils/stringutils.go function isASCIILower (line 24) | func isASCIILower(c byte) bool { function isASCIIDigit (line 29) | func isASCIIDigit(c byte) bool { function CamelCase (line 41) | func CamelCase(s string) string { function CamelCaseSlice (line 83) | func CamelCaseSlice(elem []string) string { return CamelCase(strings.Joi... function DotJoin (line 86) | func DotJoin(elem []string) string { return strings.Join(elem, ".") } function AlphaDigitize (line 90) | func AlphaDigitize(r rune) rune { function CleanIdentifier (line 99) | func CleanIdentifier(s string) string { function BaseName (line 105) | func BaseName(name string) string { function SnakeCase (line 118) | func SnakeCase(s string) string { FILE: internal/gen/typemap/typemap.go type Registry (line 21) | type Registry struct method FileComments (line 53) | func (r *Registry) FileComments(file *descriptor.FileDescriptorProto) ... method ServiceComments (line 57) | func (r *Registry) ServiceComments(file *descriptor.FileDescriptorProt... method MethodComments (line 67) | func (r *Registry) MethodComments(file *descriptor.FileDescriptorProto... method MethodInputDefinition (line 82) | func (r *Registry) MethodInputDefinition(method *descriptor.MethodDesc... method MethodOutputDefinition (line 86) | func (r *Registry) MethodOutputDefinition(method *descriptor.MethodDes... method MessageDefinition (line 90) | func (r *Registry) MessageDefinition(name string) *MessageDefinition { function New (line 29) | func New(files []*descriptor.FileDescriptorProto) *Registry { type MessageDefinition (line 94) | type MessageDefinition struct method ProtoName (line 116) | func (m *MessageDefinition) ProtoName() string { method Lineage (line 134) | func (m *MessageDefinition) Lineage() []*MessageDefinition { method descendants (line 144) | func (m *MessageDefinition) descendants() []*MessageDefinition { function messageDefsForFile (line 166) | func messageDefsForFile(f *descriptor.FileDescriptorProto, filesByName m... type DefinitionComments (line 254) | type DefinitionComments struct function commentsAtPath (line 260) | func commentsAtPath(path []int32, sourceFile *descriptor.FileDescriptorP... function pathEqual (line 278) | func pathEqual(path1, path2 []int32) bool { constant packagePath (line 292) | packagePath = 2 constant messagePath (line 293) | messagePath = 4 constant enumPath (line 294) | enumPath = 5 constant servicePath (line 295) | servicePath = 6 constant messageFieldPath (line 297) | messageFieldPath = 2 constant messageMessagePath (line 298) | messageMessagePath = 3 constant messageEnumPath (line 299) | messageEnumPath = 4 constant messageOneofPath (line 300) | messageOneofPath = 8 constant serviceNamePath (line 302) | serviceNamePath = 1 constant serviceMethodPath (line 303) | serviceMethodPath = 2 constant serviceOptionsPath (line 304) | serviceOptionsPath = 3 constant methodNamePath (line 306) | methodNamePath = 1 constant methodInputPath (line 307) | methodInputPath = 2 constant methodOutputPath (line 308) | methodOutputPath = 3 FILE: internal/gen/typemap/typemap_test.go function loadTestPb (line 27) | func loadTestPb(t *testing.T) []*descriptor.FileDescriptorProto { function protoFile (line 38) | func protoFile(files []*descriptor.FileDescriptorProto, name string) *de... function service (line 47) | func service(f *descriptor.FileDescriptorProto, name string) *descriptor... function method (line 56) | func method(s *descriptor.ServiceDescriptorProto, name string) *descript... function TestNewRegistry (line 65) | func TestNewRegistry(t *testing.T) { FILE: internal/gen/version.go constant Version (line 16) | Version = "v8.1.3" FILE: internal/gen/wrappers.go function WrapTypes (line 69) | func WrapTypes(req *plugin.CodeGeneratorRequest) (genFiles, allFiles []*... type common (line 113) | type common struct method File (line 117) | func (c *common) File() *descriptor.FileDescriptorProto { return c.file } method proto3 (line 123) | func (c *common) proto3() bool { return fileIsProto3(c.file) } function fileIsProto3 (line 119) | func fileIsProto3(file *descriptor.FileDescriptorProto) bool { type Descriptor (line 126) | type Descriptor struct method TypeName (line 211) | func (d *Descriptor) TypeName() []string { function newDescriptor (line 139) | func newDescriptor(desc *descriptor.DescriptorProto, parent *Descriptor,... function wrapDescriptors (line 176) | func wrapDescriptors(file *descriptor.FileDescriptorProto) []*Descriptor { function wrapThisDescriptor (line 185) | func wrapThisDescriptor(sl []*Descriptor, desc *descriptor.DescriptorPro... function buildNestedDescriptors (line 194) | func buildNestedDescriptors(descs []*Descriptor) { type EnumDescriptor (line 230) | type EnumDescriptor struct method TypeName (line 288) | func (e *EnumDescriptor) TypeName() (s []string) { method prefix (line 307) | func (e *EnumDescriptor) prefix() string { method integerValueAsString (line 317) | func (e *EnumDescriptor) integerValueAsString(name string) string { function newEnumDescriptor (line 240) | func newEnumDescriptor(desc *descriptor.EnumDescriptorProto, parent *Des... function wrapEnumDescriptors (line 256) | func wrapEnumDescriptors(file *descriptor.FileDescriptorProto, descs []*... function buildNestedEnums (line 271) | func buildNestedEnums(descs []*Descriptor, enums []*EnumDescriptor) { type ExtensionDescriptor (line 329) | type ExtensionDescriptor struct method TypeName (line 346) | func (e *ExtensionDescriptor) TypeName() (s []string) { method DescName (line 361) | func (e *ExtensionDescriptor) DescName() string { function wrapExtensions (line 336) | func wrapExtensions(file *descriptor.FileDescriptorProto) []*ExtensionDe... type ImportedDescriptor (line 372) | type ImportedDescriptor struct method TypeName (line 397) | func (id *ImportedDescriptor) TypeName() []string { return id.Object.T... function wrapImported (line 378) | func wrapImported(file *descriptor.FileDescriptorProto, fileMap map[stri... type ServiceDescriptor (line 400) | type ServiceDescriptor struct method TypeName (line 409) | func (sd *ServiceDescriptor) TypeName() []string { function wrapServices (line 413) | func wrapServices(file *descriptor.FileDescriptorProto) (sl []*ServiceDe... type MethodDescriptor (line 437) | type MethodDescriptor struct method TypeName (line 445) | func (md *MethodDescriptor) TypeName() []string { type FileDescriptor (line 452) | type FileDescriptor struct method VarName (line 476) | func (d *FileDescriptor) VarName() string { return fmt.Sprintf("twirpF... method PackageComments (line 478) | func (d *FileDescriptor) PackageComments() string { method BaseFileName (line 486) | func (d *FileDescriptor) BaseFileName() string { function extractComments (line 495) | func extractComments(file *FileDescriptor) { type messageSymbol (line 509) | type messageSymbol struct type getterSymbol (line 516) | type getterSymbol struct type Object (line 524) | type Object interface constant packagePath (line 539) | packagePath = 2 constant messagePath (line 540) | messagePath = 4 constant enumPath (line 541) | enumPath = 5 constant servicePath (line 542) | servicePath = 6 constant messageFieldPath (line 544) | messageFieldPath = 2 constant messageMessagePath (line 545) | messageMessagePath = 3 constant messageEnumPath (line 546) | messageEnumPath = 4 constant messageOneofPath (line 547) | messageOneofPath = 8 constant serviceNamePath (line 549) | serviceNamePath = 1 constant serviceMethodPath (line 550) | serviceMethodPath = 2 constant serviceOptionsPath (line 551) | serviceOptionsPath = 3 constant methodNamePath (line 553) | methodNamePath = 1 constant methodInputPath (line 554) | methodInputPath = 2 constant methodOutputPath (line 555) | methodOutputPath = 3 FILE: internal/twirptest/client_1_13_test.go function TestClientContextCanceled (line 28) | func TestClientContextCanceled(t *testing.T) { function TestClientErrorsCanBeUnwrapped (line 52) | func TestClientErrorsCanBeUnwrapped(t *testing.T) { FILE: internal/twirptest/client_test.go type reqInspector (line 34) | type reqInspector struct method RoundTrip (line 38) | func (i *reqInspector) RoundTrip(r *http.Request) (*http.Response, err... function TestClientSuccessAndErrorResponses (line 43) | func TestClientSuccessAndErrorResponses(t *testing.T) { function TestClientSetsRequestContext (line 93) | func TestClientSetsRequestContext(t *testing.T) { function TestClientSetsAcceptHeader (line 152) | func TestClientSetsAcceptHeader(t *testing.T) { function TestClientRedirectError (line 202) | func TestClientRedirectError(t *testing.T) { function TestClientWithHooks (line 259) | func TestClientWithHooks(t *testing.T) { function TestClientContextToHook (line 366) | func TestClientContextToHook(t *testing.T) { function TestClientInterceptor (line 404) | func TestClientInterceptor(t *testing.T) { function TestClientIntermediaryErrors (line 465) | func TestClientIntermediaryErrors(t *testing.T) { function TestJSONClientAllowUnknownFields (line 555) | func TestJSONClientAllowUnknownFields(t *testing.T) { function TestClientErrorsCanBeCaused (line 587) | func TestClientErrorsCanBeCaused(t *testing.T) { function TestCustomHTTPClientInterface (line 614) | func TestCustomHTTPClientInterface(t *testing.T) { type failingTransport (line 656) | type failingTransport struct method RoundTrip (line 660) | func (t failingTransport) RoundTrip(*http.Request) (*http.Response, er... function errCause (line 664) | func errCause(err error) error { type wrappedHTTPClient (line 674) | type wrappedHTTPClient struct method Do (line 679) | func (c *wrappedHTTPClient) Do(req *http.Request) (resp *http.Response... FILE: internal/twirptest/empty_service/compile_test.go function TestCompilation (line 18) | func TestCompilation(t *testing.T) { FILE: internal/twirptest/empty_service/empty_service.pb.go constant _ (line 17) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 19) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) function init (line 42) | func init() { file_empty_service_proto_init() } function file_empty_service_proto_init (line 43) | func file_empty_service_proto_init() { FILE: internal/twirptest/empty_service/empty_service.twirp.go constant _ (line 28) | _ = twirp.TwirpPackageMinVersion_8_1_0 type Empty (line 34) | type Empty interface type emptyProtobufClient (line 41) | type emptyProtobufClient struct function NewEmptyProtobufClient (line 50) | func NewEmptyProtobufClient(baseURL string, client HTTPClient, opts ...t... type emptyJSONClient (line 82) | type emptyJSONClient struct function NewEmptyJSONClient (line 91) | func NewEmptyJSONClient(baseURL string, client HTTPClient, opts ...twirp... type emptyServer (line 123) | type emptyServer struct method writeError (line 160) | func (s *emptyServer) writeError(ctx context.Context, resp http.Respon... method handleRequestBodyError (line 165) | func (s *emptyServer) handleRequestBodyError(ctx context.Context, resp... method ServeHTTP (line 183) | func (s *emptyServer) ServeHTTP(resp http.ResponseWriter, req *http.Re... method ServiceDescriptor (line 223) | func (s *emptyServer) ServiceDescriptor() ([]byte, int) { method ProtocGenTwirpVersion (line 227) | func (s *emptyServer) ProtocGenTwirpVersion() string { method PathPrefix (line 234) | func (s *emptyServer) PathPrefix() string { function NewEmptyServer (line 135) | func NewEmptyServer(svc Empty, opts ...interface{}) TwirpServer { constant EmptyPathPrefix (line 181) | EmptyPathPrefix = "/twirp/twirp.internal.twirptest.emptyservice.Empty/" type HTTPClient (line 250) | type HTTPClient interface type TwirpServer (line 258) | type TwirpServer interface function newServerOpts (line 282) | func newServerOpts(opts []interface{}) *twirp.ServerOptions { function WriteError (line 302) | func WriteError(resp http.ResponseWriter, err error) { function writeError (line 307) | func writeError(ctx context.Context, resp http.ResponseWriter, err error... function sanitizeBaseURL (line 348) | func sanitizeBaseURL(baseURL string) string { function baseServicePath (line 367) | func baseServicePath(prefix, pkg, service string) string { function parseTwirpPath (line 378) | func parseTwirpPath(path string) (string, string, string) { function getCustomHTTPReqHeaders (line 392) | func getCustomHTTPReqHeaders(ctx context.Context) http.Header { function newRequest (line 410) | func newRequest(ctx context.Context, url string, reqBody io.Reader, cont... type twerrJSON (line 426) | type twerrJSON struct function marshalErrorToJSON (line 434) | func marshalErrorToJSON(twerr twirp.Error) []byte { function errorFromResponse (line 459) | func errorFromResponse(resp *http.Response) twirp.Error { function twirpErrorFromIntermediary (line 502) | func twirpErrorFromIntermediary(status int, msg string, bodyOrLocation s... function isHTTPRedirect (line 536) | func isHTTPRedirect(status int) bool { function wrapInternal (line 542) | func wrapInternal(err error, prefix string) twirp.Error { type wrappedError (line 546) | type wrappedError struct method Error (line 551) | func (e *wrappedError) Error() string { return e.prefix + ": " + e.cau... method Unwrap (line 552) | func (e *wrappedError) Unwrap() error { return e.cause } method Cause (line 553) | func (e *wrappedError) Cause() error { return e.cause } function ensurePanicResponses (line 558) | func ensurePanicResponses(ctx context.Context, resp http.ResponseWriter,... function errFromPanic (line 577) | func errFromPanic(p interface{}) error { type internalWithCause (line 587) | type internalWithCause struct method Unwrap (line 592) | func (e *internalWithCause) Unwrap() error ... method Cause (line 593) | func (e *internalWithCause) Cause() error ... method Error (line 594) | func (e *internalWithCause) Error() string ... method Code (line 595) | func (e *internalWithCause) Code() twirp.ErrorCode ... method Msg (line 596) | func (e *internalWithCause) Msg() string ... method Meta (line 597) | func (e *internalWithCause) Meta(key string) string ... method MetaMap (line 598) | func (e *internalWithCause) MetaMap() map[string]string ... method WithMeta (line 599) | func (e *internalWithCause) WithMeta(key string, val string) twirp.Err... function malformedRequestError (line 602) | func malformedRequestError(msg string) twirp.Error { function badRouteError (line 607) | func badRouteError(msg string, method, url string) twirp.Error { function withoutRedirects (line 623) | func withoutRedirects(in *http.Client) *http.Client { function doProtobufRequest (line 638) | func doProtobufRequest(ctx context.Context, client HTTPClient, hooks *tw... function doJSONRequest (line 687) | func doJSONRequest(ctx context.Context, client HTTPClient, hooks *twirp.... function callRequestReceived (line 743) | func callRequestReceived(ctx context.Context, h *twirp.ServerHooks) (con... function callRequestRouted (line 751) | func callRequestRouted(ctx context.Context, h *twirp.ServerHooks) (conte... function callResponsePrepared (line 759) | func callResponsePrepared(ctx context.Context, h *twirp.ServerHooks) con... function callResponseSent (line 767) | func callResponseSent(ctx context.Context, h *twirp.ServerHooks) { function callError (line 775) | func callError(ctx context.Context, h *twirp.ServerHooks, err twirp.Erro... function callClientResponseReceived (line 782) | func callClientResponseReceived(ctx context.Context, h *twirp.ClientHook... function callClientRequestPrepared (line 789) | func callClientRequestPrepared(ctx context.Context, h *twirp.ClientHooks... function callClientError (line 796) | func callClientError(ctx context.Context, h *twirp.ClientHooks, err twir... FILE: internal/twirptest/google_protobuf_imports/compile_test.go function TestCompilation (line 18) | func TestCompilation(t *testing.T) { FILE: internal/twirptest/google_protobuf_imports/service.pb.go constant _ (line 19) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 21) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) function init (line 57) | func init() { file_service_proto_init() } function file_service_proto_init (line 58) | func file_service_proto_init() { FILE: internal/twirptest/google_protobuf_imports/service.twirp.go constant _ (line 31) | _ = twirp.TwirpPackageMinVersion_8_1_0 type Svc (line 37) | type Svc interface type svcProtobufClient (line 45) | type svcProtobufClient struct method Send (line 87) | func (c *svcProtobufClient) Send(ctx context.Context, in *google_proto... method callSend (line 116) | func (c *svcProtobufClient) callSend(ctx context.Context, in *google_p... function NewSvcProtobufClient (line 54) | func NewSvcProtobufClient(baseURL string, client HTTPClient, opts ...twi... type svcJSONClient (line 137) | type svcJSONClient struct method Send (line 179) | func (c *svcJSONClient) Send(ctx context.Context, in *google_protobuf1... method callSend (line 208) | func (c *svcJSONClient) callSend(ctx context.Context, in *google_proto... function NewSvcJSONClient (line 146) | func NewSvcJSONClient(baseURL string, client HTTPClient, opts ...twirp.C... type svcServer (line 229) | type svcServer struct method writeError (line 266) | func (s *svcServer) writeError(ctx context.Context, resp http.Response... method handleRequestBodyError (line 271) | func (s *svcServer) handleRequestBodyError(ctx context.Context, resp h... method ServeHTTP (line 289) | func (s *svcServer) ServeHTTP(resp http.ResponseWriter, req *http.Requ... method serveSend (line 332) | func (s *svcServer) serveSend(ctx context.Context, resp http.ResponseW... method serveSendJSON (line 350) | func (s *svcServer) serveSendJSON(ctx context.Context, resp http.Respo... method serveSendProtobuf (line 433) | func (s *svcServer) serveSendProtobuf(ctx context.Context, resp http.R... method ServiceDescriptor (line 512) | func (s *svcServer) ServiceDescriptor() ([]byte, int) { method ProtocGenTwirpVersion (line 516) | func (s *svcServer) ProtocGenTwirpVersion() string { method PathPrefix (line 523) | func (s *svcServer) PathPrefix() string { function NewSvcServer (line 241) | func NewSvcServer(svc Svc, opts ...interface{}) TwirpServer { constant SvcPathPrefix (line 287) | SvcPathPrefix = "/twirp/twirp.internal.twirptest.use_empty.Svc/" type HTTPClient (line 539) | type HTTPClient interface type TwirpServer (line 547) | type TwirpServer interface function newServerOpts (line 571) | func newServerOpts(opts []interface{}) *twirp.ServerOptions { function WriteError (line 591) | func WriteError(resp http.ResponseWriter, err error) { function writeError (line 596) | func writeError(ctx context.Context, resp http.ResponseWriter, err error... function sanitizeBaseURL (line 637) | func sanitizeBaseURL(baseURL string) string { function baseServicePath (line 656) | func baseServicePath(prefix, pkg, service string) string { function parseTwirpPath (line 667) | func parseTwirpPath(path string) (string, string, string) { function getCustomHTTPReqHeaders (line 681) | func getCustomHTTPReqHeaders(ctx context.Context) http.Header { function newRequest (line 699) | func newRequest(ctx context.Context, url string, reqBody io.Reader, cont... type twerrJSON (line 715) | type twerrJSON struct function marshalErrorToJSON (line 723) | func marshalErrorToJSON(twerr twirp.Error) []byte { function errorFromResponse (line 748) | func errorFromResponse(resp *http.Response) twirp.Error { function twirpErrorFromIntermediary (line 791) | func twirpErrorFromIntermediary(status int, msg string, bodyOrLocation s... function isHTTPRedirect (line 825) | func isHTTPRedirect(status int) bool { function wrapInternal (line 831) | func wrapInternal(err error, prefix string) twirp.Error { type wrappedError (line 835) | type wrappedError struct method Error (line 840) | func (e *wrappedError) Error() string { return e.prefix + ": " + e.cau... method Unwrap (line 841) | func (e *wrappedError) Unwrap() error { return e.cause } method Cause (line 842) | func (e *wrappedError) Cause() error { return e.cause } function ensurePanicResponses (line 847) | func ensurePanicResponses(ctx context.Context, resp http.ResponseWriter,... function errFromPanic (line 866) | func errFromPanic(p interface{}) error { type internalWithCause (line 876) | type internalWithCause struct method Unwrap (line 881) | func (e *internalWithCause) Unwrap() error ... method Cause (line 882) | func (e *internalWithCause) Cause() error ... method Error (line 883) | func (e *internalWithCause) Error() string ... method Code (line 884) | func (e *internalWithCause) Code() twirp.ErrorCode ... method Msg (line 885) | func (e *internalWithCause) Msg() string ... method Meta (line 886) | func (e *internalWithCause) Meta(key string) string ... method MetaMap (line 887) | func (e *internalWithCause) MetaMap() map[string]string ... method WithMeta (line 888) | func (e *internalWithCause) WithMeta(key string, val string) twirp.Err... function malformedRequestError (line 891) | func malformedRequestError(msg string) twirp.Error { function badRouteError (line 896) | func badRouteError(msg string, method, url string) twirp.Error { function withoutRedirects (line 912) | func withoutRedirects(in *http.Client) *http.Client { function doProtobufRequest (line 927) | func doProtobufRequest(ctx context.Context, client HTTPClient, hooks *tw... function doJSONRequest (line 976) | func doJSONRequest(ctx context.Context, client HTTPClient, hooks *twirp.... function callRequestReceived (line 1032) | func callRequestReceived(ctx context.Context, h *twirp.ServerHooks) (con... function callRequestRouted (line 1040) | func callRequestRouted(ctx context.Context, h *twirp.ServerHooks) (conte... function callResponsePrepared (line 1048) | func callResponsePrepared(ctx context.Context, h *twirp.ServerHooks) con... function callResponseSent (line 1056) | func callResponseSent(ctx context.Context, h *twirp.ServerHooks) { function callError (line 1064) | func callError(ctx context.Context, h *twirp.ServerHooks, err twirp.Erro... function callClientResponseReceived (line 1071) | func callClientResponseReceived(ctx context.Context, h *twirp.ClientHook... function callClientRequestPrepared (line 1078) | func callClientRequestPrepared(ctx context.Context, h *twirp.ClientHooks... function callClientError (line 1085) | func callClientError(ctx context.Context, h *twirp.ClientHooks, err twir... FILE: internal/twirptest/hatmakers.go type hatmaker (line 25) | type hatmaker method MakeHat (line 27) | func (h hatmaker) MakeHat(ctx context.Context, s *Size) (*Hat, error) ... function HaberdasherFunc (line 30) | func HaberdasherFunc(f func(ctx context.Context, s *Size) (*Hat, error))... function NoopHatmaker (line 35) | func NoopHatmaker() Haberdasher { function PickyHatmaker (line 42) | func PickyHatmaker(want int32) Haberdasher { function SlowHatmaker (line 52) | func SlowHatmaker(dur time.Duration) Haberdasher { function ErroringHatmaker (line 60) | func ErroringHatmaker(err error) Haberdasher { function PanickyHatmaker (line 67) | func PanickyHatmaker(p interface{}) Haberdasher { function NilHatmaker (line 74) | func NilHatmaker() Haberdasher { function ServerAndClient (line 80) | func ServerAndClient(h Haberdasher, hooks *twirp.ServerHooks) (*httptest... function TwirpServerAndClient (line 86) | func TwirpServerAndClient(hooks *twirp.ServerHooks) (*httptest.Server, H... FILE: internal/twirptest/importable/compile_test.go function TestCompilation (line 18) | func TestCompilation(t *testing.T) { FILE: internal/twirptest/importable/importable.pb.go constant _ (line 20) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 22) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type Msg (line 25) | type Msg struct method Reset (line 31) | func (x *Msg) Reset() { method String (line 40) | func (x *Msg) String() string { method ProtoMessage (line 44) | func (*Msg) ProtoMessage() {} method ProtoReflect (line 46) | func (x *Msg) ProtoReflect() protoreflect.Message { method Descriptor (line 59) | func (*Msg) Descriptor() ([]byte, []int) { function file_importable_proto_rawDescGZIP (line 88) | func file_importable_proto_rawDescGZIP() []byte { function init (line 109) | func init() { file_importable_proto_init() } function file_importable_proto_init (line 110) | func file_importable_proto_init() { FILE: internal/twirptest/importable/importable.twirp.go constant _ (line 30) | _ = twirp.TwirpPackageMinVersion_8_1_0 type Svc (line 36) | type Svc interface type svcProtobufClient (line 44) | type svcProtobufClient struct method Send (line 86) | func (c *svcProtobufClient) Send(ctx context.Context, in *Msg) (*Msg, ... method callSend (line 115) | func (c *svcProtobufClient) callSend(ctx context.Context, in *Msg) (*M... function NewSvcProtobufClient (line 53) | func NewSvcProtobufClient(baseURL string, client HTTPClient, opts ...twi... type svcJSONClient (line 136) | type svcJSONClient struct method Send (line 178) | func (c *svcJSONClient) Send(ctx context.Context, in *Msg) (*Msg, erro... method callSend (line 207) | func (c *svcJSONClient) callSend(ctx context.Context, in *Msg) (*Msg, ... function NewSvcJSONClient (line 145) | func NewSvcJSONClient(baseURL string, client HTTPClient, opts ...twirp.C... type svcServer (line 228) | type svcServer struct method writeError (line 265) | func (s *svcServer) writeError(ctx context.Context, resp http.Response... method handleRequestBodyError (line 270) | func (s *svcServer) handleRequestBodyError(ctx context.Context, resp h... method ServeHTTP (line 288) | func (s *svcServer) ServeHTTP(resp http.ResponseWriter, req *http.Requ... method serveSend (line 331) | func (s *svcServer) serveSend(ctx context.Context, resp http.ResponseW... method serveSendJSON (line 349) | func (s *svcServer) serveSendJSON(ctx context.Context, resp http.Respo... method serveSendProtobuf (line 432) | func (s *svcServer) serveSendProtobuf(ctx context.Context, resp http.R... method ServiceDescriptor (line 511) | func (s *svcServer) ServiceDescriptor() ([]byte, int) { method ProtocGenTwirpVersion (line 515) | func (s *svcServer) ProtocGenTwirpVersion() string { method PathPrefix (line 522) | func (s *svcServer) PathPrefix() string { function NewSvcServer (line 240) | func NewSvcServer(svc Svc, opts ...interface{}) TwirpServer { constant SvcPathPrefix (line 286) | SvcPathPrefix = "/twirp/twirp.internal.twirptest.importable.Svc/" type HTTPClient (line 538) | type HTTPClient interface type TwirpServer (line 546) | type TwirpServer interface function newServerOpts (line 570) | func newServerOpts(opts []interface{}) *twirp.ServerOptions { function WriteError (line 590) | func WriteError(resp http.ResponseWriter, err error) { function writeError (line 595) | func writeError(ctx context.Context, resp http.ResponseWriter, err error... function sanitizeBaseURL (line 636) | func sanitizeBaseURL(baseURL string) string { function baseServicePath (line 655) | func baseServicePath(prefix, pkg, service string) string { function parseTwirpPath (line 666) | func parseTwirpPath(path string) (string, string, string) { function getCustomHTTPReqHeaders (line 680) | func getCustomHTTPReqHeaders(ctx context.Context) http.Header { function newRequest (line 698) | func newRequest(ctx context.Context, url string, reqBody io.Reader, cont... type twerrJSON (line 714) | type twerrJSON struct function marshalErrorToJSON (line 722) | func marshalErrorToJSON(twerr twirp.Error) []byte { function errorFromResponse (line 747) | func errorFromResponse(resp *http.Response) twirp.Error { function twirpErrorFromIntermediary (line 790) | func twirpErrorFromIntermediary(status int, msg string, bodyOrLocation s... function isHTTPRedirect (line 824) | func isHTTPRedirect(status int) bool { function wrapInternal (line 830) | func wrapInternal(err error, prefix string) twirp.Error { type wrappedError (line 834) | type wrappedError struct method Error (line 839) | func (e *wrappedError) Error() string { return e.prefix + ": " + e.cau... method Unwrap (line 840) | func (e *wrappedError) Unwrap() error { return e.cause } method Cause (line 841) | func (e *wrappedError) Cause() error { return e.cause } function ensurePanicResponses (line 846) | func ensurePanicResponses(ctx context.Context, resp http.ResponseWriter,... function errFromPanic (line 865) | func errFromPanic(p interface{}) error { type internalWithCause (line 875) | type internalWithCause struct method Unwrap (line 880) | func (e *internalWithCause) Unwrap() error ... method Cause (line 881) | func (e *internalWithCause) Cause() error ... method Error (line 882) | func (e *internalWithCause) Error() string ... method Code (line 883) | func (e *internalWithCause) Code() twirp.ErrorCode ... method Msg (line 884) | func (e *internalWithCause) Msg() string ... method Meta (line 885) | func (e *internalWithCause) Meta(key string) string ... method MetaMap (line 886) | func (e *internalWithCause) MetaMap() map[string]string ... method WithMeta (line 887) | func (e *internalWithCause) WithMeta(key string, val string) twirp.Err... function malformedRequestError (line 890) | func malformedRequestError(msg string) twirp.Error { function badRouteError (line 895) | func badRouteError(msg string, method, url string) twirp.Error { function withoutRedirects (line 911) | func withoutRedirects(in *http.Client) *http.Client { function doProtobufRequest (line 926) | func doProtobufRequest(ctx context.Context, client HTTPClient, hooks *tw... function doJSONRequest (line 975) | func doJSONRequest(ctx context.Context, client HTTPClient, hooks *twirp.... function callRequestReceived (line 1031) | func callRequestReceived(ctx context.Context, h *twirp.ServerHooks) (con... function callRequestRouted (line 1039) | func callRequestRouted(ctx context.Context, h *twirp.ServerHooks) (conte... function callResponsePrepared (line 1047) | func callResponsePrepared(ctx context.Context, h *twirp.ServerHooks) con... function callResponseSent (line 1055) | func callResponseSent(ctx context.Context, h *twirp.ServerHooks) { function callError (line 1063) | func callError(ctx context.Context, h *twirp.ServerHooks, err twirp.Erro... function callClientResponseReceived (line 1070) | func callClientResponseReceived(ctx context.Context, h *twirp.ClientHook... function callClientRequestPrepared (line 1077) | func callClientRequestPrepared(ctx context.Context, h *twirp.ClientHooks... function callClientError (line 1084) | func callClientError(ctx context.Context, h *twirp.ClientHooks, err twir... FILE: internal/twirptest/importer/compile_test.go function TestCompilation (line 18) | func TestCompilation(t *testing.T) { FILE: internal/twirptest/importer/importer.pb.go constant _ (line 20) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 22) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) function init (line 58) | func init() { file_importer_proto_init() } function file_importer_proto_init (line 59) | func file_importer_proto_init() { FILE: internal/twirptest/importer/importer.twirp.go constant _ (line 32) | _ = twirp.TwirpPackageMinVersion_8_1_0 type Svc2 (line 38) | type Svc2 interface type svc2ProtobufClient (line 46) | type svc2ProtobufClient struct method Send (line 88) | func (c *svc2ProtobufClient) Send(ctx context.Context, in *twirp_inter... method callSend (line 117) | func (c *svc2ProtobufClient) callSend(ctx context.Context, in *twirp_i... function NewSvc2ProtobufClient (line 55) | func NewSvc2ProtobufClient(baseURL string, client HTTPClient, opts ...tw... type svc2JSONClient (line 138) | type svc2JSONClient struct method Send (line 180) | func (c *svc2JSONClient) Send(ctx context.Context, in *twirp_internal_... method callSend (line 209) | func (c *svc2JSONClient) callSend(ctx context.Context, in *twirp_inter... function NewSvc2JSONClient (line 147) | func NewSvc2JSONClient(baseURL string, client HTTPClient, opts ...twirp.... type svc2Server (line 230) | type svc2Server struct method writeError (line 267) | func (s *svc2Server) writeError(ctx context.Context, resp http.Respons... method handleRequestBodyError (line 272) | func (s *svc2Server) handleRequestBodyError(ctx context.Context, resp ... method ServeHTTP (line 290) | func (s *svc2Server) ServeHTTP(resp http.ResponseWriter, req *http.Req... method serveSend (line 333) | func (s *svc2Server) serveSend(ctx context.Context, resp http.Response... method serveSendJSON (line 351) | func (s *svc2Server) serveSendJSON(ctx context.Context, resp http.Resp... method serveSendProtobuf (line 434) | func (s *svc2Server) serveSendProtobuf(ctx context.Context, resp http.... method ServiceDescriptor (line 513) | func (s *svc2Server) ServiceDescriptor() ([]byte, int) { method ProtocGenTwirpVersion (line 517) | func (s *svc2Server) ProtocGenTwirpVersion() string { method PathPrefix (line 524) | func (s *svc2Server) PathPrefix() string { function NewSvc2Server (line 242) | func NewSvc2Server(svc Svc2, opts ...interface{}) TwirpServer { constant Svc2PathPrefix (line 288) | Svc2PathPrefix = "/twirp/twirp.internal.twirptest.importer.Svc2/" type HTTPClient (line 540) | type HTTPClient interface type TwirpServer (line 548) | type TwirpServer interface function newServerOpts (line 572) | func newServerOpts(opts []interface{}) *twirp.ServerOptions { function WriteError (line 592) | func WriteError(resp http.ResponseWriter, err error) { function writeError (line 597) | func writeError(ctx context.Context, resp http.ResponseWriter, err error... function sanitizeBaseURL (line 638) | func sanitizeBaseURL(baseURL string) string { function baseServicePath (line 657) | func baseServicePath(prefix, pkg, service string) string { function parseTwirpPath (line 668) | func parseTwirpPath(path string) (string, string, string) { function getCustomHTTPReqHeaders (line 682) | func getCustomHTTPReqHeaders(ctx context.Context) http.Header { function newRequest (line 700) | func newRequest(ctx context.Context, url string, reqBody io.Reader, cont... type twerrJSON (line 716) | type twerrJSON struct function marshalErrorToJSON (line 724) | func marshalErrorToJSON(twerr twirp.Error) []byte { function errorFromResponse (line 749) | func errorFromResponse(resp *http.Response) twirp.Error { function twirpErrorFromIntermediary (line 792) | func twirpErrorFromIntermediary(status int, msg string, bodyOrLocation s... function isHTTPRedirect (line 826) | func isHTTPRedirect(status int) bool { function wrapInternal (line 832) | func wrapInternal(err error, prefix string) twirp.Error { type wrappedError (line 836) | type wrappedError struct method Error (line 841) | func (e *wrappedError) Error() string { return e.prefix + ": " + e.cau... method Unwrap (line 842) | func (e *wrappedError) Unwrap() error { return e.cause } method Cause (line 843) | func (e *wrappedError) Cause() error { return e.cause } function ensurePanicResponses (line 848) | func ensurePanicResponses(ctx context.Context, resp http.ResponseWriter,... function errFromPanic (line 867) | func errFromPanic(p interface{}) error { type internalWithCause (line 877) | type internalWithCause struct method Unwrap (line 882) | func (e *internalWithCause) Unwrap() error ... method Cause (line 883) | func (e *internalWithCause) Cause() error ... method Error (line 884) | func (e *internalWithCause) Error() string ... method Code (line 885) | func (e *internalWithCause) Code() twirp.ErrorCode ... method Msg (line 886) | func (e *internalWithCause) Msg() string ... method Meta (line 887) | func (e *internalWithCause) Meta(key string) string ... method MetaMap (line 888) | func (e *internalWithCause) MetaMap() map[string]string ... method WithMeta (line 889) | func (e *internalWithCause) WithMeta(key string, val string) twirp.Err... function malformedRequestError (line 892) | func malformedRequestError(msg string) twirp.Error { function badRouteError (line 897) | func badRouteError(msg string, method, url string) twirp.Error { function withoutRedirects (line 913) | func withoutRedirects(in *http.Client) *http.Client { function doProtobufRequest (line 928) | func doProtobufRequest(ctx context.Context, client HTTPClient, hooks *tw... function doJSONRequest (line 977) | func doJSONRequest(ctx context.Context, client HTTPClient, hooks *twirp.... function callRequestReceived (line 1033) | func callRequestReceived(ctx context.Context, h *twirp.ServerHooks) (con... function callRequestRouted (line 1041) | func callRequestRouted(ctx context.Context, h *twirp.ServerHooks) (conte... function callResponsePrepared (line 1049) | func callResponsePrepared(ctx context.Context, h *twirp.ServerHooks) con... function callResponseSent (line 1057) | func callResponseSent(ctx context.Context, h *twirp.ServerHooks) { function callError (line 1065) | func callError(ctx context.Context, h *twirp.ServerHooks, err twirp.Erro... function callClientResponseReceived (line 1072) | func callClientResponseReceived(ctx context.Context, h *twirp.ClientHook... function callClientRequestPrepared (line 1079) | func callClientRequestPrepared(ctx context.Context, h *twirp.ClientHooks... function callClientError (line 1086) | func callClientError(ctx context.Context, h *twirp.ClientHooks, err twir... FILE: internal/twirptest/importer_local/compile_test.go function TestCompilation (line 18) | func TestCompilation(t *testing.T) { FILE: internal/twirptest/importer_local/importer_local.pb.go constant _ (line 17) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 19) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) function init (line 57) | func init() { file_importer_local_proto_init() } function file_importer_local_proto_init (line 58) | func file_importer_local_proto_init() { FILE: internal/twirptest/importer_local/importer_local.twirp.go constant _ (line 28) | _ = twirp.TwirpPackageMinVersion_8_1_0 type Svc (line 34) | type Svc interface type svcProtobufClient (line 42) | type svcProtobufClient struct method Send (line 84) | func (c *svcProtobufClient) Send(ctx context.Context, in *Msg) (*Msg, ... method callSend (line 113) | func (c *svcProtobufClient) callSend(ctx context.Context, in *Msg) (*M... function NewSvcProtobufClient (line 51) | func NewSvcProtobufClient(baseURL string, client HTTPClient, opts ...twi... type svcJSONClient (line 134) | type svcJSONClient struct method Send (line 176) | func (c *svcJSONClient) Send(ctx context.Context, in *Msg) (*Msg, erro... method callSend (line 205) | func (c *svcJSONClient) callSend(ctx context.Context, in *Msg) (*Msg, ... function NewSvcJSONClient (line 143) | func NewSvcJSONClient(baseURL string, client HTTPClient, opts ...twirp.C... type svcServer (line 226) | type svcServer struct method writeError (line 263) | func (s *svcServer) writeError(ctx context.Context, resp http.Response... method handleRequestBodyError (line 268) | func (s *svcServer) handleRequestBodyError(ctx context.Context, resp h... method ServeHTTP (line 286) | func (s *svcServer) ServeHTTP(resp http.ResponseWriter, req *http.Requ... method serveSend (line 329) | func (s *svcServer) serveSend(ctx context.Context, resp http.ResponseW... method serveSendJSON (line 347) | func (s *svcServer) serveSendJSON(ctx context.Context, resp http.Respo... method serveSendProtobuf (line 430) | func (s *svcServer) serveSendProtobuf(ctx context.Context, resp http.R... method ServiceDescriptor (line 509) | func (s *svcServer) ServiceDescriptor() ([]byte, int) { method ProtocGenTwirpVersion (line 513) | func (s *svcServer) ProtocGenTwirpVersion() string { method PathPrefix (line 520) | func (s *svcServer) PathPrefix() string { function NewSvcServer (line 238) | func NewSvcServer(svc Svc, opts ...interface{}) TwirpServer { constant SvcPathPrefix (line 284) | SvcPathPrefix = "/twirp/twirp.internal.twirptest.importer_local.Svc/" type HTTPClient (line 536) | type HTTPClient interface type TwirpServer (line 544) | type TwirpServer interface function newServerOpts (line 568) | func newServerOpts(opts []interface{}) *twirp.ServerOptions { function WriteError (line 588) | func WriteError(resp http.ResponseWriter, err error) { function writeError (line 593) | func writeError(ctx context.Context, resp http.ResponseWriter, err error... function sanitizeBaseURL (line 634) | func sanitizeBaseURL(baseURL string) string { function baseServicePath (line 653) | func baseServicePath(prefix, pkg, service string) string { function parseTwirpPath (line 664) | func parseTwirpPath(path string) (string, string, string) { function getCustomHTTPReqHeaders (line 678) | func getCustomHTTPReqHeaders(ctx context.Context) http.Header { function newRequest (line 696) | func newRequest(ctx context.Context, url string, reqBody io.Reader, cont... type twerrJSON (line 712) | type twerrJSON struct function marshalErrorToJSON (line 720) | func marshalErrorToJSON(twerr twirp.Error) []byte { function errorFromResponse (line 745) | func errorFromResponse(resp *http.Response) twirp.Error { function twirpErrorFromIntermediary (line 788) | func twirpErrorFromIntermediary(status int, msg string, bodyOrLocation s... function isHTTPRedirect (line 822) | func isHTTPRedirect(status int) bool { function wrapInternal (line 828) | func wrapInternal(err error, prefix string) twirp.Error { type wrappedError (line 832) | type wrappedError struct method Error (line 837) | func (e *wrappedError) Error() string { return e.prefix + ": " + e.cau... method Unwrap (line 838) | func (e *wrappedError) Unwrap() error { return e.cause } method Cause (line 839) | func (e *wrappedError) Cause() error { return e.cause } function ensurePanicResponses (line 844) | func ensurePanicResponses(ctx context.Context, resp http.ResponseWriter,... function errFromPanic (line 863) | func errFromPanic(p interface{}) error { type internalWithCause (line 873) | type internalWithCause struct method Unwrap (line 878) | func (e *internalWithCause) Unwrap() error ... method Cause (line 879) | func (e *internalWithCause) Cause() error ... method Error (line 880) | func (e *internalWithCause) Error() string ... method Code (line 881) | func (e *internalWithCause) Code() twirp.ErrorCode ... method Msg (line 882) | func (e *internalWithCause) Msg() string ... method Meta (line 883) | func (e *internalWithCause) Meta(key string) string ... method MetaMap (line 884) | func (e *internalWithCause) MetaMap() map[string]string ... method WithMeta (line 885) | func (e *internalWithCause) WithMeta(key string, val string) twirp.Err... function malformedRequestError (line 888) | func malformedRequestError(msg string) twirp.Error { function badRouteError (line 893) | func badRouteError(msg string, method, url string) twirp.Error { function withoutRedirects (line 909) | func withoutRedirects(in *http.Client) *http.Client { function doProtobufRequest (line 924) | func doProtobufRequest(ctx context.Context, client HTTPClient, hooks *tw... function doJSONRequest (line 973) | func doJSONRequest(ctx context.Context, client HTTPClient, hooks *twirp.... function callRequestReceived (line 1029) | func callRequestReceived(ctx context.Context, h *twirp.ServerHooks) (con... function callRequestRouted (line 1037) | func callRequestRouted(ctx context.Context, h *twirp.ServerHooks) (conte... function callResponsePrepared (line 1045) | func callResponsePrepared(ctx context.Context, h *twirp.ServerHooks) con... function callResponseSent (line 1053) | func callResponseSent(ctx context.Context, h *twirp.ServerHooks) { function callError (line 1061) | func callError(ctx context.Context, h *twirp.ServerHooks, err twirp.Erro... function callClientResponseReceived (line 1068) | func callClientResponseReceived(ctx context.Context, h *twirp.ClientHook... function callClientRequestPrepared (line 1075) | func callClientRequestPrepared(ctx context.Context, h *twirp.ClientHooks... function callClientError (line 1082) | func callClientError(ctx context.Context, h *twirp.ClientHooks, err twir... FILE: internal/twirptest/importer_local/importer_local_msgdef.pb.go constant _ (line 18) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 20) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type Msg (line 23) | type Msg struct method Reset (line 29) | func (x *Msg) Reset() { method String (line 38) | func (x *Msg) String() string { method ProtoMessage (line 42) | func (*Msg) ProtoMessage() {} method ProtoReflect (line 44) | func (x *Msg) ProtoReflect() protoreflect.Message { method Descriptor (line 57) | func (*Msg) Descriptor() ([]byte, []int) { function file_importer_local_msgdef_proto_rawDescGZIP (line 81) | func file_importer_local_msgdef_proto_rawDescGZIP() []byte { function init (line 100) | func init() { file_importer_local_msgdef_proto_init() } function file_importer_local_msgdef_proto_init (line 101) | func file_importer_local_msgdef_proto_init() { FILE: internal/twirptest/importmapping/compile_test.go function TestCompilation (line 18) | func TestCompilation(t *testing.T) { FILE: internal/twirptest/importmapping/x/x.pb.go constant _ (line 18) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 20) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) function init (line 55) | func init() { file_x_x_proto_init() } function file_x_x_proto_init (line 56) | func file_x_x_proto_init() { FILE: internal/twirptest/importmapping/x/x.twirp.go constant _ (line 30) | _ = twirp.TwirpPackageMinVersion_8_1_0 type Svc1 (line 36) | type Svc1 interface type svc1ProtobufClient (line 44) | type svc1ProtobufClient struct method Send (line 86) | func (c *svc1ProtobufClient) Send(ctx context.Context, in *twirp_inter... method callSend (line 115) | func (c *svc1ProtobufClient) callSend(ctx context.Context, in *twirp_i... function NewSvc1ProtobufClient (line 53) | func NewSvc1ProtobufClient(baseURL string, client HTTPClient, opts ...tw... type svc1JSONClient (line 136) | type svc1JSONClient struct method Send (line 178) | func (c *svc1JSONClient) Send(ctx context.Context, in *twirp_internal_... method callSend (line 207) | func (c *svc1JSONClient) callSend(ctx context.Context, in *twirp_inter... function NewSvc1JSONClient (line 145) | func NewSvc1JSONClient(baseURL string, client HTTPClient, opts ...twirp.... type svc1Server (line 228) | type svc1Server struct method writeError (line 265) | func (s *svc1Server) writeError(ctx context.Context, resp http.Respons... method handleRequestBodyError (line 270) | func (s *svc1Server) handleRequestBodyError(ctx context.Context, resp ... method ServeHTTP (line 288) | func (s *svc1Server) ServeHTTP(resp http.ResponseWriter, req *http.Req... method serveSend (line 331) | func (s *svc1Server) serveSend(ctx context.Context, resp http.Response... method serveSendJSON (line 349) | func (s *svc1Server) serveSendJSON(ctx context.Context, resp http.Resp... method serveSendProtobuf (line 432) | func (s *svc1Server) serveSendProtobuf(ctx context.Context, resp http.... method ServiceDescriptor (line 511) | func (s *svc1Server) ServiceDescriptor() ([]byte, int) { method ProtocGenTwirpVersion (line 515) | func (s *svc1Server) ProtocGenTwirpVersion() string { method PathPrefix (line 522) | func (s *svc1Server) PathPrefix() string { function NewSvc1Server (line 240) | func NewSvc1Server(svc Svc1, opts ...interface{}) TwirpServer { constant Svc1PathPrefix (line 286) | Svc1PathPrefix = "/twirp/twirp.internal.twirptest.importmapping.x.Svc1/" type HTTPClient (line 538) | type HTTPClient interface type TwirpServer (line 546) | type TwirpServer interface function newServerOpts (line 570) | func newServerOpts(opts []interface{}) *twirp.ServerOptions { function WriteError (line 590) | func WriteError(resp http.ResponseWriter, err error) { function writeError (line 595) | func writeError(ctx context.Context, resp http.ResponseWriter, err error... function sanitizeBaseURL (line 636) | func sanitizeBaseURL(baseURL string) string { function baseServicePath (line 655) | func baseServicePath(prefix, pkg, service string) string { function parseTwirpPath (line 666) | func parseTwirpPath(path string) (string, string, string) { function getCustomHTTPReqHeaders (line 680) | func getCustomHTTPReqHeaders(ctx context.Context) http.Header { function newRequest (line 698) | func newRequest(ctx context.Context, url string, reqBody io.Reader, cont... type twerrJSON (line 714) | type twerrJSON struct function marshalErrorToJSON (line 722) | func marshalErrorToJSON(twerr twirp.Error) []byte { function errorFromResponse (line 747) | func errorFromResponse(resp *http.Response) twirp.Error { function twirpErrorFromIntermediary (line 790) | func twirpErrorFromIntermediary(status int, msg string, bodyOrLocation s... function isHTTPRedirect (line 824) | func isHTTPRedirect(status int) bool { function wrapInternal (line 830) | func wrapInternal(err error, prefix string) twirp.Error { type wrappedError (line 834) | type wrappedError struct method Error (line 839) | func (e *wrappedError) Error() string { return e.prefix + ": " + e.cau... method Unwrap (line 840) | func (e *wrappedError) Unwrap() error { return e.cause } method Cause (line 841) | func (e *wrappedError) Cause() error { return e.cause } function ensurePanicResponses (line 846) | func ensurePanicResponses(ctx context.Context, resp http.ResponseWriter,... function errFromPanic (line 865) | func errFromPanic(p interface{}) error { type internalWithCause (line 875) | type internalWithCause struct method Unwrap (line 880) | func (e *internalWithCause) Unwrap() error ... method Cause (line 881) | func (e *internalWithCause) Cause() error ... method Error (line 882) | func (e *internalWithCause) Error() string ... method Code (line 883) | func (e *internalWithCause) Code() twirp.ErrorCode ... method Msg (line 884) | func (e *internalWithCause) Msg() string ... method Meta (line 885) | func (e *internalWithCause) Meta(key string) string ... method MetaMap (line 886) | func (e *internalWithCause) MetaMap() map[string]string ... method WithMeta (line 887) | func (e *internalWithCause) WithMeta(key string, val string) twirp.Err... function malformedRequestError (line 890) | func malformedRequestError(msg string) twirp.Error { function badRouteError (line 895) | func badRouteError(msg string, method, url string) twirp.Error { function withoutRedirects (line 911) | func withoutRedirects(in *http.Client) *http.Client { function doProtobufRequest (line 926) | func doProtobufRequest(ctx context.Context, client HTTPClient, hooks *tw... function doJSONRequest (line 975) | func doJSONRequest(ctx context.Context, client HTTPClient, hooks *twirp.... function callRequestReceived (line 1031) | func callRequestReceived(ctx context.Context, h *twirp.ServerHooks) (con... function callRequestRouted (line 1039) | func callRequestRouted(ctx context.Context, h *twirp.ServerHooks) (conte... function callResponsePrepared (line 1047) | func callResponsePrepared(ctx context.Context, h *twirp.ServerHooks) con... function callResponseSent (line 1055) | func callResponseSent(ctx context.Context, h *twirp.ServerHooks) { function callError (line 1063) | func callError(ctx context.Context, h *twirp.ServerHooks, err twirp.Erro... function callClientResponseReceived (line 1070) | func callClientResponseReceived(ctx context.Context, h *twirp.ClientHook... function callClientRequestPrepared (line 1077) | func callClientRequestPrepared(ctx context.Context, h *twirp.ClientHooks... function callClientError (line 1084) | func callClientError(ctx context.Context, h *twirp.ClientHooks, err twir... FILE: internal/twirptest/importmapping/y/y.pb.go constant _ (line 18) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 20) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type MsgY (line 23) | type MsgY struct method Reset (line 29) | func (x *MsgY) Reset() { method String (line 38) | func (x *MsgY) String() string { method ProtoMessage (line 42) | func (*MsgY) ProtoMessage() {} method ProtoReflect (line 44) | func (x *MsgY) ProtoReflect() protoreflect.Message { method Descriptor (line 57) | func (*MsgY) Descriptor() ([]byte, []int) { function file_y_y_proto_rawDescGZIP (line 78) | func file_y_y_proto_rawDescGZIP() []byte { function init (line 97) | func init() { file_y_y_proto_init() } function file_y_y_proto_init (line 98) | func file_y_y_proto_init() { FILE: internal/twirptest/json_serialization/json_serialization.pb.go constant _ (line 18) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 20) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type Msg_FooBar (line 23) | type Msg_FooBar method Enum (line 42) | func (x Msg_FooBar) Enum() *Msg_FooBar { method String (line 48) | func (x Msg_FooBar) String() string { method Descriptor (line 52) | func (Msg_FooBar) Descriptor() protoreflect.EnumDescriptor { method Type (line 56) | func (Msg_FooBar) Type() protoreflect.EnumType { method Number (line 60) | func (x Msg_FooBar) Number() protoreflect.EnumNumber { method EnumDescriptor (line 65) | func (Msg_FooBar) EnumDescriptor() ([]byte, []int) { constant Msg_FOO (line 26) | Msg_FOO Msg_FooBar = 0 constant Msg_BAR (line 27) | Msg_BAR Msg_FooBar = 1 type Msg (line 69) | type Msg struct method Reset (line 82) | func (x *Msg) Reset() { method String (line 91) | func (x *Msg) String() string { method ProtoMessage (line 95) | func (*Msg) ProtoMessage() {} method ProtoReflect (line 97) | func (x *Msg) ProtoReflect() protoreflect.Message { method Descriptor (line 110) | func (*Msg) Descriptor() ([]byte, []int) { method GetQuery (line 114) | func (x *Msg) GetQuery() string { method GetPageNumber (line 121) | func (x *Msg) GetPageNumber() int32 { method GetHell (line 128) | func (x *Msg) GetHell() float64 { method GetFoobar (line 135) | func (x *Msg) GetFoobar() Msg_FooBar { method GetSnippets (line 142) | func (x *Msg) GetSnippets() []string { method GetAllEmpty (line 149) | func (x *Msg) GetAllEmpty() bool { type Result (line 156) | type Result struct method Reset (line 162) | func (x *Result) Reset() { method String (line 171) | func (x *Result) String() string { method ProtoMessage (line 175) | func (*Result) ProtoMessage() {} method ProtoReflect (line 177) | func (x *Result) ProtoReflect() protoreflect.Message { method Descriptor (line 190) | func (*Result) Descriptor() ([]byte, []int) { function file_json_serialization_proto_rawDescGZIP (line 224) | func file_json_serialization_proto_rawDescGZIP() []byte { function init (line 249) | func init() { file_json_serialization_proto_init() } function file_json_serialization_proto_init (line 250) | func file_json_serialization_proto_init() { FILE: internal/twirptest/json_serialization/json_serialization.twirp.go constant _ (line 28) | _ = twirp.TwirpPackageMinVersion_8_1_0 type JSONSerialization (line 34) | type JSONSerialization interface type jSONSerializationProtobufClient (line 42) | type jSONSerializationProtobufClient struct method EchoJSON (line 84) | func (c *jSONSerializationProtobufClient) EchoJSON(ctx context.Context... method callEchoJSON (line 113) | func (c *jSONSerializationProtobufClient) callEchoJSON(ctx context.Con... function NewJSONSerializationProtobufClient (line 51) | func NewJSONSerializationProtobufClient(baseURL string, client HTTPClien... type jSONSerializationJSONClient (line 134) | type jSONSerializationJSONClient struct method EchoJSON (line 176) | func (c *jSONSerializationJSONClient) EchoJSON(ctx context.Context, in... method callEchoJSON (line 205) | func (c *jSONSerializationJSONClient) callEchoJSON(ctx context.Context... function NewJSONSerializationJSONClient (line 143) | func NewJSONSerializationJSONClient(baseURL string, client HTTPClient, o... type jSONSerializationServer (line 226) | type jSONSerializationServer struct method writeError (line 263) | func (s *jSONSerializationServer) writeError(ctx context.Context, resp... method handleRequestBodyError (line 268) | func (s *jSONSerializationServer) handleRequestBodyError(ctx context.C... method ServeHTTP (line 286) | func (s *jSONSerializationServer) ServeHTTP(resp http.ResponseWriter, ... method serveEchoJSON (line 329) | func (s *jSONSerializationServer) serveEchoJSON(ctx context.Context, r... method serveEchoJSONJSON (line 347) | func (s *jSONSerializationServer) serveEchoJSONJSON(ctx context.Contex... method serveEchoJSONProtobuf (line 430) | func (s *jSONSerializationServer) serveEchoJSONProtobuf(ctx context.Co... method ServiceDescriptor (line 509) | func (s *jSONSerializationServer) ServiceDescriptor() ([]byte, int) { method ProtocGenTwirpVersion (line 513) | func (s *jSONSerializationServer) ProtocGenTwirpVersion() string { method PathPrefix (line 520) | func (s *jSONSerializationServer) PathPrefix() string { function NewJSONSerializationServer (line 238) | func NewJSONSerializationServer(svc JSONSerialization, opts ...interface... constant JSONSerializationPathPrefix (line 284) | JSONSerializationPathPrefix = "/twirp/JSONSerialization/" type HTTPClient (line 536) | type HTTPClient interface type TwirpServer (line 544) | type TwirpServer interface function newServerOpts (line 568) | func newServerOpts(opts []interface{}) *twirp.ServerOptions { function WriteError (line 588) | func WriteError(resp http.ResponseWriter, err error) { function writeError (line 593) | func writeError(ctx context.Context, resp http.ResponseWriter, err error... function sanitizeBaseURL (line 634) | func sanitizeBaseURL(baseURL string) string { function baseServicePath (line 653) | func baseServicePath(prefix, pkg, service string) string { function parseTwirpPath (line 664) | func parseTwirpPath(path string) (string, string, string) { function getCustomHTTPReqHeaders (line 678) | func getCustomHTTPReqHeaders(ctx context.Context) http.Header { function newRequest (line 696) | func newRequest(ctx context.Context, url string, reqBody io.Reader, cont... type twerrJSON (line 712) | type twerrJSON struct function marshalErrorToJSON (line 720) | func marshalErrorToJSON(twerr twirp.Error) []byte { function errorFromResponse (line 745) | func errorFromResponse(resp *http.Response) twirp.Error { function twirpErrorFromIntermediary (line 788) | func twirpErrorFromIntermediary(status int, msg string, bodyOrLocation s... function isHTTPRedirect (line 822) | func isHTTPRedirect(status int) bool { function wrapInternal (line 828) | func wrapInternal(err error, prefix string) twirp.Error { type wrappedError (line 832) | type wrappedError struct method Error (line 837) | func (e *wrappedError) Error() string { return e.prefix + ": " + e.cau... method Unwrap (line 838) | func (e *wrappedError) Unwrap() error { return e.cause } method Cause (line 839) | func (e *wrappedError) Cause() error { return e.cause } function ensurePanicResponses (line 844) | func ensurePanicResponses(ctx context.Context, resp http.ResponseWriter,... function errFromPanic (line 863) | func errFromPanic(p interface{}) error { type internalWithCause (line 873) | type internalWithCause struct method Unwrap (line 878) | func (e *internalWithCause) Unwrap() error ... method Cause (line 879) | func (e *internalWithCause) Cause() error ... method Error (line 880) | func (e *internalWithCause) Error() string ... method Code (line 881) | func (e *internalWithCause) Code() twirp.ErrorCode ... method Msg (line 882) | func (e *internalWithCause) Msg() string ... method Meta (line 883) | func (e *internalWithCause) Meta(key string) string ... method MetaMap (line 884) | func (e *internalWithCause) MetaMap() map[string]string ... method WithMeta (line 885) | func (e *internalWithCause) WithMeta(key string, val string) twirp.Err... function malformedRequestError (line 888) | func malformedRequestError(msg string) twirp.Error { function badRouteError (line 893) | func badRouteError(msg string, method, url string) twirp.Error { function withoutRedirects (line 909) | func withoutRedirects(in *http.Client) *http.Client { function doProtobufRequest (line 924) | func doProtobufRequest(ctx context.Context, client HTTPClient, hooks *tw... function doJSONRequest (line 973) | func doJSONRequest(ctx context.Context, client HTTPClient, hooks *twirp.... function callRequestReceived (line 1029) | func callRequestReceived(ctx context.Context, h *twirp.ServerHooks) (con... function callRequestRouted (line 1037) | func callRequestRouted(ctx context.Context, h *twirp.ServerHooks) (conte... function callResponsePrepared (line 1045) | func callResponsePrepared(ctx context.Context, h *twirp.ServerHooks) con... function callResponseSent (line 1053) | func callResponseSent(ctx context.Context, h *twirp.ServerHooks) { function callError (line 1061) | func callError(ctx context.Context, h *twirp.ServerHooks, err twirp.Erro... function callClientResponseReceived (line 1068) | func callClientResponseReceived(ctx context.Context, h *twirp.ClientHook... function callClientRequestPrepared (line 1075) | func callClientRequestPrepared(ctx context.Context, h *twirp.ClientHooks... function callClientError (line 1082) | func callClientError(ctx context.Context, h *twirp.ClientHooks, err twir... FILE: internal/twirptest/json_serialization/json_serialization_test.go type JSONSerializationService (line 28) | type JSONSerializationService struct method EchoJSON (line 30) | func (h *JSONSerializationService) EchoJSON(ctx context.Context, req *... function TestJSONSerializationServiceWithDefaults (line 44) | func TestJSONSerializationServiceWithDefaults(t *testing.T) { function TestJSONSerializationServiceSkipDefaults (line 127) | func TestJSONSerializationServiceSkipDefaults(t *testing.T) { function TestJSONSerializationCamelCase (line 213) | func TestJSONSerializationCamelCase(t *testing.T) { function readJSONAsMap (line 254) | func readJSONAsMap(t *testing.T, body io.Reader) map[string]json.RawMess... FILE: internal/twirptest/multiple/multiple1.pb.go constant _ (line 20) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 22) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type Msg1 (line 25) | type Msg1 struct method Reset (line 31) | func (x *Msg1) Reset() { method String (line 40) | func (x *Msg1) String() string { method ProtoMessage (line 44) | func (*Msg1) ProtoMessage() {} method ProtoReflect (line 46) | func (x *Msg1) ProtoReflect() protoreflect.Message { method Descriptor (line 59) | func (*Msg1) Descriptor() ([]byte, []int) { function file_multiple1_proto_rawDescGZIP (line 85) | func file_multiple1_proto_rawDescGZIP() []byte { function init (line 106) | func init() { file_multiple1_proto_init() } function file_multiple1_proto_init (line 107) | func file_multiple1_proto_init() { FILE: internal/twirptest/multiple/multiple1.twirp.go constant _ (line 30) | _ = twirp.TwirpPackageMinVersion_8_1_0 type Svc1 (line 36) | type Svc1 interface type svc1ProtobufClient (line 44) | type svc1ProtobufClient struct method Send (line 86) | func (c *svc1ProtobufClient) Send(ctx context.Context, in *Msg1) (*Msg... method callSend (line 115) | func (c *svc1ProtobufClient) callSend(ctx context.Context, in *Msg1) (... function NewSvc1ProtobufClient (line 53) | func NewSvc1ProtobufClient(baseURL string, client HTTPClient, opts ...tw... type svc1JSONClient (line 136) | type svc1JSONClient struct method Send (line 178) | func (c *svc1JSONClient) Send(ctx context.Context, in *Msg1) (*Msg1, e... method callSend (line 207) | func (c *svc1JSONClient) callSend(ctx context.Context, in *Msg1) (*Msg... function NewSvc1JSONClient (line 145) | func NewSvc1JSONClient(baseURL string, client HTTPClient, opts ...twirp.... type svc1Server (line 228) | type svc1Server struct method writeError (line 265) | func (s *svc1Server) writeError(ctx context.Context, resp http.Respons... method handleRequestBodyError (line 270) | func (s *svc1Server) handleRequestBodyError(ctx context.Context, resp ... method ServeHTTP (line 288) | func (s *svc1Server) ServeHTTP(resp http.ResponseWriter, req *http.Req... method serveSend (line 331) | func (s *svc1Server) serveSend(ctx context.Context, resp http.Response... method serveSendJSON (line 349) | func (s *svc1Server) serveSendJSON(ctx context.Context, resp http.Resp... method serveSendProtobuf (line 432) | func (s *svc1Server) serveSendProtobuf(ctx context.Context, resp http.... method ServiceDescriptor (line 511) | func (s *svc1Server) ServiceDescriptor() ([]byte, int) { method ProtocGenTwirpVersion (line 515) | func (s *svc1Server) ProtocGenTwirpVersion() string { method PathPrefix (line 522) | func (s *svc1Server) PathPrefix() string { function NewSvc1Server (line 240) | func NewSvc1Server(svc Svc1, opts ...interface{}) TwirpServer { constant Svc1PathPrefix (line 286) | Svc1PathPrefix = "/twirp/twirp.internal.twirptest.multiple.Svc1/" type HTTPClient (line 538) | type HTTPClient interface type TwirpServer (line 546) | type TwirpServer interface function newServerOpts (line 570) | func newServerOpts(opts []interface{}) *twirp.ServerOptions { function WriteError (line 590) | func WriteError(resp http.ResponseWriter, err error) { function writeError (line 595) | func writeError(ctx context.Context, resp http.ResponseWriter, err error... function sanitizeBaseURL (line 636) | func sanitizeBaseURL(baseURL string) string { function baseServicePath (line 655) | func baseServicePath(prefix, pkg, service string) string { function parseTwirpPath (line 666) | func parseTwirpPath(path string) (string, string, string) { function getCustomHTTPReqHeaders (line 680) | func getCustomHTTPReqHeaders(ctx context.Context) http.Header { function newRequest (line 698) | func newRequest(ctx context.Context, url string, reqBody io.Reader, cont... type twerrJSON (line 714) | type twerrJSON struct function marshalErrorToJSON (line 722) | func marshalErrorToJSON(twerr twirp.Error) []byte { function errorFromResponse (line 747) | func errorFromResponse(resp *http.Response) twirp.Error { function twirpErrorFromIntermediary (line 790) | func twirpErrorFromIntermediary(status int, msg string, bodyOrLocation s... function isHTTPRedirect (line 824) | func isHTTPRedirect(status int) bool { function wrapInternal (line 830) | func wrapInternal(err error, prefix string) twirp.Error { type wrappedError (line 834) | type wrappedError struct method Error (line 839) | func (e *wrappedError) Error() string { return e.prefix + ": " + e.cau... method Unwrap (line 840) | func (e *wrappedError) Unwrap() error { return e.cause } method Cause (line 841) | func (e *wrappedError) Cause() error { return e.cause } function ensurePanicResponses (line 846) | func ensurePanicResponses(ctx context.Context, resp http.ResponseWriter,... function errFromPanic (line 865) | func errFromPanic(p interface{}) error { type internalWithCause (line 875) | type internalWithCause struct method Unwrap (line 880) | func (e *internalWithCause) Unwrap() error ... method Cause (line 881) | func (e *internalWithCause) Cause() error ... method Error (line 882) | func (e *internalWithCause) Error() string ... method Code (line 883) | func (e *internalWithCause) Code() twirp.ErrorCode ... method Msg (line 884) | func (e *internalWithCause) Msg() string ... method Meta (line 885) | func (e *internalWithCause) Meta(key string) string ... method MetaMap (line 886) | func (e *internalWithCause) MetaMap() map[string]string ... method WithMeta (line 887) | func (e *internalWithCause) WithMeta(key string, val string) twirp.Err... function malformedRequestError (line 890) | func malformedRequestError(msg string) twirp.Error { function badRouteError (line 895) | func badRouteError(msg string, method, url string) twirp.Error { function withoutRedirects (line 911) | func withoutRedirects(in *http.Client) *http.Client { function doProtobufRequest (line 926) | func doProtobufRequest(ctx context.Context, client HTTPClient, hooks *tw... function doJSONRequest (line 975) | func doJSONRequest(ctx context.Context, client HTTPClient, hooks *twirp.... function callRequestReceived (line 1031) | func callRequestReceived(ctx context.Context, h *twirp.ServerHooks) (con... function callRequestRouted (line 1039) | func callRequestRouted(ctx context.Context, h *twirp.ServerHooks) (conte... function callResponsePrepared (line 1047) | func callResponsePrepared(ctx context.Context, h *twirp.ServerHooks) con... function callResponseSent (line 1055) | func callResponseSent(ctx context.Context, h *twirp.ServerHooks) { function callError (line 1063) | func callError(ctx context.Context, h *twirp.ServerHooks, err twirp.Erro... function callClientResponseReceived (line 1070) | func callClientResponseReceived(ctx context.Context, h *twirp.ClientHook... function callClientRequestPrepared (line 1077) | func callClientRequestPrepared(ctx context.Context, h *twirp.ClientHooks... function callClientError (line 1084) | func callClientError(ctx context.Context, h *twirp.ClientHooks, err twir... FILE: internal/twirptest/multiple/multiple2.pb.go constant _ (line 20) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 22) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type Msg2 (line 25) | type Msg2 struct method Reset (line 31) | func (x *Msg2) Reset() { method String (line 40) | func (x *Msg2) String() string { method ProtoMessage (line 44) | func (*Msg2) ProtoMessage() {} method ProtoReflect (line 46) | func (x *Msg2) ProtoReflect() protoreflect.Message { method Descriptor (line 59) | func (*Msg2) Descriptor() ([]byte, []int) { function file_multiple2_proto_rawDescGZIP (line 93) | func file_multiple2_proto_rawDescGZIP() []byte { function init (line 117) | func init() { file_multiple2_proto_init() } function file_multiple2_proto_init (line 118) | func file_multiple2_proto_init() { FILE: internal/twirptest/multiple/multiple2.twirp.go constant _ (line 25) | _ = twirp.TwirpPackageMinVersion_8_1_0 type Svc2 (line 31) | type Svc2 interface type svc2ProtobufClient (line 41) | type svc2ProtobufClient struct method Send (line 84) | func (c *svc2ProtobufClient) Send(ctx context.Context, in *Msg2) (*Msg... method callSend (line 113) | func (c *svc2ProtobufClient) callSend(ctx context.Context, in *Msg2) (... method SamePackageProtoImport (line 130) | func (c *svc2ProtobufClient) SamePackageProtoImport(ctx context.Contex... method callSamePackageProtoImport (line 159) | func (c *svc2ProtobufClient) callSamePackageProtoImport(ctx context.Co... function NewSvc2ProtobufClient (line 50) | func NewSvc2ProtobufClient(baseURL string, client HTTPClient, opts ...tw... type svc2JSONClient (line 180) | type svc2JSONClient struct method Send (line 223) | func (c *svc2JSONClient) Send(ctx context.Context, in *Msg2) (*Msg2, e... method callSend (line 252) | func (c *svc2JSONClient) callSend(ctx context.Context, in *Msg2) (*Msg... method SamePackageProtoImport (line 269) | func (c *svc2JSONClient) SamePackageProtoImport(ctx context.Context, i... method callSamePackageProtoImport (line 298) | func (c *svc2JSONClient) callSamePackageProtoImport(ctx context.Contex... function NewSvc2JSONClient (line 189) | func NewSvc2JSONClient(baseURL string, client HTTPClient, opts ...twirp.... type svc2Server (line 319) | type svc2Server struct method writeError (line 356) | func (s *svc2Server) writeError(ctx context.Context, resp http.Respons... method handleRequestBodyError (line 361) | func (s *svc2Server) handleRequestBodyError(ctx context.Context, resp ... method ServeHTTP (line 379) | func (s *svc2Server) ServeHTTP(resp http.ResponseWriter, req *http.Req... method serveSend (line 425) | func (s *svc2Server) serveSend(ctx context.Context, resp http.Response... method serveSendJSON (line 443) | func (s *svc2Server) serveSendJSON(ctx context.Context, resp http.Resp... method serveSendProtobuf (line 526) | func (s *svc2Server) serveSendProtobuf(ctx context.Context, resp http.... method serveSamePackageProtoImport (line 605) | func (s *svc2Server) serveSamePackageProtoImport(ctx context.Context, ... method serveSamePackageProtoImportJSON (line 623) | func (s *svc2Server) serveSamePackageProtoImportJSON(ctx context.Conte... method serveSamePackageProtoImportProtobuf (line 706) | func (s *svc2Server) serveSamePackageProtoImportProtobuf(ctx context.C... method ServiceDescriptor (line 785) | func (s *svc2Server) ServiceDescriptor() ([]byte, int) { method ProtocGenTwirpVersion (line 789) | func (s *svc2Server) ProtocGenTwirpVersion() string { method PathPrefix (line 796) | func (s *svc2Server) PathPrefix() string { function NewSvc2Server (line 331) | func NewSvc2Server(svc Svc2, opts ...interface{}) TwirpServer { constant Svc2PathPrefix (line 377) | Svc2PathPrefix = "/twirp/twirp.internal.twirptest.multiple.Svc2/" FILE: internal/twirptest/multiple/multiple_test.go function TestCompilation (line 18) | func TestCompilation(t *testing.T) { FILE: internal/twirptest/no_package_name/no_package_name.pb.go constant _ (line 18) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 20) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type Msg (line 23) | type Msg struct method Reset (line 29) | func (x *Msg) Reset() { method String (line 38) | func (x *Msg) String() string { method ProtoMessage (line 42) | func (*Msg) ProtoMessage() {} method ProtoReflect (line 44) | func (x *Msg) ProtoReflect() protoreflect.Message { method Descriptor (line 57) | func (*Msg) Descriptor() ([]byte, []int) { function file_no_package_name_proto_rawDescGZIP (line 80) | func file_no_package_name_proto_rawDescGZIP() []byte { function init (line 101) | func init() { file_no_package_name_proto_init() } function file_no_package_name_proto_init (line 102) | func file_no_package_name_proto_init() { FILE: internal/twirptest/no_package_name/no_package_name.twirp.go constant _ (line 28) | _ = twirp.TwirpPackageMinVersion_8_1_0 type Svc (line 34) | type Svc interface type svcProtobufClient (line 42) | type svcProtobufClient struct method Send (line 84) | func (c *svcProtobufClient) Send(ctx context.Context, in *Msg) (*Msg, ... method callSend (line 113) | func (c *svcProtobufClient) callSend(ctx context.Context, in *Msg) (*M... function NewSvcProtobufClient (line 51) | func NewSvcProtobufClient(baseURL string, client HTTPClient, opts ...twi... type svcJSONClient (line 134) | type svcJSONClient struct method Send (line 176) | func (c *svcJSONClient) Send(ctx context.Context, in *Msg) (*Msg, erro... method callSend (line 205) | func (c *svcJSONClient) callSend(ctx context.Context, in *Msg) (*Msg, ... function NewSvcJSONClient (line 143) | func NewSvcJSONClient(baseURL string, client HTTPClient, opts ...twirp.C... type svcServer (line 226) | type svcServer struct method writeError (line 263) | func (s *svcServer) writeError(ctx context.Context, resp http.Response... method handleRequestBodyError (line 268) | func (s *svcServer) handleRequestBodyError(ctx context.Context, resp h... method ServeHTTP (line 286) | func (s *svcServer) ServeHTTP(resp http.ResponseWriter, req *http.Requ... method serveSend (line 329) | func (s *svcServer) serveSend(ctx context.Context, resp http.ResponseW... method serveSendJSON (line 347) | func (s *svcServer) serveSendJSON(ctx context.Context, resp http.Respo... method serveSendProtobuf (line 430) | func (s *svcServer) serveSendProtobuf(ctx context.Context, resp http.R... method ServiceDescriptor (line 509) | func (s *svcServer) ServiceDescriptor() ([]byte, int) { method ProtocGenTwirpVersion (line 513) | func (s *svcServer) ProtocGenTwirpVersion() string { method PathPrefix (line 520) | func (s *svcServer) PathPrefix() string { function NewSvcServer (line 238) | func NewSvcServer(svc Svc, opts ...interface{}) TwirpServer { constant SvcPathPrefix (line 284) | SvcPathPrefix = "/twirp/Svc/" type HTTPClient (line 536) | type HTTPClient interface type TwirpServer (line 544) | type TwirpServer interface function newServerOpts (line 568) | func newServerOpts(opts []interface{}) *twirp.ServerOptions { function WriteError (line 588) | func WriteError(resp http.ResponseWriter, err error) { function writeError (line 593) | func writeError(ctx context.Context, resp http.ResponseWriter, err error... function sanitizeBaseURL (line 634) | func sanitizeBaseURL(baseURL string) string { function baseServicePath (line 653) | func baseServicePath(prefix, pkg, service string) string { function parseTwirpPath (line 664) | func parseTwirpPath(path string) (string, string, string) { function getCustomHTTPReqHeaders (line 678) | func getCustomHTTPReqHeaders(ctx context.Context) http.Header { function newRequest (line 696) | func newRequest(ctx context.Context, url string, reqBody io.Reader, cont... type twerrJSON (line 712) | type twerrJSON struct function marshalErrorToJSON (line 720) | func marshalErrorToJSON(twerr twirp.Error) []byte { function errorFromResponse (line 745) | func errorFromResponse(resp *http.Response) twirp.Error { function twirpErrorFromIntermediary (line 788) | func twirpErrorFromIntermediary(status int, msg string, bodyOrLocation s... function isHTTPRedirect (line 822) | func isHTTPRedirect(status int) bool { function wrapInternal (line 828) | func wrapInternal(err error, prefix string) twirp.Error { type wrappedError (line 832) | type wrappedError struct method Error (line 837) | func (e *wrappedError) Error() string { return e.prefix + ": " + e.cau... method Unwrap (line 838) | func (e *wrappedError) Unwrap() error { return e.cause } method Cause (line 839) | func (e *wrappedError) Cause() error { return e.cause } function ensurePanicResponses (line 844) | func ensurePanicResponses(ctx context.Context, resp http.ResponseWriter,... function errFromPanic (line 863) | func errFromPanic(p interface{}) error { type internalWithCause (line 873) | type internalWithCause struct method Unwrap (line 878) | func (e *internalWithCause) Unwrap() error ... method Cause (line 879) | func (e *internalWithCause) Cause() error ... method Error (line 880) | func (e *internalWithCause) Error() string ... method Code (line 881) | func (e *internalWithCause) Code() twirp.ErrorCode ... method Msg (line 882) | func (e *internalWithCause) Msg() string ... method Meta (line 883) | func (e *internalWithCause) Meta(key string) string ... method MetaMap (line 884) | func (e *internalWithCause) MetaMap() map[string]string ... method WithMeta (line 885) | func (e *internalWithCause) WithMeta(key string, val string) twirp.Err... function malformedRequestError (line 888) | func malformedRequestError(msg string) twirp.Error { function badRouteError (line 893) | func badRouteError(msg string, method, url string) twirp.Error { function withoutRedirects (line 909) | func withoutRedirects(in *http.Client) *http.Client { function doProtobufRequest (line 924) | func doProtobufRequest(ctx context.Context, client HTTPClient, hooks *tw... function doJSONRequest (line 973) | func doJSONRequest(ctx context.Context, client HTTPClient, hooks *twirp.... function callRequestReceived (line 1029) | func callRequestReceived(ctx context.Context, h *twirp.ServerHooks) (con... function callRequestRouted (line 1037) | func callRequestRouted(ctx context.Context, h *twirp.ServerHooks) (conte... function callResponsePrepared (line 1045) | func callResponsePrepared(ctx context.Context, h *twirp.ServerHooks) con... function callResponseSent (line 1053) | func callResponseSent(ctx context.Context, h *twirp.ServerHooks) { function callError (line 1061) | func callError(ctx context.Context, h *twirp.ServerHooks, err twirp.Erro... function callClientResponseReceived (line 1068) | func callClientResponseReceived(ctx context.Context, h *twirp.ClientHook... function callClientRequestPrepared (line 1075) | func callClientRequestPrepared(ctx context.Context, h *twirp.ClientHooks... function callClientError (line 1082) | func callClientError(ctx context.Context, h *twirp.ClientHooks, err twir... FILE: internal/twirptest/no_package_name_importer/compile_test.go function TestCompilation (line 18) | func TestCompilation(t *testing.T) { FILE: internal/twirptest/no_package_name_importer/no_package_name_importer.pb.go constant _ (line 18) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 20) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) function init (line 54) | func init() { file_no_package_name_importer_no_package_name_importer_pro... function file_no_package_name_importer_no_package_name_importer_proto_init (line 55) | func file_no_package_name_importer_no_package_name_importer_proto_init() { FILE: internal/twirptest/no_package_name_importer/no_package_name_importer.twirp.go constant _ (line 30) | _ = twirp.TwirpPackageMinVersion_8_1_0 type Svc2 (line 36) | type Svc2 interface type svc2ProtobufClient (line 44) | type svc2ProtobufClient struct method Method (line 86) | func (c *svc2ProtobufClient) Method(ctx context.Context, in *no_packag... method callMethod (line 115) | func (c *svc2ProtobufClient) callMethod(ctx context.Context, in *no_pa... function NewSvc2ProtobufClient (line 53) | func NewSvc2ProtobufClient(baseURL string, client HTTPClient, opts ...tw... type svc2JSONClient (line 136) | type svc2JSONClient struct method Method (line 178) | func (c *svc2JSONClient) Method(ctx context.Context, in *no_package_na... method callMethod (line 207) | func (c *svc2JSONClient) callMethod(ctx context.Context, in *no_packag... function NewSvc2JSONClient (line 145) | func NewSvc2JSONClient(baseURL string, client HTTPClient, opts ...twirp.... type svc2Server (line 228) | type svc2Server struct method writeError (line 265) | func (s *svc2Server) writeError(ctx context.Context, resp http.Respons... method handleRequestBodyError (line 270) | func (s *svc2Server) handleRequestBodyError(ctx context.Context, resp ... method ServeHTTP (line 288) | func (s *svc2Server) ServeHTTP(resp http.ResponseWriter, req *http.Req... method serveMethod (line 331) | func (s *svc2Server) serveMethod(ctx context.Context, resp http.Respon... method serveMethodJSON (line 349) | func (s *svc2Server) serveMethodJSON(ctx context.Context, resp http.Re... method serveMethodProtobuf (line 432) | func (s *svc2Server) serveMethodProtobuf(ctx context.Context, resp htt... method ServiceDescriptor (line 511) | func (s *svc2Server) ServiceDescriptor() ([]byte, int) { method ProtocGenTwirpVersion (line 515) | func (s *svc2Server) ProtocGenTwirpVersion() string { method PathPrefix (line 522) | func (s *svc2Server) PathPrefix() string { function NewSvc2Server (line 240) | func NewSvc2Server(svc Svc2, opts ...interface{}) TwirpServer { constant Svc2PathPrefix (line 286) | Svc2PathPrefix = "/twirp/Svc2/" type HTTPClient (line 538) | type HTTPClient interface type TwirpServer (line 546) | type TwirpServer interface function newServerOpts (line 570) | func newServerOpts(opts []interface{}) *twirp.ServerOptions { function WriteError (line 590) | func WriteError(resp http.ResponseWriter, err error) { function writeError (line 595) | func writeError(ctx context.Context, resp http.ResponseWriter, err error... function sanitizeBaseURL (line 636) | func sanitizeBaseURL(baseURL string) string { function baseServicePath (line 655) | func baseServicePath(prefix, pkg, service string) string { function parseTwirpPath (line 666) | func parseTwirpPath(path string) (string, string, string) { function getCustomHTTPReqHeaders (line 680) | func getCustomHTTPReqHeaders(ctx context.Context) http.Header { function newRequest (line 698) | func newRequest(ctx context.Context, url string, reqBody io.Reader, cont... type twerrJSON (line 714) | type twerrJSON struct function marshalErrorToJSON (line 722) | func marshalErrorToJSON(twerr twirp.Error) []byte { function errorFromResponse (line 747) | func errorFromResponse(resp *http.Response) twirp.Error { function twirpErrorFromIntermediary (line 790) | func twirpErrorFromIntermediary(status int, msg string, bodyOrLocation s... function isHTTPRedirect (line 824) | func isHTTPRedirect(status int) bool { function wrapInternal (line 830) | func wrapInternal(err error, prefix string) twirp.Error { type wrappedError (line 834) | type wrappedError struct method Error (line 839) | func (e *wrappedError) Error() string { return e.prefix + ": " + e.cau... method Unwrap (line 840) | func (e *wrappedError) Unwrap() error { return e.cause } method Cause (line 841) | func (e *wrappedError) Cause() error { return e.cause } function ensurePanicResponses (line 846) | func ensurePanicResponses(ctx context.Context, resp http.ResponseWriter,... function errFromPanic (line 865) | func errFromPanic(p interface{}) error { type internalWithCause (line 875) | type internalWithCause struct method Unwrap (line 880) | func (e *internalWithCause) Unwrap() error ... method Cause (line 881) | func (e *internalWithCause) Cause() error ... method Error (line 882) | func (e *internalWithCause) Error() string ... method Code (line 883) | func (e *internalWithCause) Code() twirp.ErrorCode ... method Msg (line 884) | func (e *internalWithCause) Msg() string ... method Meta (line 885) | func (e *internalWithCause) Meta(key string) string ... method MetaMap (line 886) | func (e *internalWithCause) MetaMap() map[string]string ... method WithMeta (line 887) | func (e *internalWithCause) WithMeta(key string, val string) twirp.Err... function malformedRequestError (line 890) | func malformedRequestError(msg string) twirp.Error { function badRouteError (line 895) | func badRouteError(msg string, method, url string) twirp.Error { function withoutRedirects (line 911) | func withoutRedirects(in *http.Client) *http.Client { function doProtobufRequest (line 926) | func doProtobufRequest(ctx context.Context, client HTTPClient, hooks *tw... function doJSONRequest (line 975) | func doJSONRequest(ctx context.Context, client HTTPClient, hooks *twirp.... function callRequestReceived (line 1031) | func callRequestReceived(ctx context.Context, h *twirp.ServerHooks) (con... function callRequestRouted (line 1039) | func callRequestRouted(ctx context.Context, h *twirp.ServerHooks) (conte... function callResponsePrepared (line 1047) | func callResponsePrepared(ctx context.Context, h *twirp.ServerHooks) con... function callResponseSent (line 1055) | func callResponseSent(ctx context.Context, h *twirp.ServerHooks) { function callError (line 1063) | func callError(ctx context.Context, h *twirp.ServerHooks, err twirp.Erro... function callClientResponseReceived (line 1070) | func callClientResponseReceived(ctx context.Context, h *twirp.ClientHook... function callClientRequestPrepared (line 1077) | func callClientRequestPrepared(ctx context.Context, h *twirp.ClientHooks... function callClientError (line 1084) | func callClientError(ctx context.Context, h *twirp.ClientHooks, err twir... FILE: internal/twirptest/service.pb.go constant _ (line 18) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 20) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type Hat (line 23) | type Hat struct method Reset (line 33) | func (x *Hat) Reset() { method String (line 42) | func (x *Hat) String() string { method ProtoMessage (line 46) | func (*Hat) ProtoMessage() {} method ProtoReflect (line 48) | func (x *Hat) ProtoReflect() protoreflect.Message { method Descriptor (line 61) | func (*Hat) Descriptor() ([]byte, []int) { method GetSize (line 65) | func (x *Hat) GetSize() int32 { method GetColor (line 72) | func (x *Hat) GetColor() string { method GetName (line 79) | func (x *Hat) GetName() string { type Size (line 86) | type Size struct method Reset (line 94) | func (x *Size) Reset() { method String (line 103) | func (x *Size) String() string { method ProtoMessage (line 107) | func (*Size) ProtoMessage() {} method ProtoReflect (line 109) | func (x *Size) ProtoReflect() protoreflect.Message { method Descriptor (line 122) | func (*Size) Descriptor() ([]byte, []int) { method GetInches (line 126) | func (x *Size) GetInches() int32 { function file_service_proto_rawDescGZIP (line 159) | func file_service_proto_rawDescGZIP() []byte { function init (line 181) | func init() { file_service_proto_init() } function file_service_proto_init (line 182) | func file_service_proto_init() { FILE: internal/twirptest/service.twirp.go constant _ (line 28) | _ = twirp.TwirpPackageMinVersion_8_1_0 type Haberdasher (line 35) | type Haberdasher interface type haberdasherProtobufClient (line 44) | type haberdasherProtobufClient struct method MakeHat (line 86) | func (c *haberdasherProtobufClient) MakeHat(ctx context.Context, in *S... method callMakeHat (line 115) | func (c *haberdasherProtobufClient) callMakeHat(ctx context.Context, i... function NewHaberdasherProtobufClient (line 53) | func NewHaberdasherProtobufClient(baseURL string, client HTTPClient, opt... type haberdasherJSONClient (line 136) | type haberdasherJSONClient struct method MakeHat (line 178) | func (c *haberdasherJSONClient) MakeHat(ctx context.Context, in *Size)... method callMakeHat (line 207) | func (c *haberdasherJSONClient) callMakeHat(ctx context.Context, in *S... function NewHaberdasherJSONClient (line 145) | func NewHaberdasherJSONClient(baseURL string, client HTTPClient, opts ..... type haberdasherServer (line 228) | type haberdasherServer struct method writeError (line 265) | func (s *haberdasherServer) writeError(ctx context.Context, resp http.... method handleRequestBodyError (line 270) | func (s *haberdasherServer) handleRequestBodyError(ctx context.Context... method ServeHTTP (line 288) | func (s *haberdasherServer) ServeHTTP(resp http.ResponseWriter, req *h... method serveMakeHat (line 331) | func (s *haberdasherServer) serveMakeHat(ctx context.Context, resp htt... method serveMakeHatJSON (line 349) | func (s *haberdasherServer) serveMakeHatJSON(ctx context.Context, resp... method serveMakeHatProtobuf (line 432) | func (s *haberdasherServer) serveMakeHatProtobuf(ctx context.Context, ... method ServiceDescriptor (line 511) | func (s *haberdasherServer) ServiceDescriptor() ([]byte, int) { method ProtocGenTwirpVersion (line 515) | func (s *haberdasherServer) ProtocGenTwirpVersion() string { method PathPrefix (line 522) | func (s *haberdasherServer) PathPrefix() string { function NewHaberdasherServer (line 240) | func NewHaberdasherServer(svc Haberdasher, opts ...interface{}) TwirpSer... constant HaberdasherPathPrefix (line 286) | HaberdasherPathPrefix = "/twirp/twirp.internal.twirptest.Haberdasher/" type HTTPClient (line 538) | type HTTPClient interface type TwirpServer (line 546) | type TwirpServer interface function newServerOpts (line 570) | func newServerOpts(opts []interface{}) *twirp.ServerOptions { function WriteError (line 590) | func WriteError(resp http.ResponseWriter, err error) { function writeError (line 595) | func writeError(ctx context.Context, resp http.ResponseWriter, err error... function sanitizeBaseURL (line 636) | func sanitizeBaseURL(baseURL string) string { function baseServicePath (line 655) | func baseServicePath(prefix, pkg, service string) string { function parseTwirpPath (line 666) | func parseTwirpPath(path string) (string, string, string) { function getCustomHTTPReqHeaders (line 680) | func getCustomHTTPReqHeaders(ctx context.Context) http.Header { function newRequest (line 698) | func newRequest(ctx context.Context, url string, reqBody io.Reader, cont... type twerrJSON (line 714) | type twerrJSON struct function marshalErrorToJSON (line 722) | func marshalErrorToJSON(twerr twirp.Error) []byte { function errorFromResponse (line 747) | func errorFromResponse(resp *http.Response) twirp.Error { function twirpErrorFromIntermediary (line 790) | func twirpErrorFromIntermediary(status int, msg string, bodyOrLocation s... function isHTTPRedirect (line 824) | func isHTTPRedirect(status int) bool { function wrapInternal (line 830) | func wrapInternal(err error, prefix string) twirp.Error { type wrappedError (line 834) | type wrappedError struct method Error (line 839) | func (e *wrappedError) Error() string { return e.prefix + ": " + e.cau... method Unwrap (line 840) | func (e *wrappedError) Unwrap() error { return e.cause } method Cause (line 841) | func (e *wrappedError) Cause() error { return e.cause } function ensurePanicResponses (line 846) | func ensurePanicResponses(ctx context.Context, resp http.ResponseWriter,... function errFromPanic (line 865) | func errFromPanic(p interface{}) error { type internalWithCause (line 875) | type internalWithCause struct method Unwrap (line 880) | func (e *internalWithCause) Unwrap() error ... method Cause (line 881) | func (e *internalWithCause) Cause() error ... method Error (line 882) | func (e *internalWithCause) Error() string ... method Code (line 883) | func (e *internalWithCause) Code() twirp.ErrorCode ... method Msg (line 884) | func (e *internalWithCause) Msg() string ... method Meta (line 885) | func (e *internalWithCause) Meta(key string) string ... method MetaMap (line 886) | func (e *internalWithCause) MetaMap() map[string]string ... method WithMeta (line 887) | func (e *internalWithCause) WithMeta(key string, val string) twirp.Err... function malformedRequestError (line 890) | func malformedRequestError(msg string) twirp.Error { function badRouteError (line 895) | func badRouteError(msg string, method, url string) twirp.Error { function withoutRedirects (line 911) | func withoutRedirects(in *http.Client) *http.Client { function doProtobufRequest (line 926) | func doProtobufRequest(ctx context.Context, client HTTPClient, hooks *tw... function doJSONRequest (line 975) | func doJSONRequest(ctx context.Context, client HTTPClient, hooks *twirp.... function callRequestReceived (line 1031) | func callRequestReceived(ctx context.Context, h *twirp.ServerHooks) (con... function callRequestRouted (line 1039) | func callRequestRouted(ctx context.Context, h *twirp.ServerHooks) (conte... function callResponsePrepared (line 1047) | func callResponsePrepared(ctx context.Context, h *twirp.ServerHooks) con... function callResponseSent (line 1055) | func callResponseSent(ctx context.Context, h *twirp.ServerHooks) { function callError (line 1063) | func callError(ctx context.Context, h *twirp.ServerHooks, err twirp.Erro... function callClientResponseReceived (line 1070) | func callClientResponseReceived(ctx context.Context, h *twirp.ClientHook... function callClientRequestPrepared (line 1077) | func callClientRequestPrepared(ctx context.Context, h *twirp.ClientHooks... function callClientError (line 1084) | func callClientError(ctx context.Context, h *twirp.ClientHooks, err twir... FILE: internal/twirptest/service_method_same_name/compile_test.go function TestCompilation (line 18) | func TestCompilation(t *testing.T) { FILE: internal/twirptest/service_method_same_name/service_method_same_name.pb.go constant _ (line 18) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 20) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type Msg (line 23) | type Msg struct method Reset (line 29) | func (x *Msg) Reset() { method String (line 38) | func (x *Msg) String() string { method ProtoMessage (line 42) | func (*Msg) ProtoMessage() {} method ProtoReflect (line 44) | func (x *Msg) ProtoReflect() protoreflect.Message { method Descriptor (line 57) | func (*Msg) Descriptor() ([]byte, []int) { function file_service_method_same_name_proto_rawDescGZIP (line 78) | func file_service_method_same_name_proto_rawDescGZIP() []byte { function init (line 99) | func init() { file_service_method_same_name_proto_init() } function file_service_method_same_name_proto_init (line 100) | func file_service_method_same_name_proto_init() { FILE: internal/twirptest/service_method_same_name/service_method_same_name.twirp.go constant _ (line 28) | _ = twirp.TwirpPackageMinVersion_8_1_0 type Echo (line 34) | type Echo interface type echoProtobufClient (line 42) | type echoProtobufClient struct method Echo (line 84) | func (c *echoProtobufClient) Echo(ctx context.Context, in *Msg) (*Msg,... method callEcho (line 113) | func (c *echoProtobufClient) callEcho(ctx context.Context, in *Msg) (*... function NewEchoProtobufClient (line 51) | func NewEchoProtobufClient(baseURL string, client HTTPClient, opts ...tw... type echoJSONClient (line 134) | type echoJSONClient struct method Echo (line 176) | func (c *echoJSONClient) Echo(ctx context.Context, in *Msg) (*Msg, err... method callEcho (line 205) | func (c *echoJSONClient) callEcho(ctx context.Context, in *Msg) (*Msg,... function NewEchoJSONClient (line 143) | func NewEchoJSONClient(baseURL string, client HTTPClient, opts ...twirp.... type echoServer (line 226) | type echoServer struct method writeError (line 263) | func (s *echoServer) writeError(ctx context.Context, resp http.Respons... method handleRequestBodyError (line 268) | func (s *echoServer) handleRequestBodyError(ctx context.Context, resp ... method ServeHTTP (line 286) | func (s *echoServer) ServeHTTP(resp http.ResponseWriter, req *http.Req... method serveEcho (line 329) | func (s *echoServer) serveEcho(ctx context.Context, resp http.Response... method serveEchoJSON (line 347) | func (s *echoServer) serveEchoJSON(ctx context.Context, resp http.Resp... method serveEchoProtobuf (line 430) | func (s *echoServer) serveEchoProtobuf(ctx context.Context, resp http.... method ServiceDescriptor (line 509) | func (s *echoServer) ServiceDescriptor() ([]byte, int) { method ProtocGenTwirpVersion (line 513) | func (s *echoServer) ProtocGenTwirpVersion() string { method PathPrefix (line 520) | func (s *echoServer) PathPrefix() string { function NewEchoServer (line 238) | func NewEchoServer(svc Echo, opts ...interface{}) TwirpServer { constant EchoPathPrefix (line 284) | EchoPathPrefix = "/twirp/Echo/" type HTTPClient (line 536) | type HTTPClient interface type TwirpServer (line 544) | type TwirpServer interface function newServerOpts (line 568) | func newServerOpts(opts []interface{}) *twirp.ServerOptions { function WriteError (line 588) | func WriteError(resp http.ResponseWriter, err error) { function writeError (line 593) | func writeError(ctx context.Context, resp http.ResponseWriter, err error... function sanitizeBaseURL (line 634) | func sanitizeBaseURL(baseURL string) string { function baseServicePath (line 653) | func baseServicePath(prefix, pkg, service string) string { function parseTwirpPath (line 664) | func parseTwirpPath(path string) (string, string, string) { function getCustomHTTPReqHeaders (line 678) | func getCustomHTTPReqHeaders(ctx context.Context) http.Header { function newRequest (line 696) | func newRequest(ctx context.Context, url string, reqBody io.Reader, cont... type twerrJSON (line 712) | type twerrJSON struct function marshalErrorToJSON (line 720) | func marshalErrorToJSON(twerr twirp.Error) []byte { function errorFromResponse (line 745) | func errorFromResponse(resp *http.Response) twirp.Error { function twirpErrorFromIntermediary (line 788) | func twirpErrorFromIntermediary(status int, msg string, bodyOrLocation s... function isHTTPRedirect (line 822) | func isHTTPRedirect(status int) bool { function wrapInternal (line 828) | func wrapInternal(err error, prefix string) twirp.Error { type wrappedError (line 832) | type wrappedError struct method Error (line 837) | func (e *wrappedError) Error() string { return e.prefix + ": " + e.cau... method Unwrap (line 838) | func (e *wrappedError) Unwrap() error { return e.cause } method Cause (line 839) | func (e *wrappedError) Cause() error { return e.cause } function ensurePanicResponses (line 844) | func ensurePanicResponses(ctx context.Context, resp http.ResponseWriter,... function errFromPanic (line 863) | func errFromPanic(p interface{}) error { type internalWithCause (line 873) | type internalWithCause struct method Unwrap (line 878) | func (e *internalWithCause) Unwrap() error ... method Cause (line 879) | func (e *internalWithCause) Cause() error ... method Error (line 880) | func (e *internalWithCause) Error() string ... method Code (line 881) | func (e *internalWithCause) Code() twirp.ErrorCode ... method Msg (line 882) | func (e *internalWithCause) Msg() string ... method Meta (line 883) | func (e *internalWithCause) Meta(key string) string ... method MetaMap (line 884) | func (e *internalWithCause) MetaMap() map[string]string ... method WithMeta (line 885) | func (e *internalWithCause) WithMeta(key string, val string) twirp.Err... function malformedRequestError (line 888) | func malformedRequestError(msg string) twirp.Error { function badRouteError (line 893) | func badRouteError(msg string, method, url string) twirp.Error { function withoutRedirects (line 909) | func withoutRedirects(in *http.Client) *http.Client { function doProtobufRequest (line 924) | func doProtobufRequest(ctx context.Context, client HTTPClient, hooks *tw... function doJSONRequest (line 973) | func doJSONRequest(ctx context.Context, client HTTPClient, hooks *twirp.... function callRequestReceived (line 1029) | func callRequestReceived(ctx context.Context, h *twirp.ServerHooks) (con... function callRequestRouted (line 1037) | func callRequestRouted(ctx context.Context, h *twirp.ServerHooks) (conte... function callResponsePrepared (line 1045) | func callResponsePrepared(ctx context.Context, h *twirp.ServerHooks) con... function callResponseSent (line 1053) | func callResponseSent(ctx context.Context, h *twirp.ServerHooks) { function callError (line 1061) | func callError(ctx context.Context, h *twirp.ServerHooks, err twirp.Erro... function callClientResponseReceived (line 1068) | func callClientResponseReceived(ctx context.Context, h *twirp.ClientHook... function callClientRequestPrepared (line 1075) | func callClientRequestPrepared(ctx context.Context, h *twirp.ClientHooks... function callClientError (line 1082) | func callClientError(ctx context.Context, h *twirp.ClientHooks, err twir... FILE: internal/twirptest/service_test.go function TestServeJSON (line 41) | func TestServeJSON(t *testing.T) { function TestServerJSONWithMalformedRequest (line 62) | func TestServerJSONWithMalformedRequest(t *testing.T) { function TestServerJSONWithUnknownFields (line 95) | func TestServerJSONWithUnknownFields(t *testing.T) { function TestServerProtobufMalformedRequest (line 130) | func TestServerProtobufMalformedRequest(t *testing.T) { function TestServeProtobuf (line 161) | func TestServeProtobuf(t *testing.T) { type contentTypeOverriderClient (line 182) | type contentTypeOverriderClient struct method Do (line 187) | func (c *contentTypeOverriderClient) Do(req *http.Request) (*http.Resp... function TestContentTypes (line 192) | func TestContentTypes(t *testing.T) { function TestDeadline (line 226) | func TestDeadline(t *testing.T) { type hookCall (line 256) | type hookCall constant received (line 259) | received hookCall = "RequestReceived" constant routed (line 260) | routed hookCall = "RequestRouted" constant prepared (line 261) | prepared hookCall = "ResponsePrepared" constant sent (line 262) | sent hookCall = "ResponseSent" constant errored (line 263) | errored hookCall = "Error" type requestRecorder (line 266) | type requestRecorder struct method reset (line 271) | func (r *requestRecorder) reset() { method assertHookCalls (line 277) | func (r *requestRecorder) assertHookCalls(t *testing.T, want []hookCal... function recorderHooks (line 299) | func recorderHooks() (*twirp.ServerHooks, *requestRecorder) { function TestHooks (line 336) | func TestHooks(t *testing.T) { function TestNilHooks (line 458) | func TestNilHooks(t *testing.T) { function TestErroringHooks (line 493) | func TestErroringHooks(t *testing.T) { function TestInterceptor (line 579) | func TestInterceptor(t *testing.T) { function TestInternalErrorPassing (line 652) | func TestInternalErrorPassing(t *testing.T) { function TestErrorWithRetryableMeta (line 680) | func TestErrorWithRetryableMeta(t *testing.T) { function TestErrorCodePassing (line 707) | func TestErrorCodePassing(t *testing.T) { function TestNonTwirpErrorWrappedAsInternal (line 730) | func TestNonTwirpErrorWrappedAsInternal(t *testing.T) { function TestConnectTLS (line 757) | func TestConnectTLS(t *testing.T) { function TestRoutingPathPrefix (line 790) | func TestRoutingPathPrefix(t *testing.T) { function TestRoutingPathPrefixDefault (line 839) | func TestRoutingPathPrefixDefault(t *testing.T) { function TestMuxingRoutingPathPrefixes (line 873) | func TestMuxingRoutingPathPrefixes(t *testing.T) { function TestMuxingTwirpServerConst (line 940) | func TestMuxingTwirpServerConst(t *testing.T) { function TestMuxingTwirpServerPrefixMethod (line 947) | func TestMuxingTwirpServerPrefixMethod(t *testing.T) { function testMuxingTwirpServer (line 954) | func testMuxingTwirpServer(t *testing.T, prefix string, handler TwirpSer... function TestMuxingTwirpServerDefaultRequestContext (line 1004) | func TestMuxingTwirpServerDefaultRequestContext(t *testing.T) { function TestWriteErrorFromHTTPMiddleware (line 1040) | func TestWriteErrorFromHTTPMiddleware(t *testing.T) { function TestWriteErrorFromHTTPMiddlewareInternal (line 1068) | func TestWriteErrorFromHTTPMiddlewareInternal(t *testing.T) { function TestPanicsReturnInternalErrors (line 1096) | func TestPanicsReturnInternalErrors(t *testing.T) { function TestPanicsTriggerErrorHooks (line 1138) | func TestPanicsTriggerErrorHooks(t *testing.T) { function TestCustomRequestHeaders (line 1196) | func TestCustomRequestHeaders(t *testing.T) { function TestCustomResponseHeaders (line 1236) | func TestCustomResponseHeaders(t *testing.T) { function TestNilResponse (line 1320) | func TestNilResponse(t *testing.T) { function TestBadRoute (line 1362) | func TestBadRoute(t *testing.T) { type reqRewriter (line 1419) | type reqRewriter struct method RoundTrip (line 1424) | func (rw *reqRewriter) RoundTrip(req *http.Request) (*http.Response, e... function TestReflection (line 1429) | func TestReflection(t *testing.T) { function TestContextValues (line 1475) | func TestContextValues(t *testing.T) { function TestPanicFlushing (line 1504) | func TestPanicFlushing(t *testing.T) { function testLogger (line 1535) | func testLogger(t *testing.T) *log.Logger { type testWriter (line 1539) | type testWriter struct method Write (line 1541) | func (w testWriter) Write(p []byte) (int, error) { type errReader (line 1546) | type errReader struct method Read (line 1548) | func (errReader) Read(p []byte) (n int, err error) { function TestRequestBodyError (line 1555) | func TestRequestBodyError(t *testing.T) { FILE: internal/twirptest/snake_case_names/compatibility_test.go type HaberdasherService (line 26) | type HaberdasherService struct method MakeHatV1 (line 28) | func (h *HaberdasherService) MakeHatV1(ctx context.Context, s *MakeHat... function TestServiceMethodNamesCamelCase (line 38) | func TestServiceMethodNamesCamelCase(t *testing.T) { type compatibilityTestClient (line 53) | type compatibilityTestClient struct method Do (line 57) | func (t compatibilityTestClient) Do(req *http.Request) (*http.Response... function TestServiceMethodNamesUnderscores (line 67) | func TestServiceMethodNamesUnderscores(t *testing.T) { FILE: internal/twirptest/snake_case_names/compile_test.go function TestCompilation (line 18) | func TestCompilation(t *testing.T) { FILE: internal/twirptest/snake_case_names/snake_case_names.pb.go constant _ (line 21) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 23) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type MakeHatArgsV1 (line 26) | type MakeHatArgsV1 struct method Reset (line 32) | func (x *MakeHatArgsV1) Reset() { method String (line 41) | func (x *MakeHatArgsV1) String() string { method ProtoMessage (line 45) | func (*MakeHatArgsV1) ProtoMessage() {} method ProtoReflect (line 47) | func (x *MakeHatArgsV1) ProtoReflect() protoreflect.Message { method Descriptor (line 60) | func (*MakeHatArgsV1) Descriptor() ([]byte, []int) { type MakeHatArgsV1_HatV1 (line 64) | type MakeHatArgsV1_HatV1 struct method Reset (line 74) | func (x *MakeHatArgsV1_HatV1) Reset() { method String (line 83) | func (x *MakeHatArgsV1_HatV1) String() string { method ProtoMessage (line 87) | func (*MakeHatArgsV1_HatV1) ProtoMessage() {} method ProtoReflect (line 89) | func (x *MakeHatArgsV1_HatV1) ProtoReflect() protoreflect.Message { method Descriptor (line 102) | func (*MakeHatArgsV1_HatV1) Descriptor() ([]byte, []int) { method GetSize (line 106) | func (x *MakeHatArgsV1_HatV1) GetSize() int32 { method GetColor (line 113) | func (x *MakeHatArgsV1_HatV1) GetColor() string { method GetName (line 120) | func (x *MakeHatArgsV1_HatV1) GetName() string { type MakeHatArgsV1_SizeV1 (line 127) | type MakeHatArgsV1_SizeV1 struct method Reset (line 135) | func (x *MakeHatArgsV1_SizeV1) Reset() { method String (line 144) | func (x *MakeHatArgsV1_SizeV1) String() string { method ProtoMessage (line 148) | func (*MakeHatArgsV1_SizeV1) ProtoMessage() {} method ProtoReflect (line 150) | func (x *MakeHatArgsV1_SizeV1) ProtoReflect() protoreflect.Message { method Descriptor (line 163) | func (*MakeHatArgsV1_SizeV1) Descriptor() ([]byte, []int) { method GetInches (line 167) | func (x *MakeHatArgsV1_SizeV1) GetInches() int32 { function file_snake_case_names_proto_rawDescGZIP (line 209) | func file_snake_case_names_proto_rawDescGZIP() []byte { function init (line 232) | func init() { file_snake_case_names_proto_init() } function file_snake_case_names_proto_init (line 233) | func file_snake_case_names_proto_init() { FILE: internal/twirptest/snake_case_names/snake_case_names.twirp.go constant _ (line 31) | _ = twirp.TwirpPackageMinVersion_8_1_0 type HaberdasherV1 (line 38) | type HaberdasherV1 interface type haberdasherV1ProtobufClient (line 46) | type haberdasherV1ProtobufClient struct method MakeHatV1 (line 97) | func (c *haberdasherV1ProtobufClient) MakeHatV1(ctx context.Context, i... method callMakeHatV1 (line 126) | func (c *haberdasherV1ProtobufClient) callMakeHatV1(ctx context.Contex... function NewHaberdasherV1ProtobufClient (line 55) | func NewHaberdasherV1ProtobufClient(baseURL string, client HTTPClient, o... type haberdasherV1JSONClient (line 147) | type haberdasherV1JSONClient struct method MakeHatV1 (line 198) | func (c *haberdasherV1JSONClient) MakeHatV1(ctx context.Context, in *M... method callMakeHatV1 (line 227) | func (c *haberdasherV1JSONClient) callMakeHatV1(ctx context.Context, i... function NewHaberdasherV1JSONClient (line 156) | func NewHaberdasherV1JSONClient(baseURL string, client HTTPClient, opts ... type haberdasherV1Server (line 248) | type haberdasherV1Server struct method writeError (line 285) | func (s *haberdasherV1Server) writeError(ctx context.Context, resp htt... method handleRequestBodyError (line 290) | func (s *haberdasherV1Server) handleRequestBodyError(ctx context.Conte... method ServeHTTP (line 308) | func (s *haberdasherV1Server) ServeHTTP(resp http.ResponseWriter, req ... method serveMakeHatV1 (line 351) | func (s *haberdasherV1Server) serveMakeHatV1(ctx context.Context, resp... method serveMakeHatV1JSON (line 369) | func (s *haberdasherV1Server) serveMakeHatV1JSON(ctx context.Context, ... method serveMakeHatV1Protobuf (line 452) | func (s *haberdasherV1Server) serveMakeHatV1Protobuf(ctx context.Conte... method ServiceDescriptor (line 531) | func (s *haberdasherV1Server) ServiceDescriptor() ([]byte, int) { method ProtocGenTwirpVersion (line 535) | func (s *haberdasherV1Server) ProtocGenTwirpVersion() string { method PathPrefix (line 542) | func (s *haberdasherV1Server) PathPrefix() string { function NewHaberdasherV1Server (line 260) | func NewHaberdasherV1Server(svc HaberdasherV1, opts ...interface{}) Twir... constant HaberdasherV1PathPrefix (line 306) | HaberdasherV1PathPrefix = "/twirp/twirp.internal.twirptest.snake_case_na... type HTTPClient (line 558) | type HTTPClient interface type TwirpServer (line 566) | type TwirpServer interface function newServerOpts (line 590) | func newServerOpts(opts []interface{}) *twirp.ServerOptions { function WriteError (line 610) | func WriteError(resp http.ResponseWriter, err error) { function writeError (line 615) | func writeError(ctx context.Context, resp http.ResponseWriter, err error... function sanitizeBaseURL (line 656) | func sanitizeBaseURL(baseURL string) string { function baseServicePath (line 675) | func baseServicePath(prefix, pkg, service string) string { function parseTwirpPath (line 686) | func parseTwirpPath(path string) (string, string, string) { function getCustomHTTPReqHeaders (line 700) | func getCustomHTTPReqHeaders(ctx context.Context) http.Header { function newRequest (line 718) | func newRequest(ctx context.Context, url string, reqBody io.Reader, cont... type twerrJSON (line 734) | type twerrJSON struct function marshalErrorToJSON (line 742) | func marshalErrorToJSON(twerr twirp.Error) []byte { function errorFromResponse (line 767) | func errorFromResponse(resp *http.Response) twirp.Error { function twirpErrorFromIntermediary (line 810) | func twirpErrorFromIntermediary(status int, msg string, bodyOrLocation s... function isHTTPRedirect (line 844) | func isHTTPRedirect(status int) bool { function wrapInternal (line 850) | func wrapInternal(err error, prefix string) twirp.Error { type wrappedError (line 854) | type wrappedError struct method Error (line 859) | func (e *wrappedError) Error() string { return e.prefix + ": " + e.cau... method Unwrap (line 860) | func (e *wrappedError) Unwrap() error { return e.cause } method Cause (line 861) | func (e *wrappedError) Cause() error { return e.cause } function ensurePanicResponses (line 866) | func ensurePanicResponses(ctx context.Context, resp http.ResponseWriter,... function errFromPanic (line 885) | func errFromPanic(p interface{}) error { type internalWithCause (line 895) | type internalWithCause struct method Unwrap (line 900) | func (e *internalWithCause) Unwrap() error ... method Cause (line 901) | func (e *internalWithCause) Cause() error ... method Error (line 902) | func (e *internalWithCause) Error() string ... method Code (line 903) | func (e *internalWithCause) Code() twirp.ErrorCode ... method Msg (line 904) | func (e *internalWithCause) Msg() string ... method Meta (line 905) | func (e *internalWithCause) Meta(key string) string ... method MetaMap (line 906) | func (e *internalWithCause) MetaMap() map[string]string ... method WithMeta (line 907) | func (e *internalWithCause) WithMeta(key string, val string) twirp.Err... function malformedRequestError (line 910) | func malformedRequestError(msg string) twirp.Error { function badRouteError (line 915) | func badRouteError(msg string, method, url string) twirp.Error { function withoutRedirects (line 931) | func withoutRedirects(in *http.Client) *http.Client { function doProtobufRequest (line 946) | func doProtobufRequest(ctx context.Context, client HTTPClient, hooks *tw... function doJSONRequest (line 995) | func doJSONRequest(ctx context.Context, client HTTPClient, hooks *twirp.... function callRequestReceived (line 1051) | func callRequestReceived(ctx context.Context, h *twirp.ServerHooks) (con... function callRequestRouted (line 1059) | func callRequestRouted(ctx context.Context, h *twirp.ServerHooks) (conte... function callResponsePrepared (line 1067) | func callResponsePrepared(ctx context.Context, h *twirp.ServerHooks) con... function callResponseSent (line 1075) | func callResponseSent(ctx context.Context, h *twirp.ServerHooks) { function callError (line 1083) | func callError(ctx context.Context, h *twirp.ServerHooks, err twirp.Erro... function callClientResponseReceived (line 1090) | func callClientResponseReceived(ctx context.Context, h *twirp.ClientHook... function callClientRequestPrepared (line 1097) | func callClientRequestPrepared(ctx context.Context, h *twirp.ClientHooks... function callClientError (line 1104) | func callClientError(ctx context.Context, h *twirp.ClientHooks, err twir... FILE: license_test.go constant headerLicense (line 28) | headerLicense = ` function TestSourceCodeLicenseHeaders (line 43) | func TestSourceCodeLicenseHeaders(t *testing.T) { FILE: protoc-gen-twirp/command_line.go type commandLineParams (line 21) | type commandLineParams struct function parseCommandLineParams (line 31) | func parseCommandLineParams(parameter string) (*commandLineParams, error) { FILE: protoc-gen-twirp/command_line_test.go function TestParseCommandLineParams (line 22) | func TestParseCommandLineParams(t *testing.T) { FILE: protoc-gen-twirp/generator.go type twirp (line 39) | type twirp struct method Generate (line 80) | func (t *twirp) Generate(in *plugin.CodeGeneratorRequest) *plugin.Code... method registerPackageName (line 168) | func (t *twirp) registerPackageName(name string) (alias string) { method generate (line 217) | func (t *twirp) generate(file *descriptor.FileDescriptorProto) *plugin... method generateVersionCheck (line 252) | func (t *twirp) generateVersionCheck(file *descriptor.FileDescriptorPr... method generateFileHeader (line 260) | func (t *twirp) generateFileHeader(file *descriptor.FileDescriptorProt... method generateImports (line 279) | func (t *twirp) generateImports(file *descriptor.FileDescriptorProto) { method generateUtilImports (line 348) | func (t *twirp) generateUtilImports() { method generateUtils (line 358) | func (t *twirp) generateUtils() { method P (line 922) | func (t *twirp) P(args ...string) { method sectionComment (line 930) | func (t *twirp) sectionComment(sectionTitle string) { method generateService (line 938) | func (t *twirp) generateService(file *descriptor.FileDescriptorProto, ... method generateTwirpInterface (line 955) | func (t *twirp) generateTwirpInterface(file *descriptor.FileDescriptor... method generateSignature (line 974) | func (t *twirp) generateSignature(method *descriptor.MethodDescriptorP... method generateClient (line 982) | func (t *twirp) generateClient(name string, file *descriptor.FileDescr... method generateClientHooks (line 1105) | func (t *twirp) generateClientHooks() { method generateServer (line 1128) | func (t *twirp) generateServer(file *descriptor.FileDescriptorProto, s... method generateServerRouting (line 1205) | func (t *twirp) generateServerRouting(servStruct string, file *descrip... method generateServerMethod (line 1276) | func (t *twirp) generateServerMethod(service *descriptor.ServiceDescri... method generateServerJSONMethod (line 1301) | func (t *twirp) generateServerJSONMethod(service *descriptor.ServiceDe... method generateServerProtobufMethod (line 1372) | func (t *twirp) generateServerProtobufMethod(service *descriptor.Servi... method generateClientInterceptorCaller (line 1439) | func (t *twirp) generateClientInterceptorCaller(method *descriptor.Met... method generateServerInterceptorHandler (line 1444) | func (t *twirp) generateServerInterceptorHandler(service *descriptor.S... method generateInterceptorFunc (line 1450) | func (t *twirp) generateInterceptorFunc( method serviceMetadataVarName (line 1487) | func (t *twirp) serviceMetadataVarName() string { method generateServiceMetadataAccessors (line 1491) | func (t *twirp) generateServiceMetadataAccessors(file *descriptor.File... method generateFileDescriptor (line 1518) | func (t *twirp) generateFileDescriptor(file *descriptor.FileDescriptor... method printComments (line 1555) | func (t *twirp) printComments(comments typemap.DefinitionComments) bool { method goTypeName (line 1569) | func (t *twirp) goTypeName(protoName string) string { method goPackageName (line 1588) | func (t *twirp) goPackageName(file *descriptor.FileDescriptorProto) st... method formattedOutput (line 1592) | func (t *twirp) formattedOutput() string { function newGenerator (line 68) | func newGenerator() *twirp { function deduceGenPkgName (line 184) | func deduceGenPkgName(genFiles []*descriptor.FileDescriptorProto) (strin... function unexported (line 1618) | func unexported(s string) string { return strings.ToLower(s[:1]) + s[1:] } function pkgName (line 1620) | func pkgName(file *descriptor.FileDescriptorProto) string { function serviceNameCamelCased (line 1624) | func serviceNameCamelCased(service *descriptor.ServiceDescriptorProto) s... function serviceNameLiteral (line 1628) | func serviceNameLiteral(service *descriptor.ServiceDescriptorProto) stri... function pkgServiceNameCamelCased (line 1632) | func pkgServiceNameCamelCased(file *descriptor.FileDescriptorProto, serv... function pkgServiceNameLiteral (line 1640) | func pkgServiceNameLiteral(file *descriptor.FileDescriptorProto, service... function serviceStruct (line 1648) | func serviceStruct(service *descriptor.ServiceDescriptorProto) string { function methodNameCamelCased (line 1652) | func methodNameCamelCased(method *descriptor.MethodDescriptorProto) stri... function methodNameLiteral (line 1656) | func methodNameLiteral(method *descriptor.MethodDescriptorProto) string { function fileDescSliceContains (line 1660) | func fileDescSliceContains(slice []*descriptor.FileDescriptorProto, f *d... FILE: protoc-gen-twirp/generator_test.go function TestGenerateParseCommandLineParamsError (line 25) | func TestGenerateParseCommandLineParamsError(t *testing.T) { FILE: protoc-gen-twirp/go_naming.go function goPackageOption (line 29) | func goPackageOption(f *descriptor.FileDescriptorProto) (impPath, pkg st... function goPackageName (line 56) | func goPackageName(f *descriptor.FileDescriptorProto) (name string, expl... method goFileName (line 71) | func (t *twirp) goFileName(f *descriptor.FileDescriptorProto) string { function parseGoPackageOption (line 97) | func parseGoPackageOption(v string) (importPath, packageName string) { FILE: protoc-gen-twirp/go_naming_test.go function TestParseGoPackageOption (line 22) | func TestParseGoPackageOption(t *testing.T) { function TestGoPackageOption (line 43) | func TestGoPackageOption(t *testing.T) { function TestGoFileName (line 71) | func TestGoFileName(t *testing.T) { FILE: protoc-gen-twirp/main.go function main (line 24) | func main() { FILE: server_options.go type ServerOption (line 21) | type ServerOption function WithServerHooks (line 24) | func WithServerHooks(hooks *ServerHooks) ServerOption { function WithServerInterceptors (line 31) | func WithServerInterceptors(interceptors ...Interceptor) ServerOption { function WithServerPathPrefix (line 43) | func WithServerPathPrefix(prefix string) ServerOption { function WithServerJSONSkipDefaults (line 59) | func WithServerJSONSkipDefaults(skipDefaults bool) ServerOption { function WithServerJSONCamelCaseNames (line 73) | func WithServerJSONCamelCaseNames(jsonCamelCase bool) ServerOption { type ServerHooks (line 96) | type ServerHooks struct function ChainHooks (line 125) | func ChainHooks(hooks ...*ServerHooks) *ServerHooks { type ServerOptions (line 185) | type ServerOptions struct method ReadOpt (line 213) | func (opts *ServerOptions) ReadOpt(key string, out interface{}) bool { method setOpt (line 229) | func (opts *ServerOptions) setOpt(key string, val interface{}) { method PathPrefix (line 237) | func (opts *ServerOptions) PathPrefix() string { FILE: server_options_test.go function TestServerOptionsReadOpt (line 22) | func TestServerOptionsReadOpt(t *testing.T) { function TestChainHooks (line 57) | func TestChainHooks(t *testing.T) { function TestWithServerPathPrefix (line 125) | func TestWithServerPathPrefix(t *testing.T) { function TestWithJSONSkipDefaults (line 146) | func TestWithJSONSkipDefaults(t *testing.T) { FILE: vendor/github.com/davecgh/go-spew/spew/bypass.go constant UnsafeDisabled (line 31) | UnsafeDisabled = false constant ptrSize (line 34) | ptrSize = unsafe.Sizeof((*byte)(nil)) function init (line 66) | func init() { function unsafeReflectValue (line 122) | func unsafeReflectValue(v reflect.Value) (rv reflect.Value) { FILE: vendor/github.com/davecgh/go-spew/spew/bypasssafe.go constant UnsafeDisabled (line 28) | UnsafeDisabled = true function unsafeReflectValue (line 36) | func unsafeReflectValue(v reflect.Value) reflect.Value { FILE: vendor/github.com/davecgh/go-spew/spew/common.go function catchPanic (line 72) | func catchPanic(w io.Writer, v reflect.Value) { function handleMethods (line 85) | func handleMethods(cs *ConfigState, w io.Writer, v reflect.Value) (handl... function printBool (line 144) | func printBool(w io.Writer, val bool) { function printInt (line 153) | func printInt(w io.Writer, val int64, base int) { function printUint (line 158) | func printUint(w io.Writer, val uint64, base int) { function printFloat (line 164) | func printFloat(w io.Writer, val float64, precision int) { function printComplex (line 170) | func printComplex(w io.Writer, c complex128, floatPrecision int) { function printHexPtr (line 185) | func printHexPtr(w io.Writer, p uintptr) { type valuesSorter (line 219) | type valuesSorter struct method Len (line 279) | func (s *valuesSorter) Len() int { method Swap (line 285) | func (s *valuesSorter) Swap(i, j int) { method Less (line 326) | func (s *valuesSorter) Less(i, j int) bool { function newValuesSorter (line 228) | func newValuesSorter(values []reflect.Value, cs *ConfigState) sort.Inter... function canSortSimply (line 256) | func canSortSimply(kind reflect.Kind) bool { function valueSortLess (line 295) | func valueSortLess(a, b reflect.Value) bool { function sortValues (line 336) | func sortValues(values []reflect.Value, cs *ConfigState) { FILE: vendor/github.com/davecgh/go-spew/spew/config.go type ConfigState (line 37) | type ConfigState struct method Errorf (line 115) | func (c *ConfigState) Errorf(format string, a ...interface{}) (err err... method Fprint (line 127) | func (c *ConfigState) Fprint(w io.Writer, a ...interface{}) (n int, er... method Fprintf (line 139) | func (c *ConfigState) Fprintf(w io.Writer, format string, a ...interfa... method Fprintln (line 150) | func (c *ConfigState) Fprintln(w io.Writer, a ...interface{}) (n int, ... method Print (line 162) | func (c *ConfigState) Print(a ...interface{}) (n int, err error) { method Printf (line 174) | func (c *ConfigState) Printf(format string, a ...interface{}) (n int, ... method Println (line 186) | func (c *ConfigState) Println(a ...interface{}) (n int, err error) { method Sprint (line 197) | func (c *ConfigState) Sprint(a ...interface{}) string { method Sprintf (line 208) | func (c *ConfigState) Sprintf(format string, a ...interface{}) string { method Sprintln (line 219) | func (c *ConfigState) Sprintln(a ...interface{}) string { method NewFormatter (line 240) | func (c *ConfigState) NewFormatter(v interface{}) fmt.Formatter { method Fdump (line 246) | func (c *ConfigState) Fdump(w io.Writer, a ...interface{}) { method Dump (line 273) | func (c *ConfigState) Dump(a ...interface{}) { method Sdump (line 279) | func (c *ConfigState) Sdump(a ...interface{}) string { method convertArgs (line 288) | func (c *ConfigState) convertArgs(args []interface{}) (formatters []in... function NewDefaultConfig (line 304) | func NewDefaultConfig() *ConfigState { FILE: vendor/github.com/davecgh/go-spew/spew/dump.go type dumpState (line 51) | type dumpState struct method indent (line 62) | func (d *dumpState) indent() { method unpackValue (line 73) | func (d *dumpState) unpackValue(v reflect.Value) reflect.Value { method dumpPtr (line 81) | func (d *dumpState) dumpPtr(v reflect.Value) { method dumpSlice (line 161) | func (d *dumpState) dumpSlice(v reflect.Value) { method dump (line 251) | func (d *dumpState) dump(v reflect.Value) { function fdump (line 453) | func fdump(cs *ConfigState, w io.Writer, a ...interface{}) { function Fdump (line 472) | func Fdump(w io.Writer, a ...interface{}) { function Sdump (line 478) | func Sdump(a ...interface{}) string { function Dump (line 507) | func Dump(a ...interface{}) { FILE: vendor/github.com/davecgh/go-spew/spew/format.go constant supportedFlags (line 28) | supportedFlags = "0-+# " type formatState (line 34) | type formatState struct method buildDefaultFormat (line 47) | func (f *formatState) buildDefaultFormat() (format string) { method constructOrigFormat (line 65) | func (f *formatState) constructOrigFormat(verb rune) (format string) { method unpackValue (line 94) | func (f *formatState) unpackValue(v reflect.Value) reflect.Value { method formatPtr (line 105) | func (f *formatState) formatPtr(v reflect.Value) { method format (line 201) | func (f *formatState) format(v reflect.Value) { method Format (line 371) | func (f *formatState) Format(fs fmt.State, verb rune) { function newFormatter (line 394) | func newFormatter(cs *ConfigState, v interface{}) fmt.Formatter { function NewFormatter (line 417) | func NewFormatter(v interface{}) fmt.Formatter { FILE: vendor/github.com/davecgh/go-spew/spew/spew.go function Errorf (line 32) | func Errorf(format string, a ...interface{}) (err error) { function Fprint (line 44) | func Fprint(w io.Writer, a ...interface{}) (n int, err error) { function Fprintf (line 56) | func Fprintf(w io.Writer, format string, a ...interface{}) (n int, err e... function Fprintln (line 67) | func Fprintln(w io.Writer, a ...interface{}) (n int, err error) { function Print (line 79) | func Print(a ...interface{}) (n int, err error) { function Printf (line 91) | func Printf(format string, a ...interface{}) (n int, err error) { function Println (line 103) | func Println(a ...interface{}) (n int, err error) { function Sprint (line 114) | func Sprint(a ...interface{}) string { function Sprintf (line 125) | func Sprintf(format string, a ...interface{}) string { function Sprintln (line 136) | func Sprintln(a ...interface{}) string { function convertArgs (line 142) | func convertArgs(args []interface{}) (formatters []interface{}) { FILE: vendor/github.com/pkg/errors/errors.go function New (line 101) | func New(message string) error { function Errorf (line 111) | func Errorf(format string, args ...interface{}) error { type fundamental (line 119) | type fundamental struct method Error (line 124) | func (f *fundamental) Error() string { return f.msg } method Format (line 126) | func (f *fundamental) Format(s fmt.State, verb rune) { function WithStack (line 144) | func WithStack(err error) error { type withStack (line 154) | type withStack struct method Cause (line 159) | func (w *withStack) Cause() error { return w.error } method Format (line 161) | func (w *withStack) Format(s fmt.State, verb rune) { function Wrap (line 180) | func Wrap(err error, message string) error { function Wrapf (line 197) | func Wrapf(err error, format string, args ...interface{}) error { function WithMessage (line 213) | func WithMessage(err error, message string) error { type withMessage (line 223) | type withMessage struct method Error (line 228) | func (w *withMessage) Error() string { return w.msg + ": " + w.cause.E... method Cause (line 229) | func (w *withMessage) Cause() error { return w.cause } method Format (line 231) | func (w *withMessage) Format(s fmt.State, verb rune) { function Cause (line 256) | func Cause(err error) error { FILE: vendor/github.com/pkg/errors/stack.go type Frame (line 12) | type Frame method pc (line 16) | func (f Frame) pc() uintptr { return uintptr(f) - 1 } method file (line 20) | func (f Frame) file() string { method line (line 31) | func (f Frame) line() int { method Format (line 51) | func (f Frame) Format(s fmt.State, verb rune) { type StackTrace (line 80) | type StackTrace method Format (line 82) | func (st StackTrace) Format(s fmt.State, verb rune) { type stack (line 101) | type stack method Format (line 103) | func (s *stack) Format(st fmt.State, verb rune) { method StackTrace (line 116) | func (s *stack) StackTrace() StackTrace { function callers (line 124) | func callers() *stack { function funcname (line 133) | func funcname(name string) string { function trimGOPATH (line 140) | func trimGOPATH(name, file string) string { FILE: vendor/github.com/pmezard/go-difflib/difflib/difflib.go function min (line 26) | func min(a, b int) int { function max (line 33) | func max(a, b int) int { function calculateRatio (line 40) | func calculateRatio(matches, length int) float64 { type Match (line 47) | type Match struct type OpCode (line 53) | type OpCode struct type SequenceMatcher (line 87) | type SequenceMatcher struct method SetSeqs (line 115) | func (m *SequenceMatcher) SetSeqs(a, b []string) { method SetSeq1 (line 129) | func (m *SequenceMatcher) SetSeq1(a []string) { method SetSeq2 (line 140) | func (m *SequenceMatcher) SetSeq2(b []string) { method chainB (line 151) | func (m *SequenceMatcher) chainB() { method isBJunk (line 192) | func (m *SequenceMatcher) isBJunk(s string) bool { method findLongestMatch (line 221) | func (m *SequenceMatcher) findLongestMatch(alo, ahi, blo, bhi int) Mat... method GetMatchingBlocks (line 305) | func (m *SequenceMatcher) GetMatchingBlocks() []Match { method GetOpCodes (line 373) | func (m *SequenceMatcher) GetOpCodes() []OpCode { method GetGroupedOpCodes (line 413) | func (m *SequenceMatcher) GetGroupedOpCodes(n int) [][]OpCode { method Ratio (line 465) | func (m *SequenceMatcher) Ratio() float64 { method QuickRatio (line 477) | func (m *SequenceMatcher) QuickRatio() float64 { method RealQuickRatio (line 509) | func (m *SequenceMatcher) RealQuickRatio() float64 { function NewMatcher (line 100) | func NewMatcher(a, b []string) *SequenceMatcher { function NewMatcherWithJunk (line 106) | func NewMatcherWithJunk(a, b []string, autoJunk bool, function formatRangeUnified (line 515) | func formatRangeUnified(start, stop int) string { type UnifiedDiff (line 529) | type UnifiedDiff struct function WriteUnifiedDiff (line 559) | func WriteUnifiedDiff(writer io.Writer, diff UnifiedDiff) error { function GetUnifiedDiffString (line 635) | func GetUnifiedDiffString(diff UnifiedDiff) (string, error) { function formatRangeContext (line 642) | func formatRangeContext(start, stop int) string { type ContextDiff (line 655) | type ContextDiff function WriteContextDiff (line 674) | func WriteContextDiff(writer io.Writer, diff ContextDiff) error { function GetContextDiffString (line 760) | func GetContextDiffString(diff ContextDiff) (string, error) { function SplitLines (line 768) | func SplitLines(s string) []string { FILE: vendor/github.com/stretchr/testify/assert/assertion_format.go function Conditionf (line 15) | func Conditionf(t TestingT, comp Comparison, msg string, args ...interfa... function Containsf (line 27) | func Containsf(t TestingT, s interface{}, contains interface{}, msg stri... function DirExistsf (line 32) | func DirExistsf(t TestingT, path string, msg string, args ...interface{}... function ElementsMatchf (line 43) | func ElementsMatchf(t TestingT, listA interface{}, listB interface{}, ms... function Emptyf (line 53) | func Emptyf(t TestingT, object interface{}, msg string, args ...interfac... function Equalf (line 66) | func Equalf(t TestingT, expected interface{}, actual interface{}, msg st... function EqualErrorf (line 77) | func EqualErrorf(t TestingT, theError error, errString string, msg strin... function EqualValuesf (line 87) | func EqualValuesf(t TestingT, expected interface{}, actual interface{}, ... function Errorf (line 99) | func Errorf(t TestingT, err error, msg string, args ...interface{}) bool { function Exactlyf (line 108) | func Exactlyf(t TestingT, expected interface{}, actual interface{}, msg ... function Failf (line 113) | func Failf(t TestingT, failureMessage string, msg string, args ...interf... function FailNowf (line 118) | func FailNowf(t TestingT, failureMessage string, msg string, args ...int... function Falsef (line 127) | func Falsef(t TestingT, value bool, msg string, args ...interface{}) bool { function FileExistsf (line 132) | func FileExistsf(t TestingT, path string, msg string, args ...interface{... function HTTPBodyContainsf (line 142) | func HTTPBodyContainsf(t TestingT, handler http.HandlerFunc, method stri... function HTTPBodyNotContainsf (line 152) | func HTTPBodyNotContainsf(t TestingT, handler http.HandlerFunc, method s... function HTTPErrorf (line 161) | func HTTPErrorf(t TestingT, handler http.HandlerFunc, method string, url... function HTTPRedirectf (line 170) | func HTTPRedirectf(t TestingT, handler http.HandlerFunc, method string, ... function HTTPSuccessf (line 179) | func HTTPSuccessf(t TestingT, handler http.HandlerFunc, method string, u... function Implementsf (line 186) | func Implementsf(t TestingT, interfaceObject interface{}, object interfa... function InDeltaf (line 195) | func InDeltaf(t TestingT, expected interface{}, actual interface{}, delt... function InDeltaMapValuesf (line 200) | func InDeltaMapValuesf(t TestingT, expected interface{}, actual interfac... function InDeltaSlicef (line 205) | func InDeltaSlicef(t TestingT, expected interface{}, actual interface{},... function InEpsilonf (line 212) | func InEpsilonf(t TestingT, expected interface{}, actual interface{}, ep... function InEpsilonSlicef (line 217) | func InEpsilonSlicef(t TestingT, expected interface{}, actual interface{... function IsTypef (line 222) | func IsTypef(t TestingT, expectedType interface{}, object interface{}, m... function JSONEqf (line 231) | func JSONEqf(t TestingT, expected string, actual string, msg string, arg... function Lenf (line 241) | func Lenf(t TestingT, object interface{}, length int, msg string, args .... function Nilf (line 250) | func Nilf(t TestingT, object interface{}, msg string, args ...interface{... function NoErrorf (line 262) | func NoErrorf(t TestingT, err error, msg string, args ...interface{}) bo... function NotContainsf (line 274) | func NotContainsf(t TestingT, s interface{}, contains interface{}, msg s... function NotEmptyf (line 286) | func NotEmptyf(t TestingT, object interface{}, msg string, args ...inter... function NotEqualf (line 298) | func NotEqualf(t TestingT, expected interface{}, actual interface{}, msg... function NotNilf (line 307) | func NotNilf(t TestingT, object interface{}, msg string, args ...interfa... function NotPanicsf (line 316) | func NotPanicsf(t TestingT, f PanicTestFunc, msg string, args ...interfa... function NotRegexpf (line 326) | func NotRegexpf(t TestingT, rx interface{}, str interface{}, msg string,... function NotSubsetf (line 336) | func NotSubsetf(t TestingT, list interface{}, subset interface{}, msg st... function NotZerof (line 341) | func NotZerof(t TestingT, i interface{}, msg string, args ...interface{}... function Panicsf (line 350) | func Panicsf(t TestingT, f PanicTestFunc, msg string, args ...interface{... function PanicsWithValuef (line 360) | func PanicsWithValuef(t TestingT, expected interface{}, f PanicTestFunc,... function Regexpf (line 370) | func Regexpf(t TestingT, rx interface{}, str interface{}, msg string, ar... function Subsetf (line 380) | func Subsetf(t TestingT, list interface{}, subset interface{}, msg strin... function Truef (line 389) | func Truef(t TestingT, value bool, msg string, args ...interface{}) bool { function WithinDurationf (line 398) | func WithinDurationf(t TestingT, expected time.Time, actual time.Time, d... function Zerof (line 403) | func Zerof(t TestingT, i interface{}, msg string, args ...interface{}) b... FILE: vendor/github.com/stretchr/testify/assert/assertion_forward.go method Condition (line 15) | func (a *Assertions) Condition(comp Comparison, msgAndArgs ...interface{... method Conditionf (line 20) | func (a *Assertions) Conditionf(comp Comparison, msg string, args ...int... method Contains (line 32) | func (a *Assertions) Contains(s interface{}, contains interface{}, msgAn... method Containsf (line 44) | func (a *Assertions) Containsf(s interface{}, contains interface{}, msg ... method DirExists (line 49) | func (a *Assertions) DirExists(path string, msgAndArgs ...interface{}) b... method DirExistsf (line 54) | func (a *Assertions) DirExistsf(path string, msg string, args ...interfa... method ElementsMatch (line 65) | func (a *Assertions) ElementsMatch(listA interface{}, listB interface{},... method ElementsMatchf (line 76) | func (a *Assertions) ElementsMatchf(listA interface{}, listB interface{}... method Empty (line 86) | func (a *Assertions) Empty(object interface{}, msgAndArgs ...interface{}... method Emptyf (line 96) | func (a *Assertions) Emptyf(object interface{}, msg string, args ...inte... method Equal (line 109) | func (a *Assertions) Equal(expected interface{}, actual interface{}, msg... method EqualError (line 120) | func (a *Assertions) EqualError(theError error, errString string, msgAnd... method EqualErrorf (line 131) | func (a *Assertions) EqualErrorf(theError error, errString string, msg s... method EqualValues (line 141) | func (a *Assertions) EqualValues(expected interface{}, actual interface{... method EqualValuesf (line 151) | func (a *Assertions) EqualValuesf(expected interface{}, actual interface... method Equalf (line 164) | func (a *Assertions) Equalf(expected interface{}, actual interface{}, ms... method Error (line 176) | func (a *Assertions) Error(err error, msgAndArgs ...interface{}) bool { method Errorf (line 188) | func (a *Assertions) Errorf(err error, msg string, args ...interface{}) ... method Exactly (line 197) | func (a *Assertions) Exactly(expected interface{}, actual interface{}, m... method Exactlyf (line 206) | func (a *Assertions) Exactlyf(expected interface{}, actual interface{}, ... method Fail (line 211) | func (a *Assertions) Fail(failureMessage string, msgAndArgs ...interface... method FailNow (line 216) | func (a *Assertions) FailNow(failureMessage string, msgAndArgs ...interf... method FailNowf (line 221) | func (a *Assertions) FailNowf(failureMessage string, msg string, args ..... method Failf (line 226) | func (a *Assertions) Failf(failureMessage string, msg string, args ...in... method False (line 235) | func (a *Assertions) False(value bool, msgAndArgs ...interface{}) bool { method Falsef (line 244) | func (a *Assertions) Falsef(value bool, msg string, args ...interface{})... method FileExists (line 249) | func (a *Assertions) FileExists(path string, msgAndArgs ...interface{}) ... method FileExistsf (line 254) | func (a *Assertions) FileExistsf(path string, msg string, args ...interf... method HTTPBodyContains (line 264) | func (a *Assertions) HTTPBodyContains(handler http.HandlerFunc, method s... method HTTPBodyContainsf (line 274) | func (a *Assertions) HTTPBodyContainsf(handler http.HandlerFunc, method ... method HTTPBodyNotContains (line 284) | func (a *Assertions) HTTPBodyNotContains(handler http.HandlerFunc, metho... method HTTPBodyNotContainsf (line 294) | func (a *Assertions) HTTPBodyNotContainsf(handler http.HandlerFunc, meth... method HTTPError (line 303) | func (a *Assertions) HTTPError(handler http.HandlerFunc, method string, ... method HTTPErrorf (line 312) | func (a *Assertions) HTTPErrorf(handler http.HandlerFunc, method string,... method HTTPRedirect (line 321) | func (a *Assertions) HTTPRedirect(handler http.HandlerFunc, method strin... method HTTPRedirectf (line 330) | func (a *Assertions) HTTPRedirectf(handler http.HandlerFunc, method stri... method HTTPSuccess (line 339) | func (a *Assertions) HTTPSuccess(handler http.HandlerFunc, method string... method HTTPSuccessf (line 348) | func (a *Assertions) HTTPSuccessf(handler http.HandlerFunc, method strin... method Implements (line 355) | func (a *Assertions) Implements(interfaceObject interface{}, object inte... method Implementsf (line 362) | func (a *Assertions) Implementsf(interfaceObject interface{}, object int... method InDelta (line 371) | func (a *Assertions) InDelta(expected interface{}, actual interface{}, d... method InDeltaMapValues (line 376) | func (a *Assertions) InDeltaMapValues(expected interface{}, actual inter... method InDeltaMapValuesf (line 381) | func (a *Assertions) InDeltaMapValuesf(expected interface{}, actual inte... method InDeltaSlice (line 386) | func (a *Assertions) InDeltaSlice(expected interface{}, actual interface... method InDeltaSlicef (line 391) | func (a *Assertions) InDeltaSlicef(expected interface{}, actual interfac... method InDeltaf (line 400) | func (a *Assertions) InDeltaf(expected interface{}, actual interface{}, ... method InEpsilon (line 407) | func (a *Assertions) InEpsilon(expected interface{}, actual interface{},... method InEpsilonSlice (line 412) | func (a *Assertions) InEpsilonSlice(expected interface{}, actual interfa... method InEpsilonSlicef (line 417) | func (a *Assertions) InEpsilonSlicef(expected interface{}, actual interf... method InEpsilonf (line 424) | func (a *Assertions) InEpsilonf(expected interface{}, actual interface{}... method IsType (line 429) | func (a *Assertions) IsType(expectedType interface{}, object interface{}... method IsTypef (line 434) | func (a *Assertions) IsTypef(expectedType interface{}, object interface{... method JSONEq (line 443) | func (a *Assertions) JSONEq(expected string, actual string, msgAndArgs .... method JSONEqf (line 452) | func (a *Assertions) JSONEqf(expected string, actual string, msg string,... method Len (line 462) | func (a *Assertions) Len(object interface{}, length int, msgAndArgs ...i... method Lenf (line 472) | func (a *Assertions) Lenf(object interface{}, length int, msg string, ar... method Nil (line 481) | func (a *Assertions) Nil(object interface{}, msgAndArgs ...interface{}) ... method Nilf (line 490) | func (a *Assertions) Nilf(object interface{}, msg string, args ...interf... method NoError (line 502) | func (a *Assertions) NoError(err error, msgAndArgs ...interface{}) bool { method NoErrorf (line 514) | func (a *Assertions) NoErrorf(err error, msg string, args ...interface{}... method NotContains (line 526) | func (a *Assertions) NotContains(s interface{}, contains interface{}, ms... method NotContainsf (line 538) | func (a *Assertions) NotContainsf(s interface{}, contains interface{}, m... method NotEmpty (line 550) | func (a *Assertions) NotEmpty(object interface{}, msgAndArgs ...interfac... method NotEmptyf (line 562) | func (a *Assertions) NotEmptyf(object interface{}, msg string, args ...i... method NotEqual (line 574) | func (a *Assertions) NotEqual(expected interface{}, actual interface{}, ... method NotEqualf (line 586) | func (a *Assertions) NotEqualf(expected interface{}, actual interface{},... method NotNil (line 595) | func (a *Assertions) NotNil(object interface{}, msgAndArgs ...interface{... method NotNilf (line 604) | func (a *Assertions) NotNilf(object interface{}, msg string, args ...int... method NotPanics (line 613) | func (a *Assertions) NotPanics(f PanicTestFunc, msgAndArgs ...interface{... method NotPanicsf (line 622) | func (a *Assertions) NotPanicsf(f PanicTestFunc, msg string, args ...int... method NotRegexp (line 632) | func (a *Assertions) NotRegexp(rx interface{}, str interface{}, msgAndAr... method NotRegexpf (line 642) | func (a *Assertions) NotRegexpf(rx interface{}, str interface{}, msg str... method NotSubset (line 652) | func (a *Assertions) NotSubset(list interface{}, subset interface{}, msg... method NotSubsetf (line 662) | func (a *Assertions) NotSubsetf(list interface{}, subset interface{}, ms... method NotZero (line 667) | func (a *Assertions) NotZero(i interface{}, msgAndArgs ...interface{}) b... method NotZerof (line 672) | func (a *Assertions) NotZerof(i interface{}, msg string, args ...interfa... method Panics (line 681) | func (a *Assertions) Panics(f PanicTestFunc, msgAndArgs ...interface{}) ... method PanicsWithValue (line 691) | func (a *Assertions) PanicsWithValue(expected interface{}, f PanicTestFu... method PanicsWithValuef (line 701) | func (a *Assertions) PanicsWithValuef(expected interface{}, f PanicTestF... method Panicsf (line 710) | func (a *Assertions) Panicsf(f PanicTestFunc, msg string, args ...interf... method Regexp (line 720) | func (a *Assertions) Regexp(rx interface{}, str interface{}, msgAndArgs ... method Regexpf (line 730) | func (a *Assertions) Regexpf(rx interface{}, str interface{}, msg string... method Subset (line 740) | func (a *Assertions) Subset(list interface{}, subset interface{}, msgAnd... method Subsetf (line 750) | func (a *Assertions) Subsetf(list interface{}, subset interface{}, msg s... method True (line 759) | func (a *Assertions) True(value bool, msgAndArgs ...interface{}) bool { method Truef (line 768) | func (a *Assertions) Truef(value bool, msg string, args ...interface{}) ... method WithinDuration (line 777) | func (a *Assertions) WithinDuration(expected time.Time, actual time.Time... method WithinDurationf (line 786) | func (a *Assertions) WithinDurationf(expected time.Time, actual time.Tim... method Zero (line 791) | func (a *Assertions) Zero(i interface{}, msgAndArgs ...interface{}) bool { method Zerof (line 796) | func (a *Assertions) Zerof(i interface{}, msg string, args ...interface{... FILE: vendor/github.com/stretchr/testify/assert/assertions.go type TestingT (line 26) | type TestingT interface type Comparison (line 31) | type Comparison function ObjectsAreEqual (line 40) | func ObjectsAreEqual(expected, actual interface{}) bool { function ObjectsAreEqualValues (line 60) | func ObjectsAreEqualValues(expected, actual interface{}) bool { function CallerInfo (line 85) | func CallerInfo() []string { function isTest (line 148) | func isTest(name, prefix string) bool { function getWhitespaceString (line 161) | func getWhitespaceString() string { function messageFromMsgAndArgs (line 174) | func messageFromMsgAndArgs(msgAndArgs ...interface{}) string { function indentMessageLines (line 191) | func indentMessageLines(message string, longestLabelLen int) string { type failNower (line 206) | type failNower interface function FailNow (line 211) | func FailNow(t TestingT, failureMessage string, msgAndArgs ...interface{... function Fail (line 229) | func Fail(t TestingT, failureMessage string, msgAndArgs ...interface{}) ... type labeledContent (line 252) | type labeledContent struct function labeledOutput (line 266) | func labeledOutput(content ...labeledContent) string { function Implements (line 283) | func Implements(t TestingT, interfaceObject interface{}, object interfac... function IsType (line 297) | func IsType(t TestingT, expectedType interface{}, object interface{}, ms... function Equal (line 315) | func Equal(t TestingT, expected, actual interface{}, msgAndArgs ...inter... function formatUnequalValues (line 339) | func formatUnequalValues(expected, actual interface{}) (e string, a stri... function EqualValues (line 355) | func EqualValues(t TestingT, expected, actual interface{}, msgAndArgs ..... function Exactly (line 374) | func Exactly(t TestingT, expected, actual interface{}, msgAndArgs ...int... function NotNil (line 392) | func NotNil(t TestingT, object interface{}, msgAndArgs ...interface{}) b... function isNil (line 400) | func isNil(object interface{}) bool { function Nil (line 419) | func Nil(t TestingT, object interface{}, msgAndArgs ...interface{}) bool { function isEmpty (line 427) | func isEmpty(object interface{}) bool { function Empty (line 460) | func Empty(t TestingT, object interface{}, msgAndArgs ...interface{}) bo... function NotEmpty (line 479) | func NotEmpty(t TestingT, object interface{}, msgAndArgs ...interface{})... function getLen (line 492) | func getLen(x interface{}) (ok bool, length int) { function Len (line 508) | func Len(t TestingT, object interface{}, length int, msgAndArgs ...inter... function True (line 525) | func True(t TestingT, value bool, msgAndArgs ...interface{}) bool { function False (line 540) | func False(t TestingT, value bool, msgAndArgs ...interface{}) bool { function NotEqual (line 558) | func NotEqual(t TestingT, expected, actual interface{}, msgAndArgs ...in... function includeElement (line 576) | func includeElement(list interface{}, element interface{}) (ok, found bo... function Contains (line 618) | func Contains(t TestingT, s, contains interface{}, msgAndArgs ...interfa... function NotContains (line 640) | func NotContains(t TestingT, s, contains interface{}, msgAndArgs ...inte... function Subset (line 660) | func Subset(t TestingT, list, subset interface{}, msgAndArgs ...interfac... function NotSubset (line 703) | func NotSubset(t TestingT, list, subset interface{}, msgAndArgs ...inter... function ElementsMatch (line 747) | func ElementsMatch(t TestingT, listA, listB interface{}, msgAndArgs ...i... function Condition (line 797) | func Condition(t TestingT, comp Comparison, msgAndArgs ...interface{}) b... type PanicTestFunc (line 807) | type PanicTestFunc function didPanic (line 810) | func didPanic(f PanicTestFunc) (bool, interface{}) { function Panics (line 836) | func Panics(t TestingT, f PanicTestFunc, msgAndArgs ...interface{}) bool { function PanicsWithValue (line 851) | func PanicsWithValue(t TestingT, expected interface{}, f PanicTestFunc, ... function NotPanics (line 869) | func NotPanics(t TestingT, f PanicTestFunc, msgAndArgs ...interface{}) b... function WithinDuration (line 883) | func WithinDuration(t TestingT, expected, actual time.Time, delta time.D... function toFloat (line 893) | func toFloat(x interface{}) (float64, bool) { function InDelta (line 934) | func InDelta(t TestingT, expected, actual interface{}, delta float64, ms... function InDeltaSlice (line 960) | func InDeltaSlice(t TestingT, expected, actual interface{}, delta float6... function InDeltaMapValues (line 981) | func InDeltaMapValues(t TestingT, expected, actual interface{}, delta fl... function calcRelativeError (line 1021) | func calcRelativeError(expected, actual interface{}) (float64, error) { function InEpsilon (line 1040) | func InEpsilon(t TestingT, expected, actual interface{}, epsilon float64... function InEpsilonSlice (line 1054) | func InEpsilonSlice(t TestingT, expected, actual interface{}, epsilon fl... function NoError (line 1086) | func NoError(t TestingT, err error, msgAndArgs ...interface{}) bool { function Error (line 1102) | func Error(t TestingT, err error, msgAndArgs ...interface{}) bool { function EqualError (line 1118) | func EqualError(t TestingT, theError error, errString string, msgAndArgs... function matchRegexp (line 1134) | func matchRegexp(rx interface{}, str interface{}) bool { function Regexp (line 1153) | func Regexp(t TestingT, rx interface{}, str interface{}, msgAndArgs ...i... function NotRegexp (line 1170) | func NotRegexp(t TestingT, rx interface{}, str interface{}, msgAndArgs .... function Zero (line 1182) | func Zero(t TestingT, i interface{}, msgAndArgs ...interface{}) bool { function NotZero (line 1190) | func NotZero(t TestingT, i interface{}, msgAndArgs ...interface{}) bool { function FileExists (line 1198) | func FileExists(t TestingT, path string, msgAndArgs ...interface{}) bool { function DirExists (line 1213) | func DirExists(t TestingT, path string, msgAndArgs ...interface{}) bool { function JSONEq (line 1232) | func JSONEq(t TestingT, expected string, actual string, msgAndArgs ...in... function typeAndKind (line 1246) | func typeAndKind(v interface{}) (reflect.Type, reflect.Kind) { function diff (line 1259) | func diff(expected interface{}, actual interface{}) string { function validateEqualArgs (line 1293) | func validateEqualArgs(expected, actual interface{}) error { function isFunction (line 1300) | func isFunction(arg interface{}) bool { FILE: vendor/github.com/stretchr/testify/assert/forward_assertions.go type Assertions (line 5) | type Assertions struct function New (line 10) | func New(t TestingT) *Assertions { FILE: vendor/github.com/stretchr/testify/assert/http_assertions.go function httpCode (line 13) | func httpCode(handler http.HandlerFunc, method, url string, values url.V... function HTTPSuccess (line 28) | func HTTPSuccess(t TestingT, handler http.HandlerFunc, method, url strin... function HTTPRedirect (line 48) | func HTTPRedirect(t TestingT, handler http.HandlerFunc, method, url stri... function HTTPError (line 68) | func HTTPError(t TestingT, handler http.HandlerFunc, method, url string,... function HTTPBody (line 85) | func HTTPBody(handler http.HandlerFunc, method, url string, values url.V... function HTTPBodyContains (line 101) | func HTTPBodyContains(t TestingT, handler http.HandlerFunc, method, url ... function HTTPBodyNotContains (line 118) | func HTTPBodyNotContains(t TestingT, handler http.HandlerFunc, method, u... FILE: vendor/github.com/stretchr/testify/require/forward_requirements.go type Assertions (line 5) | type Assertions struct function New (line 10) | func New(t TestingT) *Assertions { FILE: vendor/github.com/stretchr/testify/require/require.go function Condition (line 16) | func Condition(t TestingT, comp assert.Comparison, msgAndArgs ...interfa... function Conditionf (line 23) | func Conditionf(t TestingT, comp assert.Comparison, msg string, args ...... function Contains (line 37) | func Contains(t TestingT, s interface{}, contains interface{}, msgAndArg... function Containsf (line 51) | func Containsf(t TestingT, s interface{}, contains interface{}, msg stri... function DirExists (line 58) | func DirExists(t TestingT, path string, msgAndArgs ...interface{}) { function DirExistsf (line 65) | func DirExistsf(t TestingT, path string, msg string, args ...interface{}) { function ElementsMatch (line 78) | func ElementsMatch(t TestingT, listA interface{}, listB interface{}, msg... function ElementsMatchf (line 91) | func ElementsMatchf(t TestingT, listA interface{}, listB interface{}, ms... function Empty (line 103) | func Empty(t TestingT, object interface{}, msgAndArgs ...interface{}) { function Emptyf (line 115) | func Emptyf(t TestingT, object interface{}, msg string, args ...interfac... function Equal (line 130) | func Equal(t TestingT, expected interface{}, actual interface{}, msgAndA... function EqualError (line 143) | func EqualError(t TestingT, theError error, errString string, msgAndArgs... function EqualErrorf (line 156) | func EqualErrorf(t TestingT, theError error, errString string, msg strin... function EqualValues (line 168) | func EqualValues(t TestingT, expected interface{}, actual interface{}, m... function EqualValuesf (line 180) | func EqualValuesf(t TestingT, expected interface{}, actual interface{}, ... function Equalf (line 195) | func Equalf(t TestingT, expected interface{}, actual interface{}, msg st... function Error (line 209) | func Error(t TestingT, err error, msgAndArgs ...interface{}) { function Errorf (line 223) | func Errorf(t TestingT, err error, msg string, args ...interface{}) { function Exactly (line 234) | func Exactly(t TestingT, expected interface{}, actual interface{}, msgAn... function Exactlyf (line 245) | func Exactlyf(t TestingT, expected interface{}, actual interface{}, msg ... function Fail (line 252) | func Fail(t TestingT, failureMessage string, msgAndArgs ...interface{}) { function FailNow (line 259) | func FailNow(t TestingT, failureMessage string, msgAndArgs ...interface{... function FailNowf (line 266) | func FailNowf(t TestingT, failureMessage string, msg string, args ...int... function Failf (line 273) | func Failf(t TestingT, failureMessage string, msg string, args ...interf... function False (line 284) | func False(t TestingT, value bool, msgAndArgs ...interface{}) { function Falsef (line 295) | func Falsef(t TestingT, value bool, msg string, args ...interface{}) { function FileExists (line 302) | func FileExists(t TestingT, path string, msgAndArgs ...interface{}) { function FileExistsf (line 309) | func FileExistsf(t TestingT, path string, msg string, args ...interface{... function HTTPBodyContains (line 321) | func HTTPBodyContains(t TestingT, handler http.HandlerFunc, method strin... function HTTPBodyContainsf (line 333) | func HTTPBodyContainsf(t TestingT, handler http.HandlerFunc, method stri... function HTTPBodyNotContains (line 345) | func HTTPBodyNotContains(t TestingT, handler http.HandlerFunc, method st... function HTTPBodyNotContainsf (line 357) | func HTTPBodyNotContainsf(t TestingT, handler http.HandlerFunc, method s... function HTTPError (line 368) | func HTTPError(t TestingT, handler http.HandlerFunc, method string, url ... function HTTPErrorf (line 379) | func HTTPErrorf(t TestingT, handler http.HandlerFunc, method string, url... function HTTPRedirect (line 390) | func HTTPRedirect(t TestingT, handler http.HandlerFunc, method string, u... function HTTPRedirectf (line 401) | func HTTPRedirectf(t TestingT, handler http.HandlerFunc, method string, ... function HTTPSuccess (line 412) | func HTTPSuccess(t TestingT, handler http.HandlerFunc, method string, ur... function HTTPSuccessf (line 423) | func HTTPSuccessf(t TestingT, handler http.HandlerFunc, method string, u... function Implements (line 432) | func Implements(t TestingT, interfaceObject interface{}, object interfac... function Implementsf (line 441) | func Implementsf(t TestingT, interfaceObject interface{}, object interfa... function InDelta (line 452) | func InDelta(t TestingT, expected interface{}, actual interface{}, delta... function InDeltaMapValues (line 459) | func InDeltaMapValues(t TestingT, expected interface{}, actual interface... function InDeltaMapValuesf (line 466) | func InDeltaMapValuesf(t TestingT, expected interface{}, actual interfac... function InDeltaSlice (line 473) | func InDeltaSlice(t TestingT, expected interface{}, actual interface{}, ... function InDeltaSlicef (line 480) | func InDeltaSlicef(t TestingT, expected interface{}, actual interface{},... function InDeltaf (line 491) | func InDeltaf(t TestingT, expected interface{}, actual interface{}, delt... function InEpsilon (line 500) | func InEpsilon(t TestingT, expected interface{}, actual interface{}, eps... function InEpsilonSlice (line 507) | func InEpsilonSlice(t TestingT, expected interface{}, actual interface{}... function InEpsilonSlicef (line 514) | func InEpsilonSlicef(t TestingT, expected interface{}, actual interface{... function InEpsilonf (line 523) | func InEpsilonf(t TestingT, expected interface{}, actual interface{}, ep... function IsType (line 530) | func IsType(t TestingT, expectedType interface{}, object interface{}, ms... function IsTypef (line 537) | func IsTypef(t TestingT, expectedType interface{}, object interface{}, m... function JSONEq (line 548) | func JSONEq(t TestingT, expected string, actual string, msgAndArgs ...in... function JSONEqf (line 559) | func JSONEqf(t TestingT, expected string, actual string, msg string, arg... function Len (line 571) | func Len(t TestingT, object interface{}, length int, msgAndArgs ...inter... function Lenf (line 583) | func Lenf(t TestingT, object interface{}, length int, msg string, args .... function Nil (line 594) | func Nil(t TestingT, object interface{}, msgAndArgs ...interface{}) { function Nilf (line 605) | func Nilf(t TestingT, object interface{}, msg string, args ...interface{... function NoError (line 619) | func NoError(t TestingT, err error, msgAndArgs ...interface{}) { function NoErrorf (line 633) | func NoErrorf(t TestingT, err error, msg string, args ...interface{}) { function NotContains (line 647) | func NotContains(t TestingT, s interface{}, contains interface{}, msgAnd... function NotContainsf (line 661) | func NotContainsf(t TestingT, s interface{}, contains interface{}, msg s... function NotEmpty (line 675) | func NotEmpty(t TestingT, object interface{}, msgAndArgs ...interface{}) { function NotEmptyf (line 689) | func NotEmptyf(t TestingT, object interface{}, msg string, args ...inter... function NotEqual (line 703) | func NotEqual(t TestingT, expected interface{}, actual interface{}, msgA... function NotEqualf (line 717) | func NotEqualf(t TestingT, expected interface{}, actual interface{}, msg... function NotNil (line 728) | func NotNil(t TestingT, object interface{}, msgAndArgs ...interface{}) { function NotNilf (line 739) | func NotNilf(t TestingT, object interface{}, msg string, args ...interfa... function NotPanics (line 750) | func NotPanics(t TestingT, f assert.PanicTestFunc, msgAndArgs ...interfa... function NotPanicsf (line 761) | func NotPanicsf(t TestingT, f assert.PanicTestFunc, msg string, args ...... function NotRegexp (line 773) | func NotRegexp(t TestingT, rx interface{}, str interface{}, msgAndArgs .... function NotRegexpf (line 785) | func NotRegexpf(t TestingT, rx interface{}, str interface{}, msg string,... function NotSubset (line 797) | func NotSubset(t TestingT, list interface{}, subset interface{}, msgAndA... function NotSubsetf (line 809) | func NotSubsetf(t TestingT, list interface{}, subset interface{}, msg st... function NotZero (line 816) | func NotZero(t TestingT, i interface{}, msgAndArgs ...interface{}) { function NotZerof (line 823) | func NotZerof(t TestingT, i interface{}, msg string, args ...interface{}) { function Panics (line 834) | func Panics(t TestingT, f assert.PanicTestFunc, msgAndArgs ...interface{... function PanicsWithValue (line 846) | func PanicsWithValue(t TestingT, expected interface{}, f assert.PanicTes... function PanicsWithValuef (line 858) | func PanicsWithValuef(t TestingT, expected interface{}, f assert.PanicTe... function Panicsf (line 869) | func Panicsf(t TestingT, f assert.PanicTestFunc, msg string, args ...int... function Regexp (line 881) | func Regexp(t TestingT, rx interface{}, str interface{}, msgAndArgs ...i... function Regexpf (line 893) | func Regexpf(t TestingT, rx interface{}, str interface{}, msg string, ar... function Subset (line 905) | func Subset(t TestingT, list interface{}, subset interface{}, msgAndArgs... function Subsetf (line 917) | func Subsetf(t TestingT, list interface{}, subset interface{}, msg strin... function True (line 928) | func True(t TestingT, value bool, msgAndArgs ...interface{}) { function Truef (line 939) | func Truef(t TestingT, value bool, msg string, args ...interface{}) { function WithinDuration (line 950) | func WithinDuration(t TestingT, expected time.Time, actual time.Time, de... function WithinDurationf (line 961) | func WithinDurationf(t TestingT, expected time.Time, actual time.Time, d... function Zero (line 968) | func Zero(t TestingT, i interface{}, msgAndArgs ...interface{}) { function Zerof (line 975) | func Zerof(t TestingT, i interface{}, msg string, args ...interface{}) { FILE: vendor/github.com/stretchr/testify/require/require_forward.go method Condition (line 16) | func (a *Assertions) Condition(comp assert.Comparison, msgAndArgs ...int... method Conditionf (line 21) | func (a *Assertions) Conditionf(comp assert.Comparison, msg string, args... method Contains (line 33) | func (a *Assertions) Contains(s interface{}, contains interface{}, msgAn... method Containsf (line 45) | func (a *Assertions) Containsf(s interface{}, contains interface{}, msg ... method DirExists (line 50) | func (a *Assertions) DirExists(path string, msgAndArgs ...interface{}) { method DirExistsf (line 55) | func (a *Assertions) DirExistsf(path string, msg string, args ...interfa... method ElementsMatch (line 66) | func (a *Assertions) ElementsMatch(listA interface{}, listB interface{},... method ElementsMatchf (line 77) | func (a *Assertions) ElementsMatchf(listA interface{}, listB interface{}... method Empty (line 87) | func (a *Assertions) Empty(object interface{}, msgAndArgs ...interface{}) { method Emptyf (line 97) | func (a *Assertions) Emptyf(object interface{}, msg string, args ...inte... method Equal (line 110) | func (a *Assertions) Equal(expected interface{}, actual interface{}, msg... method EqualError (line 121) | func (a *Assertions) EqualError(theError error, errString string, msgAnd... method EqualErrorf (line 132) | func (a *Assertions) EqualErrorf(theError error, errString string, msg s... method EqualValues (line 142) | func (a *Assertions) EqualValues(expected interface{}, actual interface{... method EqualValuesf (line 152) | func (a *Assertions) EqualValuesf(expected interface{}, actual interface... method Equalf (line 165) | func (a *Assertions) Equalf(expected interface{}, actual interface{}, ms... method Error (line 177) | func (a *Assertions) Error(err error, msgAndArgs ...interface{}) { method Errorf (line 189) | func (a *Assertions) Errorf(err error, msg string, args ...interface{}) { method Exactly (line 198) | func (a *Assertions) Exactly(expected interface{}, actual interface{}, m... method Exactlyf (line 207) | func (a *Assertions) Exactlyf(expected interface{}, actual interface{}, ... method Fail (line 212) | func (a *Assertions) Fail(failureMessage string, msgAndArgs ...interface... method FailNow (line 217) | func (a *Assertions) FailNow(failureMessage string, msgAndArgs ...interf... method FailNowf (line 222) | func (a *Assertions) FailNowf(failureMessage string, msg string, args ..... method Failf (line 227) | func (a *Assertions) Failf(failureMessage string, msg string, args ...in... method False (line 236) | func (a *Assertions) False(value bool, msgAndArgs ...interface{}) { method Falsef (line 245) | func (a *Assertions) Falsef(value bool, msg string, args ...interface{}) { method FileExists (line 250) | func (a *Assertions) FileExists(path string, msgAndArgs ...interface{}) { method FileExistsf (line 255) | func (a *Assertions) FileExistsf(path string, msg string, args ...interf... method HTTPBodyContains (line 265) | func (a *Assertions) HTTPBodyContains(handler http.HandlerFunc, method s... method HTTPBodyContainsf (line 275) | func (a *Assertions) HTTPBodyContainsf(handler http.HandlerFunc, method ... method HTTPBodyNotContains (line 285) | func (a *Assertions) HTTPBodyNotContains(handler http.HandlerFunc, metho... method HTTPBodyNotContainsf (line 295) | func (a *Assertions) HTTPBodyNotContainsf(handler http.HandlerFunc, meth... method HTTPError (line 304) | func (a *Assertions) HTTPError(handler http.HandlerFunc, method string, ... method HTTPErrorf (line 313) | func (a *Assertions) HTTPErrorf(handler http.HandlerFunc, method string,... method HTTPRedirect (line 322) | func (a *Assertions) HTTPRedirect(handler http.HandlerFunc, method strin... method HTTPRedirectf (line 331) | func (a *Assertions) HTTPRedirectf(handler http.HandlerFunc, method stri... method HTTPSuccess (line 340) | func (a *Assertions) HTTPSuccess(handler http.HandlerFunc, method string... method HTTPSuccessf (line 349) | func (a *Assertions) HTTPSuccessf(handler http.HandlerFunc, method strin... method Implements (line 356) | func (a *Assertions) Implements(interfaceObject interface{}, object inte... method Implementsf (line 363) | func (a *Assertions) Implementsf(interfaceObject interface{}, object int... method InDelta (line 372) | func (a *Assertions) InDelta(expected interface{}, actual interface{}, d... method InDeltaMapValues (line 377) | func (a *Assertions) InDeltaMapValues(expected interface{}, actual inter... method InDeltaMapValuesf (line 382) | func (a *Assertions) InDeltaMapValuesf(expected interface{}, actual inte... method InDeltaSlice (line 387) | func (a *Assertions) InDeltaSlice(expected interface{}, actual interface... method InDeltaSlicef (line 392) | func (a *Assertions) InDeltaSlicef(expected interface{}, actual interfac... method InDeltaf (line 401) | func (a *Assertions) InDeltaf(expected interface{}, actual interface{}, ... method InEpsilon (line 408) | func (a *Assertions) InEpsilon(expected interface{}, actual interface{},... method InEpsilonSlice (line 413) | func (a *Assertions) InEpsilonSlice(expected interface{}, actual interfa... method InEpsilonSlicef (line 418) | func (a *Assertions) InEpsilonSlicef(expected interface{}, actual interf... method InEpsilonf (line 425) | func (a *Assertions) InEpsilonf(expected interface{}, actual interface{}... method IsType (line 430) | func (a *Assertions) IsType(expectedType interface{}, object interface{}... method IsTypef (line 435) | func (a *Assertions) IsTypef(expectedType interface{}, object interface{... method JSONEq (line 444) | func (a *Assertions) JSONEq(expected string, actual string, msgAndArgs .... method JSONEqf (line 453) | func (a *Assertions) JSONEqf(expected string, actual string, msg string,... method Len (line 463) | func (a *Assertions) Len(object interface{}, length int, msgAndArgs ...i... method Lenf (line 473) | func (a *Assertions) Lenf(object interface{}, length int, msg string, ar... method Nil (line 482) | func (a *Assertions) Nil(object interface{}, msgAndArgs ...interface{}) { method Nilf (line 491) | func (a *Assertions) Nilf(object interface{}, msg string, args ...interf... method NoError (line 503) | func (a *Assertions) NoError(err error, msgAndArgs ...interface{}) { method NoErrorf (line 515) | func (a *Assertions) NoErrorf(err error, msg string, args ...interface{}) { method NotContains (line 527) | func (a *Assertions) NotContains(s interface{}, contains interface{}, ms... method NotContainsf (line 539) | func (a *Assertions) NotContainsf(s interface{}, contains interface{}, m... method NotEmpty (line 551) | func (a *Assertions) NotEmpty(object interface{}, msgAndArgs ...interfac... method NotEmptyf (line 563) | func (a *Assertions) NotEmptyf(object interface{}, msg string, args ...i... method NotEqual (line 575) | func (a *Assertions) NotEqual(expected interface{}, actual interface{}, ... method NotEqualf (line 587) | func (a *Assertions) NotEqualf(expected interface{}, actual interface{},... method NotNil (line 596) | func (a *Assertions) NotNil(object interface{}, msgAndArgs ...interface{... method NotNilf (line 605) | func (a *Assertions) NotNilf(object interface{}, msg string, args ...int... method NotPanics (line 614) | func (a *Assertions) NotPanics(f assert.PanicTestFunc, msgAndArgs ...int... method NotPanicsf (line 623) | func (a *Assertions) NotPanicsf(f assert.PanicTestFunc, msg string, args... method NotRegexp (line 633) | func (a *Assertions) NotRegexp(rx interface{}, str interface{}, msgAndAr... method NotRegexpf (line 643) | func (a *Assertions) NotRegexpf(rx interface{}, str interface{}, msg str... method NotSubset (line 653) | func (a *Assertions) NotSubset(list interface{}, subset interface{}, msg... method NotSubsetf (line 663) | func (a *Assertions) NotSubsetf(list interface{}, subset interface{}, ms... method NotZero (line 668) | func (a *Assertions) NotZero(i interface{}, msgAndArgs ...interface{}) { method NotZerof (line 673) | func (a *Assertions) NotZerof(i interface{}, msg string, args ...interfa... method Panics (line 682) | func (a *Assertions) Panics(f assert.PanicTestFunc, msgAndArgs ...interf... method PanicsWithValue (line 692) | func (a *Assertions) PanicsWithValue(expected interface{}, f assert.Pani... method PanicsWithValuef (line 702) | func (a *Assertions) PanicsWithValuef(expected interface{}, f assert.Pan... method Panicsf (line 711) | func (a *Assertions) Panicsf(f assert.PanicTestFunc, msg string, args ..... method Regexp (line 721) | func (a *Assertions) Regexp(rx interface{}, str interface{}, msgAndArgs ... method Regexpf (line 731) | func (a *Assertions) Regexpf(rx interface{}, str interface{}, msg string... method Subset (line 741) | func (a *Assertions) Subset(list interface{}, subset interface{}, msgAnd... method Subsetf (line 751) | func (a *Assertions) Subsetf(list interface{}, subset interface{}, msg s... method True (line 760) | func (a *Assertions) True(value bool, msgAndArgs ...interface{}) { method Truef (line 769) | func (a *Assertions) Truef(value bool, msg string, args ...interface{}) { method WithinDuration (line 778) | func (a *Assertions) WithinDuration(expected time.Time, actual time.Time... method WithinDurationf (line 787) | func (a *Assertions) WithinDurationf(expected time.Time, actual time.Tim... method Zero (line 792) | func (a *Assertions) Zero(i interface{}, msgAndArgs ...interface{}) { method Zerof (line 797) | func (a *Assertions) Zerof(i interface{}, msg string, args ...interface{... FILE: vendor/github.com/stretchr/testify/require/requirements.go type TestingT (line 4) | type TestingT interface FILE: vendor/google.golang.org/protobuf/encoding/protojson/decode.go function Unmarshal (line 28) | func Unmarshal(b []byte, m proto.Message) error { type UnmarshalOptions (line 33) | type UnmarshalOptions struct method Unmarshal (line 57) | func (o UnmarshalOptions) Unmarshal(b []byte, m proto.Message) error { method unmarshal (line 64) | func (o UnmarshalOptions) unmarshal(b []byte, m proto.Message) error { type decoder (line 91) | type decoder struct method newError (line 97) | func (d decoder) newError(pos int, f string, x ...interface{}) error { method unexpectedTokenError (line 104) | func (d decoder) unexpectedTokenError(tok json.Token) error { method syntaxError (line 109) | func (d decoder) syntaxError(pos int, f string, x ...interface{}) error { method unmarshalMessage (line 116) | func (d decoder) unmarshalMessage(m pref.Message, skipTypeURL bool) er... method unmarshalSingular (line 255) | func (d decoder) unmarshalSingular(m pref.Message, fd pref.FieldDescri... method unmarshalScalar (line 275) | func (d decoder) unmarshalScalar(fd pref.FieldDescriptor) (pref.Value,... method unmarshalList (line 501) | func (d decoder) unmarshalList(list pref.List, fd pref.FieldDescriptor... method unmarshalMap (line 552) | func (d decoder) unmarshalMap(mmap pref.Map, fd pref.FieldDescriptor) ... method unmarshalMapKey (line 621) | func (d decoder) unmarshalMapKey(tok json.Token, fd pref.FieldDescript... function isKnownValue (line 243) | func isKnownValue(fd pref.FieldDescriptor) bool { function isNullValue (line 248) | func isNullValue(fd pref.FieldDescriptor) bool { function unmarshalInt (line 343) | func unmarshalInt(tok json.Token, bitSize int) (pref.Value, bool) { function getInt (line 364) | func getInt(tok json.Token, bitSize int) (pref.Value, bool) { function unmarshalUint (line 375) | func unmarshalUint(tok json.Token, bitSize int) (pref.Value, bool) { function getUint (line 396) | func getUint(tok json.Token, bitSize int) (pref.Value, bool) { function unmarshalFloat (line 407) | func unmarshalFloat(tok json.Token, bitSize int) (pref.Value, bool) { function getFloat (line 446) | func getFloat(tok json.Token, bitSize int) (pref.Value, bool) { function unmarshalBytes (line 457) | func unmarshalBytes(tok json.Token) (pref.Value, bool) { function unmarshalEnum (line 477) | func unmarshalEnum(tok json.Token, fd pref.FieldDescriptor) (pref.Value,... FILE: vendor/google.golang.org/protobuf/encoding/protojson/encode.go constant defaultIndent (line 25) | defaultIndent = " " function Format (line 31) | func Format(m proto.Message) string { function Marshal (line 38) | func Marshal(m proto.Message) ([]byte, error) { type MarshalOptions (line 43) | type MarshalOptions struct method Format (line 97) | func (o MarshalOptions) Format(m proto.Message) string { method Marshal (line 109) | func (o MarshalOptions) Marshal(m proto.Message) ([]byte, error) { method marshal (line 116) | func (o MarshalOptions) marshal(m proto.Message) ([]byte, error) { type encoder (line 145) | type encoder struct method marshalMessage (line 202) | func (e encoder) marshalMessage(m pref.Message, typeURL string) error { method marshalValue (line 241) | func (e encoder) marshalValue(val pref.Value, fd pref.FieldDescriptor)... method marshalSingular (line 254) | func (e encoder) marshalSingular(val pref.Value, fd pref.FieldDescript... method marshalList (line 315) | func (e encoder) marshalList(list pref.List, fd pref.FieldDescriptor) ... method marshalMap (line 329) | func (e encoder) marshalMap(mmap pref.Map, fd pref.FieldDescriptor) er... type typeURLFieldRanger (line 162) | type typeURLFieldRanger struct method Range (line 167) | func (m typeURLFieldRanger) Range(f func(pref.FieldDescriptor, pref.Va... type unpopulatedFieldRanger (line 176) | type unpopulatedFieldRanger struct method Range (line 178) | func (m unpopulatedFieldRanger) Range(f func(pref.FieldDescriptor, pre... FILE: vendor/google.golang.org/protobuf/encoding/protojson/well_known_types.go type marshalFunc (line 23) | type marshalFunc function wellKnownTypeMarshaler (line 27) | func wellKnownTypeMarshaler(name pref.FullName) marshalFunc { type unmarshalFunc (line 61) | type unmarshalFunc function wellKnownTypeUnmarshaler (line 65) | func wellKnownTypeUnmarshaler(name pref.FullName) unmarshalFunc { method marshalAny (line 105) | func (e encoder) marshalAny(m pref.Message) error { method unmarshalAny (line 166) | func (d decoder) unmarshalAny(m pref.Message) error { function findTypeURL (line 249) | func findTypeURL(d decoder) (json.Token, error) { method skipJSONValue (line 310) | func (d decoder) skipJSONValue() error { method unmarshalAnyValue (line 357) | func (d decoder) unmarshalAnyValue(unmarshal unmarshalFunc, m pref.Messa... method marshalWrapperType (line 405) | func (e encoder) marshalWrapperType(m pref.Message) error { method unmarshalWrapperType (line 411) | func (d decoder) unmarshalWrapperType(m pref.Message) error { method marshalEmpty (line 423) | func (e encoder) marshalEmpty(pref.Message) error { method unmarshalEmpty (line 429) | func (d decoder) unmarshalEmpty(pref.Message) error { method marshalStruct (line 465) | func (e encoder) marshalStruct(m pref.Message) error { method unmarshalStruct (line 470) | func (d decoder) unmarshalStruct(m pref.Message) error { method marshalListValue (line 479) | func (e encoder) marshalListValue(m pref.Message) error { method unmarshalListValue (line 484) | func (d decoder) unmarshalListValue(m pref.Message) error { method marshalKnownValue (line 493) | func (e encoder) marshalKnownValue(m pref.Message) error { method unmarshalKnownValue (line 507) | func (d decoder) unmarshalKnownValue(m pref.Message) error { constant secondsInNanos (line 590) | secondsInNanos = 999999999 constant maxSecondsInDuration (line 591) | maxSecondsInDuration = 315576000000 method marshalDuration (line 594) | func (e encoder) marshalDuration(m pref.Message) error { method unmarshalDuration (line 626) | func (d decoder) unmarshalDuration(m pref.Message) error { function parseDuration (line 660) | func parseDuration(input string) (int64, int32, bool) { constant maxTimestampSeconds (line 778) | maxTimestampSeconds = 253402300799 constant minTimestampSeconds (line 779) | minTimestampSeconds = -62135596800 method marshalTimestamp (line 782) | func (e encoder) marshalTimestamp(m pref.Message) error { method unmarshalTimestamp (line 808) | func (d decoder) unmarshalTimestamp(m pref.Message) error { method marshalFieldMask (line 842) | func (e encoder) marshalFieldMask(m pref.Message) error { method unmarshalFieldMask (line 864) | func (d decoder) unmarshalFieldMask(m pref.Message) error { FILE: vendor/google.golang.org/protobuf/encoding/prototext/decode.go function Unmarshal (line 26) | func Unmarshal(b []byte, m proto.Message) error { type UnmarshalOptions (line 31) | type UnmarshalOptions struct method Unmarshal (line 57) | func (o UnmarshalOptions) Unmarshal(b []byte, m proto.Message) error { method unmarshal (line 64) | func (o UnmarshalOptions) unmarshal(b []byte, m proto.Message) error { type decoder (line 81) | type decoder struct method newError (line 87) | func (d decoder) newError(pos int, f string, x ...interface{}) error { method unexpectedTokenError (line 94) | func (d decoder) unexpectedTokenError(tok text.Token) error { method syntaxError (line 99) | func (d decoder) syntaxError(pos int, f string, x ...interface{}) error { method unmarshalMessage (line 106) | func (d decoder) unmarshalMessage(m pref.Message, checkDelims bool) er... method unmarshalSingular (line 265) | func (d decoder) unmarshalSingular(fd pref.FieldDescriptor, m pref.Mes... method unmarshalScalar (line 283) | func (d decoder) unmarshalScalar(fd pref.FieldDescriptor) (pref.Value,... method unmarshalList (line 363) | func (d decoder) unmarshalList(fd pref.FieldDescriptor, list pref.List... method unmarshalMap (line 444) | func (d decoder) unmarshalMap(fd pref.FieldDescriptor, mmap pref.Map) ... method unmarshalMapEntry (line 497) | func (d decoder) unmarshalMapEntry(fd pref.FieldDescriptor, mmap pref.... method unmarshalAny (line 578) | func (d decoder) unmarshalAny(m pref.Message, checkDelims bool) error { method unmarshalExpandedAny (line 697) | func (d decoder) unmarshalExpandedAny(typeURL string, pos int) ([]byte... method skipValue (line 722) | func (d decoder) skipValue() error { method skipMessageValue (line 758) | func (d decoder) skipMessageValue() error { FILE: vendor/google.golang.org/protobuf/encoding/prototext/encode.go constant defaultIndent (line 27) | defaultIndent = " " function Format (line 33) | func Format(m proto.Message) string { function Marshal (line 40) | func Marshal(m proto.Message) ([]byte, error) { type MarshalOptions (line 45) | type MarshalOptions struct method Format (line 90) | func (o MarshalOptions) Format(m proto.Message) string { method Marshal (line 104) | func (o MarshalOptions) Marshal(m proto.Message) ([]byte, error) { method marshal (line 111) | func (o MarshalOptions) marshal(m proto.Message) ([]byte, error) { type encoder (line 147) | type encoder struct method marshalMessage (line 153) | func (e encoder) marshalMessage(m pref.Message, inclDelims bool) error { method marshalField (line 193) | func (e encoder) marshalField(name string, val pref.Value, fd pref.Fie... method marshalSingular (line 207) | func (e encoder) marshalSingular(val pref.Value, fd pref.FieldDescript... method marshalList (line 259) | func (e encoder) marshalList(name string, list pref.List, fd pref.Fiel... method marshalMap (line 271) | func (e encoder) marshalMap(name string, mmap pref.Map, fd pref.FieldD... method marshalUnknown (line 296) | func (e encoder) marshalUnknown(b []byte) { method marshalAny (line 337) | func (e encoder) marshalAny(any pref.Message) bool { FILE: vendor/google.golang.org/protobuf/encoding/protowire/wire.go type Number (line 21) | type Number method IsValid (line 35) | func (n Number) IsValid() bool { constant MinValidNumber (line 24) | MinValidNumber Number = 1 constant FirstReservedNumber (line 25) | FirstReservedNumber Number = 19000 constant LastReservedNumber (line 26) | LastReservedNumber Number = 19999 constant MaxValidNumber (line 27) | MaxValidNumber Number = 1<<29 - 1 type Type (line 40) | type Type constant VarintType (line 43) | VarintType Type = 0 constant Fixed32Type (line 44) | Fixed32Type Type = 5 constant Fixed64Type (line 45) | Fixed64Type Type = 1 constant BytesType (line 46) | BytesType Type = 2 constant StartGroupType (line 47) | StartGroupType Type = 3 constant EndGroupType (line 48) | EndGroupType Type = 4 constant _ (line 52) | _ = -iota constant errCodeTruncated (line 53) | errCodeTruncated constant errCodeFieldNumber (line 54) | errCodeFieldNumber constant errCodeOverflow (line 55) | errCodeOverflow constant errCodeReserved (line 56) | errCodeReserved constant errCodeEndGroup (line 57) | errCodeEndGroup function ParseError (line 70) | func ParseError(n int) error { function ConsumeField (line 96) | func ConsumeField(b []byte) (Number, Type, int) { function ConsumeFieldValue (line 114) | func ConsumeFieldValue(num Number, typ Type, b []byte) (n int) { function AppendTag (line 157) | func AppendTag(b []byte, num Number, typ Type) []byte { function ConsumeTag (line 163) | func ConsumeTag(b []byte) (Number, Type, int) { function SizeTag (line 175) | func SizeTag(num Number) int { function AppendVarint (line 180) | func AppendVarint(b []byte, v uint64) []byte { function ConsumeVarint (line 262) | func ConsumeVarint(b []byte) (v uint64, n int) { function SizeVarint (line 366) | func SizeVarint(v uint64) int { function AppendFixed32 (line 373) | func AppendFixed32(b []byte, v uint32) []byte { function ConsumeFixed32 (line 383) | func ConsumeFixed32(b []byte) (v uint32, n int) { function SizeFixed32 (line 392) | func SizeFixed32() int { function AppendFixed64 (line 397) | func AppendFixed64(b []byte, v uint64) []byte { function ConsumeFixed64 (line 411) | func ConsumeFixed64(b []byte) (v uint64, n int) { function SizeFixed64 (line 420) | func SizeFixed64() int { function AppendBytes (line 425) | func AppendBytes(b []byte, v []byte) []byte { function ConsumeBytes (line 431) | func ConsumeBytes(b []byte) (v []byte, n int) { function SizeBytes (line 444) | func SizeBytes(n int) int { function AppendString (line 449) | func AppendString(b []byte, v string) []byte { function ConsumeString (line 455) | func ConsumeString(b []byte) (v string, n int) { function AppendGroup (line 462) | func AppendGroup(b []byte, num Number, v []byte) []byte { function ConsumeGroup (line 470) | func ConsumeGroup(num Number, b []byte) (v []byte, n int) { function SizeGroup (line 489) | func SizeGroup(num Number, n int) int { function DecodeTag (line 496) | func DecodeTag(x uint64) (Number, Type) { function EncodeTag (line 505) | func EncodeTag(num Number, typ Type) uint64 { function DecodeZigZag (line 512) | func DecodeZigZag(x uint64) int64 { function EncodeZigZag (line 519) | func EncodeZigZag(x int64) uint64 { function DecodeBool (line 526) | func DecodeBool(x uint64) bool { function EncodeBool (line 533) | func EncodeBool(x bool) uint64 { FILE: vendor/google.golang.org/protobuf/internal/descfmt/stringer.go type list (line 20) | type list interface function FormatList (line 25) | func FormatList(s fmt.State, r rune, vs list) { function formatListOpt (line 28) | func formatListOpt(vs list, isRoot, allowMulti bool) string { function FormatDesc (line 119) | func FormatDesc(s fmt.State, r rune, t pref.Descriptor) { function formatDescOpt (line 122) | func formatDescOpt(t pref.Descriptor, isRoot, allowMulti bool) string { type records (line 202) | type records struct method Append (line 207) | func (rs *records) Append(v reflect.Value, accessors ...string) { method Join (line 268) | func (rs *records) Join() string { function formatColon (line 299) | func formatColon(padding int) string { function joinStrings (line 310) | func joinStrings(ss []string, isMulti bool) string { FILE: vendor/google.golang.org/protobuf/internal/detrand/rand.go function Disable (line 20) | func Disable() { function Bool (line 25) | func Bool() bool { function Intn (line 30) | func Intn(n int) int { function binaryHash (line 40) | func binaryHash() uint64 { FILE: vendor/google.golang.org/protobuf/internal/encoding/defval/default.go type Format (line 23) | type Format constant _ (line 26) | _ Format = iota constant Descriptor (line 30) | Descriptor constant GoTag (line 33) | GoTag function Unmarshal (line 38) | func Unmarshal(s string, k pref.Kind, evs pref.EnumValueDescriptors, f F... function Marshal (line 121) | func Marshal(v pref.Value, ev pref.EnumValueDescriptor, k pref.Kind, f F... function unmarshalBytes (line 175) | func unmarshalBytes(s string) ([]byte, bool) { function marshalBytes (line 188) | func marshalBytes(b []byte) (string, bool) { FILE: vendor/google.golang.org/protobuf/internal/encoding/json/decode.go type call (line 18) | type call constant readCall (line 21) | readCall call = iota constant peekCall (line 22) | peekCall constant unexpectedFmt (line 25) | unexpectedFmt = "unexpected token %s" type Decoder (line 31) | type Decoder struct method Peek (line 59) | func (d *Decoder) Peek() (Token, error) { method Read (line 69) | func (d *Decoder) Read() (Token, error) { method parseNext (line 160) | func (d *Decoder) parseNext() (Token, error) { method newSyntaxError (line 217) | func (d *Decoder) newSyntaxError(pos int, f string, x ...interface{}) ... method Position (line 225) | func (d *Decoder) Position(idx int) (line int, column int) { method currPos (line 236) | func (d *Decoder) currPos() int { method consume (line 265) | func (d *Decoder) consume(n int) { method isValueNext (line 279) | func (d *Decoder) isValueNext() bool { method consumeToken (line 298) | func (d *Decoder) consumeToken(kind Kind, size int) Token { method consumeBoolToken (line 310) | func (d *Decoder) consumeBoolToken(b bool, size int) Token { method consumeStringToken (line 323) | func (d *Decoder) consumeStringToken(s string, size int) Token { method Clone (line 336) | func (d *Decoder) Clone() *Decoder { function NewDecoder (line 54) | func NewDecoder(b []byte) *Decoder { function matchWithDelim (line 244) | func matchWithDelim(s string, b []byte) int { function isNotDelim (line 257) | func isNotDelim(c byte) bool { FILE: vendor/google.golang.org/protobuf/internal/encoding/json/decode_number.go function parseNumber (line 16) | func parseNumber(input []byte) (int, bool) { type numberParts (line 89) | type numberParts struct function parseNumberParts (line 99) | func parseNumberParts(input []byte) (numberParts, bool) { function normalizeToIntString (line 182) | func normalizeToIntString(n numberParts) (string, bool) { FILE: vendor/google.golang.org/protobuf/internal/encoding/json/decode_string.go method parseString (line 16) | func (d *Decoder) parseString(in []byte) (string, int, error) { function indexNeedEscapeInBytes (line 91) | func indexNeedEscapeInBytes(b []byte) int { return indexNeedEscapeInStri... FILE: vendor/google.golang.org/protobuf/internal/encoding/json/decode_token.go type Kind (line 14) | type Kind method String (line 34) | func (k Kind) String() string { constant Invalid (line 17) | Invalid Kind = (1 << iota) / 2 constant EOF (line 18) | EOF constant Null (line 19) | Null constant Bool (line 20) | Bool constant Number (line 21) | Number constant String (line 22) | String constant Name (line 23) | Name constant ObjectOpen (line 24) | ObjectOpen constant ObjectClose (line 25) | ObjectClose constant ArrayOpen (line 26) | ArrayOpen constant ArrayClose (line 27) | ArrayClose constant comma (line 31) | comma type Token (line 68) | type Token struct method Kind (line 83) | func (t Token) Kind() Kind { method RawString (line 88) | func (t Token) RawString() string { method Pos (line 93) | func (t Token) Pos() int { method Name (line 98) | func (t Token) Name() string { method Bool (line 106) | func (t Token) Bool() bool { method ParsedString (line 115) | func (t Token) ParsedString() string { method Float (line 129) | func (t Token) Float(bitSize int) (float64, bool) { method Int (line 145) | func (t Token) Int(bitSize int) (int64, bool) { method Uint (line 162) | func (t Token) Uint(bitSize int) (uint64, bool) { method getIntStr (line 174) | func (t Token) getIntStr() (string, bool) { function TokenEquals (line 186) | func TokenEquals(x, y Token) bool { FILE: vendor/google.golang.org/protobuf/internal/encoding/json/encode.go type kind (line 19) | type kind constant _ (line 22) | _ kind = (1 << iota) / 2 constant name (line 23) | name constant scalar (line 24) | scalar constant objectOpen (line 25) | objectOpen constant objectClose (line 26) | objectClose constant arrayOpen (line 27) | arrayOpen constant arrayClose (line 28) | arrayClose type Encoder (line 33) | type Encoder struct method Bytes (line 56) | func (e *Encoder) Bytes() []byte { method WriteNull (line 61) | func (e *Encoder) WriteNull() { method WriteBool (line 67) | func (e *Encoder) WriteBool(b bool) { method WriteString (line 78) | func (e *Encoder) WriteString(s string) error { method WriteFloat (line 140) | func (e *Encoder) WriteFloat(n float64, bitSize int) { method WriteInt (line 177) | func (e *Encoder) WriteInt(n int64) { method WriteUint (line 183) | func (e *Encoder) WriteUint(n uint64) { method StartObject (line 189) | func (e *Encoder) StartObject() { method EndObject (line 195) | func (e *Encoder) EndObject() { method WriteName (line 203) | func (e *Encoder) WriteName(s string) error { method StartArray (line 213) | func (e *Encoder) StartArray() { method EndArray (line 219) | func (e *Encoder) EndArray() { method prepareNext (line 226) | func (e *Encoder) prepareNext(next kind) { function NewEncoder (line 44) | func NewEncoder(indent string) (*Encoder, error) { function appendString (line 90) | func appendString(out []byte, in string) ([]byte, error) { function indexNeedEscapeInString (line 130) | func indexNeedEscapeInString(s string) int { function appendFloat (line 146) | func appendFloat(out []byte, n float64, bitSize int) []byte { FILE: vendor/google.golang.org/protobuf/internal/encoding/messageset/messageset.go constant FieldItem (line 28) | FieldItem = protowire.Number(1) constant FieldTypeID (line 29) | FieldTypeID = protowire.Number(2) constant FieldMessage (line 30) | FieldMessage = protowire.Number(3) constant ExtensionName (line 42) | ExtensionName = "message_set_extension" function IsMessageSet (line 45) | func IsMessageSet(md pref.MessageDescriptor) bool { function IsMessageSetExtension (line 51) | func IsMessageSetExtension(fd pref.FieldDescriptor) bool { function SizeField (line 65) | func SizeField(num protowire.Number) int { function Unmarshal (line 76) | func Unmarshal(b []byte, wantLen bool, fn func(typeID protowire.Number, ... function ConsumeFieldValue (line 112) | func ConsumeFieldValue(b []byte, wantLen bool) (typeid protowire.Number,... function AppendFieldStart (line 183) | func AppendFieldStart(b []byte, num protowire.Number) []byte { function AppendFieldEnd (line 191) | func AppendFieldEnd(b []byte) []byte { function SizeUnknown (line 198) | func SizeUnknown(unknown []byte) (size int) { function AppendUnknown (line 223) | func AppendUnknown(b, unknown []byte) ([]byte, error) { FILE: vendor/google.golang.org/protobuf/internal/encoding/tag/tag.go function Unmarshal (line 32) | func Unmarshal(tag string, goType reflect.Type, evs pref.EnumValueDescri... function Marshal (line 143) | func Marshal(fd pref.FieldDescriptor, enumName string) string { FILE: vendor/google.golang.org/protobuf/internal/encoding/text/decode.go type Decoder (line 19) | type Decoder struct method Peek (line 60) | func (d *Decoder) Peek() (Token, error) { method Read (line 70) | func (d *Decoder) Read() (Token, error) { method parseNext (line 98) | func (d *Decoder) parseNext(lastKind Kind) (Token, error) { method currentOpenKind (line 371) | func (d *Decoder) currentOpenKind() (Kind, byte) { method pushOpenStack (line 387) | func (d *Decoder) pushOpenStack(ch byte) { method popOpenStack (line 391) | func (d *Decoder) popOpenStack() { method parseFieldName (line 396) | func (d *Decoder) parseFieldName() (tok Token, err error) { method parseTypeName (line 432) | func (d *Decoder) parseTypeName() (Token, error) { method parseScalar (line 561) | func (d *Decoder) parseScalar() (Token, error) { method parseLiteralValue (line 580) | func (d *Decoder) parseLiteralValue() (Token, bool) { method consumeToken (line 590) | func (d *Decoder) consumeToken(kind Kind, size int, attrs uint8) Token { method newSyntaxError (line 604) | func (d *Decoder) newSyntaxError(f string, x ...interface{}) error { method Position (line 612) | func (d *Decoder) Position(idx int) (line int, column int) { method tryConsumeChar (line 622) | func (d *Decoder) tryConsumeChar(c byte) bool { method consume (line 631) | func (d *Decoder) consume(n int) { function NewDecoder (line 44) | func NewDecoder(b []byte) *Decoder { type call (line 52) | type call constant readCall (line 55) | readCall call = iota constant peekCall (line 56) | peekCall constant mismatchedFmt (line 93) | mismatchedFmt = "mismatched close character %q" constant unexpectedFmt (line 94) | unexpectedFmt = "unexpected character %q" function isTypeNameChar (line 499) | func isTypeNameChar(b byte) bool { function isWhiteSpace (line 506) | func isWhiteSpace(b byte) bool { function parseIdent (line 519) | func parseIdent(input []byte, allowNeg bool) int { function consume (line 637) | func consume(b []byte, n int) []byte { function isDelim (line 660) | func isDelim(c byte) bool { FILE: vendor/google.golang.org/protobuf/internal/encoding/text/decode_number.go method parseNumberValue (line 8) | func (d *Decoder) parseNumberValue() (Token, bool) { constant numDec (line 36) | numDec uint8 = (1 << iota) / 2 constant numHex (line 37) | numHex constant numOct (line 38) | numOct constant numFloat (line 39) | numFloat type number (line 45) | type number struct function parseNumber (line 57) | func parseNumber(input []byte) number { FILE: vendor/google.golang.org/protobuf/internal/encoding/text/decode_string.go method parseStringValue (line 24) | func (d *Decoder) parseStringValue() (Token, error) { method parseString (line 50) | func (d *Decoder) parseString() (string, error) { function indexNeedEscapeInBytes (line 153) | func indexNeedEscapeInBytes(b []byte) int { return indexNeedEscapeInStri... function UnmarshalString (line 158) | func UnmarshalString(s string) (string, error) { FILE: vendor/google.golang.org/protobuf/internal/encoding/text/decode_token.go type Kind (line 18) | type Kind method String (line 40) | func (t Kind) String() string { constant Invalid (line 22) | Invalid Kind = iota constant EOF (line 23) | EOF constant Name (line 24) | Name constant Scalar (line 25) | Scalar constant MessageOpen (line 26) | MessageOpen constant MessageClose (line 27) | MessageClose constant ListOpen (line 28) | ListOpen constant ListClose (line 29) | ListClose constant comma (line 32) | comma constant semicolon (line 33) | semicolon constant bof (line 37) | bof = Invalid type NameKind (line 68) | type NameKind method String (line 77) | func (t NameKind) String() string { constant IdentName (line 72) | IdentName NameKind = iota + 1 constant TypeName (line 73) | TypeName constant FieldNumber (line 74) | FieldNumber constant hasSeparator (line 95) | hasSeparator = 1 << 7 constant numberValue (line 99) | numberValue = iota + 1 constant stringValue (line 100) | stringValue constant literalValue (line 101) | literalValue constant isNegative (line 105) | isNegative = 1 << 7 type Token (line 109) | type Token struct method Kind (line 133) | func (t Token) Kind() Kind { method RawString (line 138) | func (t Token) RawString() string { method Pos (line 143) | func (t Token) Pos() int { method NameKind (line 149) | func (t Token) NameKind() NameKind { method HasSeparator (line 158) | func (t Token) HasSeparator() bool { method IdentName (line 166) | func (t Token) IdentName() string { method TypeName (line 174) | func (t Token) TypeName() string { method FieldNumber (line 184) | func (t Token) FieldNumber() int32 { method String (line 195) | func (t Token) String() (string, bool) { method Enum (line 203) | func (t Token) Enum() (string, bool) { method Bool (line 211) | func (t Token) Bool() (bool, bool) { method Uint64 (line 247) | func (t Token) Uint64() (uint64, bool) { method Uint32 (line 260) | func (t Token) Uint32() (uint32, bool) { method Int64 (line 273) | func (t Token) Int64() (int64, bool) { method Int32 (line 291) | func (t Token) Int32() (int32, bool) { method Float64 (line 309) | func (t Token) Float64() (float64, bool) { method Float32 (line 332) | func (t Token) Float32() (float32, bool) { function TokenEquals (line 366) | func TokenEquals(x, y Token) bool { FILE: vendor/google.golang.org/protobuf/internal/encoding/text/encode.go type encType (line 19) | type encType constant _ (line 22) | _ encType = (1 << iota) / 2 constant name (line 23) | name constant scalar (line 24) | scalar constant messageOpen (line 25) | messageOpen constant messageClose (line 26) | messageClose type Encoder (line 31) | type Encoder struct method Bytes (line 78) | func (e *Encoder) Bytes() []byte { method StartMessage (line 83) | func (e *Encoder) StartMessage() { method EndMessage (line 89) | func (e *Encoder) EndMessage() { method WriteName (line 95) | func (e *Encoder) WriteName(s string) { method WriteBool (line 102) | func (e *Encoder) WriteBool(b bool) { method WriteString (line 111) | func (e *Encoder) WriteString(s string) { method WriteFloat (line 177) | func (e *Encoder) WriteFloat(n float64, bitSize int) { method WriteInt (line 196) | func (e *Encoder) WriteInt(n int64) { method WriteUint (line 202) | func (e *Encoder) WriteUint(n uint64) { method WriteLiteral (line 209) | func (e *Encoder) WriteLiteral(s string) { method prepareNext (line 216) | func (e *Encoder) prepareNext(next encType) { method Snapshot (line 258) | func (e *Encoder) Snapshot() encoderState { method Reset (line 263) | func (e *Encoder) Reset(es encoderState) { type encoderState (line 39) | type encoderState struct function NewEncoder (line 56) | func NewEncoder(indent string, delims [2]byte, outputASCII bool) (*Encod... function appendString (line 116) | func appendString(out []byte, in string, outputASCII bool) []byte { function indexNeedEscapeInString (line 167) | func indexNeedEscapeInString(s string) int { function appendFloat (line 182) | func appendFloat(out []byte, n float64, bitSize int) []byte { FILE: vendor/google.golang.org/protobuf/internal/errors/errors.go function New (line 20) | func New(f string, x ...interface{}) error { type prefixError (line 24) | type prefixError struct method Error (line 36) | func (e *prefixError) Error() string { method Unwrap (line 40) | func (e *prefixError) Unwrap() error { function Wrap (line 46) | func Wrap(err error, f string, x ...interface{}) error { type wrapError (line 53) | type wrapError struct method Error (line 58) | func (e *wrapError) Error() string { method Unwrap (line 62) | func (e *wrapError) Unwrap() error { method Is (line 66) | func (e *wrapError) Is(target error) bool { function format (line 70) | func format(f string, x ...interface{}) string { function InvalidUTF8 (line 83) | func InvalidUTF8(name string) error { function RequiredNotSet (line 87) | func RequiredNotSet(name string) error { FILE: vendor/google.golang.org/protobuf/internal/errors/is_go112.go function Is (line 12) | func Is(err, target error) bool { function unwrap (line 31) | func unwrap(err error) error { FILE: vendor/google.golang.org/protobuf/internal/errors/is_go113.go function Is (line 12) | func Is(err, target error) bool { return errors.Is(err, target) } FILE: vendor/google.golang.org/protobuf/internal/filedesc/build.go type Builder (line 20) | type Builder struct method Build (line 92) | func (db Builder) Build() (out Out) { method unmarshalCounts (line 122) | func (db *Builder) unmarshalCounts(b []byte, isFile bool) { type resolverByIndex (line 57) | type resolverByIndex interface constant listFieldDeps (line 64) | listFieldDeps int32 = iota constant listExtTargets (line 65) | listExtTargets constant listExtDeps (line 66) | listExtDeps constant listMethInDeps (line 67) | listMethInDeps constant listMethOutDeps (line 68) | listMethOutDeps type Out (line 72) | type Out struct FILE: vendor/google.golang.org/protobuf/internal/filedesc/desc.go type File (line 37) | type File struct method ParentFile (line 62) | func (fd *File) ParentFile() pref.FileDescriptor { return fd } method Parent (line 63) | func (fd *File) Parent() pref.Descriptor { return nil } method Index (line 64) | func (fd *File) Index() int { return 0 } method Syntax (line 65) | func (fd *File) Syntax() pref.Syntax { return fd.L1.Syntax } method Name (line 66) | func (fd *File) Name() pref.Name { return fd.L1.Packag... method FullName (line 67) | func (fd *File) FullName() pref.FullName { return fd.L1.Package } method IsPlaceholder (line 68) | func (fd *File) IsPlaceholder() bool { return false } method Options (line 69) | func (fd *File) Options() pref.ProtoMessage { method Path (line 75) | func (fd *File) Path() string { return fd.L1.... method Package (line 76) | func (fd *File) Package() pref.FullName { return fd.L1.... method Imports (line 77) | func (fd *File) Imports() pref.FileImports { return &fd.la... method Enums (line 78) | func (fd *File) Enums() pref.EnumDescriptors { return &fd.L1... method Messages (line 79) | func (fd *File) Messages() pref.MessageDescriptors { return &fd.L1... method Extensions (line 80) | func (fd *File) Extensions() pref.ExtensionDescriptors { return &fd.L1... method Services (line 81) | func (fd *File) Services() pref.ServiceDescriptors { return &fd.L1... method SourceLocations (line 82) | func (fd *File) SourceLocations() pref.SourceLocations { return &fd.la... method Format (line 83) | func (fd *File) Format(s fmt.State, r rune) { descfmt.Forma... method ProtoType (line 84) | func (fd *File) ProtoType(pref.FileDescriptor) {} method ProtoInternal (line 85) | func (fd *File) ProtoInternal(pragma.DoNotImplement) {} method lazyInit (line 87) | func (fd *File) lazyInit() *FileL2 { method lazyInitOnce (line 94) | func (fd *File) lazyInitOnce() { method GoPackagePath (line 108) | func (fd *File) GoPackagePath() string { type FileL1 (line 45) | type FileL1 struct type FileL2 (line 55) | type FileL2 struct type Enum (line 113) | type Enum struct method Options (line 138) | func (ed *Enum) Options() pref.ProtoMessage { method Values (line 144) | func (ed *Enum) Values() pref.EnumValueDescriptors { method ReservedNames (line 150) | func (ed *Enum) ReservedNames() pref.Names { return &ed.lazyInit... method ReservedRanges (line 151) | func (ed *Enum) ReservedRanges() pref.EnumRanges { return &ed.lazyInit... method Format (line 152) | func (ed *Enum) Format(s fmt.State, r rune) { descfmt.FormatDesc(... method ProtoType (line 153) | func (ed *Enum) ProtoType(pref.EnumDescriptor) {} method lazyInit (line 154) | func (ed *Enum) lazyInit() *EnumL2 { type EnumL1 (line 118) | type EnumL1 struct type EnumL2 (line 121) | type EnumL2 struct type EnumValue (line 128) | type EnumValue struct method Options (line 159) | func (ed *EnumValue) Options() pref.ProtoMessage { method Number (line 165) | func (ed *EnumValue) Number() pref.EnumNumber { return ed.L... method Format (line 166) | func (ed *EnumValue) Format(s fmt.State, r rune) { descfmt.For... method ProtoType (line 167) | func (ed *EnumValue) ProtoType(pref.EnumValueDescriptor) {} type EnumValueL1 (line 132) | type EnumValueL1 struct type Message (line 170) | type Message struct method Options (line 225) | func (md *Message) Options() pref.ProtoMessage { method IsMapEntry (line 231) | func (md *Message) IsMapEntry() bool { return md.L1.... method Fields (line 232) | func (md *Message) Fields() pref.FieldDescriptors { return &md.la... method Oneofs (line 233) | func (md *Message) Oneofs() pref.OneofDescriptors { return &md.la... method ReservedNames (line 234) | func (md *Message) ReservedNames() pref.Names { return &md.la... method ReservedRanges (line 235) | func (md *Message) ReservedRanges() pref.FieldRanges { return &md.la... method RequiredNumbers (line 236) | func (md *Message) RequiredNumbers() pref.FieldNumbers { return &md.la... method ExtensionRanges (line 237) | func (md *Message) ExtensionRanges() pref.FieldRanges { return &md.la... method ExtensionRangeOptions (line 238) | func (md *Message) ExtensionRangeOptions(i int) pref.ProtoMessage { method Enums (line 244) | func (md *Message) Enums() pref.EnumDescriptors { return &md... method Messages (line 245) | func (md *Message) Messages() pref.MessageDescriptors { return &md... method Extensions (line 246) | func (md *Message) Extensions() pref.ExtensionDescriptors { return &md... method ProtoType (line 247) | func (md *Message) ProtoType(pref.MessageDescriptor) {} method Format (line 248) | func (md *Message) Format(s fmt.State, r rune) { descfmt.Fo... method lazyInit (line 249) | func (md *Message) lazyInit() *MessageL2 { method IsMessageSet (line 259) | func (md *Message) IsMessageSet() bool { type MessageL1 (line 175) | type MessageL1 struct type MessageL2 (line 182) | type MessageL2 struct type Field (line 193) | type Field struct method Options (line 263) | func (fd *Field) Options() pref.ProtoMessage { method Number (line 269) | func (fd *Field) Number() pref.FieldNumber { return fd.L1.Number } method Cardinality (line 270) | func (fd *Field) Cardinality() pref.Cardinality { return fd.L1.Cardina... method Kind (line 271) | func (fd *Field) Kind() pref.Kind { return fd.L1.Kind } method HasJSONName (line 272) | func (fd *Field) HasJSONName() bool { return fd.L1.StringN... method JSONName (line 273) | func (fd *Field) JSONName() string { return fd.L1.StringN... method TextName (line 274) | func (fd *Field) TextName() string { return fd.L1.StringN... method HasPresence (line 275) | func (fd *Field) HasPresence() bool { method HasOptionalKeyword (line 278) | func (fd *Field) HasOptionalKeyword() bool { method IsPacked (line 281) | func (fd *Field) IsPacked() bool { method IsExtension (line 291) | func (fd *Field) IsExtension() bool { return false } method IsWeak (line 292) | func (fd *Field) IsWeak() bool { return fd.L1.IsWeak } method IsList (line 293) | func (fd *Field) IsList() bool { return fd.Cardinality() == pref.... method IsMap (line 294) | func (fd *Field) IsMap() bool { return fd.Message() != nil && fd... method MapKey (line 295) | func (fd *Field) MapKey() pref.FieldDescriptor { method MapValue (line 301) | func (fd *Field) MapValue() pref.FieldDescriptor { method HasDefault (line 307) | func (fd *Field) HasDefault() bool { return ... method Default (line 308) | func (fd *Field) Default() pref.Value { return ... method DefaultEnumValue (line 309) | func (fd *Field) DefaultEnumValue() pref.EnumValueDescriptor { return ... method ContainingOneof (line 310) | func (fd *Field) ContainingOneof() pref.OneofDescriptor { return ... method ContainingMessage (line 311) | func (fd *Field) ContainingMessage() pref.MessageDescriptor { method Enum (line 314) | func (fd *Field) Enum() pref.EnumDescriptor { method Message (line 317) | func (fd *Field) Message() pref.MessageDescriptor { method Format (line 325) | func (fd *Field) Format(s fmt.State, r rune) { descfmt.FormatDesc(... method ProtoType (line 326) | func (fd *Field) ProtoType(pref.FieldDescriptor) {} method EnforceUTF8 (line 335) | func (fd *Field) EnforceUTF8() bool { type FieldL1 (line 197) | type FieldL1 struct type Oneof (line 215) | type Oneof struct method IsSynthetic (line 342) | func (od *Oneof) IsSynthetic() bool { method Options (line 345) | func (od *Oneof) Options() pref.ProtoMessage { method Fields (line 351) | func (od *Oneof) Fields() pref.FieldDescriptors { return &od.L1.Fields } method Format (line 352) | func (od *Oneof) Format(s fmt.State, r rune) { descfmt.FormatDesc(... method ProtoType (line 353) | func (od *Oneof) ProtoType(pref.OneofDescriptor) {} type OneofL1 (line 219) | type OneofL1 struct type Extension (line 356) | type Extension struct method Options (line 378) | func (xd *Extension) Options() pref.ProtoMessage { method Number (line 384) | func (xd *Extension) Number() pref.FieldNumber { return xd.L1.Num... method Cardinality (line 385) | func (xd *Extension) Cardinality() pref.Cardinality { return xd.L1.Car... method Kind (line 386) | func (xd *Extension) Kind() pref.Kind { return xd.L1.Kind } method HasJSONName (line 387) | func (xd *Extension) HasJSONName() bool { return xd.lazyIn... method JSONName (line 388) | func (xd *Extension) JSONName() string { return xd.lazyIn... method TextName (line 389) | func (xd *Extension) TextName() string { return xd.lazyIn... method HasPresence (line 390) | func (xd *Extension) HasPresence() bool { return xd.L1.Car... method HasOptionalKeyword (line 391) | func (xd *Extension) HasOptionalKeyword() bool { method IsPacked (line 394) | func (xd *Extension) IsPacked() bool { ret... method IsExtension (line 395) | func (xd *Extension) IsExtension() bool { ret... method IsWeak (line 396) | func (xd *Extension) IsWeak() bool { ret... method IsList (line 397) | func (xd *Extension) IsList() bool { ret... method IsMap (line 398) | func (xd *Extension) IsMap() bool { ret... method MapKey (line 399) | func (xd *Extension) MapKey() pref.FieldDescriptor { ret... method MapValue (line 400) | func (xd *Extension) MapValue() pref.FieldDescriptor { ret... method HasDefault (line 401) | func (xd *Extension) HasDefault() bool { ret... method Default (line 402) | func (xd *Extension) Default() pref.Value { ret... method DefaultEnumValue (line 403) | func (xd *Extension) DefaultEnumValue() pref.EnumValueDescriptor { ret... method ContainingOneof (line 404) | func (xd *Extension) ContainingOneof() pref.OneofDescriptor { ret... method ContainingMessage (line 405) | func (xd *Extension) ContainingMessage() pref.MessageDescriptor { ret... method Enum (line 406) | func (xd *Extension) Enum() pref.EnumDescriptor { ret... method Message (line 407) | func (xd *Extension) Message() pref.MessageDescriptor { ret... method Format (line 408) | func (xd *Extension) Format(s fmt.State, r rune) { des... method ProtoType (line 409) | func (xd *Extension) ProtoType(pref.FieldDescriptor) {} method ProtoInternal (line 410) | func (xd *Extension) ProtoInternal(pragma.DoNotImplement) {} method lazyInit (line 411) | func (xd *Extension) lazyInit() *ExtensionL2 { type ExtensionL1 (line 361) | type ExtensionL1 struct type ExtensionL2 (line 367) | type ExtensionL2 struct type Service (line 417) | type Service struct method Options (line 441) | func (sd *Service) Options() pref.ProtoMessage { method Methods (line 447) | func (sd *Service) Methods() pref.MethodDescriptors { return &sd.l... method Format (line 448) | func (sd *Service) Format(s fmt.State, r rune) { descfmt.Form... method ProtoType (line 449) | func (sd *Service) ProtoType(pref.ServiceDescriptor) {} method ProtoInternal (line 450) | func (sd *Service) ProtoInternal(pragma.DoNotImplement) {} method lazyInit (line 451) | func (sd *Service) lazyInit() *ServiceL2 { type ServiceL1 (line 422) | type ServiceL1 struct type ServiceL2 (line 423) | type ServiceL2 struct type Method (line 428) | type Method struct method Options (line 456) | func (md *Method) Options() pref.ProtoMessage { method Input (line 462) | func (md *Method) Input() pref.MessageDescriptor { return md.L1.... method Output (line 463) | func (md *Method) Output() pref.MessageDescriptor { return md.L1.... method IsStreamingClient (line 464) | func (md *Method) IsStreamingClient() bool { return md.L1.... method IsStreamingServer (line 465) | func (md *Method) IsStreamingServer() bool { return md.L1.... method Format (line 466) | func (md *Method) Format(s fmt.State, r rune) { descfmt.Forma... method ProtoType (line 467) | func (md *Method) ProtoType(pref.MethodDescriptor) {} method ProtoInternal (line 468) | func (md *Method) ProtoInternal(pragma.DoNotImplement) {} type MethodL1 (line 432) | type MethodL1 struct type Base (line 478) | type Base struct method Name (line 489) | func (d *Base) Name() pref.Name { return d.L0.FullName.Name() } method FullName (line 490) | func (d *Base) FullName() pref.FullName { return d.L0.FullName } method ParentFile (line 491) | func (d *Base) ParentFile() pref.FileDescriptor { method Parent (line 497) | func (d *Base) Parent() pref.Descriptor { return d.L0.Pare... method Index (line 498) | func (d *Base) Index() int { return d.L0.Index } method Syntax (line 499) | func (d *Base) Syntax() pref.Syntax { return d.L0.Pare... method IsPlaceholder (line 500) | func (d *Base) IsPlaceholder() bool { return false } method ProtoInternal (line 501) | func (d *Base) ProtoInternal(pragma.DoNotImplement) {} type BaseL0 (line 481) | type BaseL0 struct type stringName (line 503) | type stringName struct method InitJSON (line 511) | func (s *stringName) InitJSON(name string) { method lazyInit (line 516) | func (s *stringName) lazyInit(fd pref.FieldDescriptor) *stringName { method getJSON (line 544) | func (s *stringName) getJSON(fd pref.FieldDescriptor) string { return ... method getText (line 545) | func (s *stringName) getText(fd pref.FieldDescriptor) string { return ... function DefaultValue (line 547) | func DefaultValue(v pref.Value, ev pref.EnumValueDescriptor) defaultValue { function unmarshalDefault (line 557) | func unmarshalDefault(b []byte, k pref.Kind, pf *File, ed pref.EnumDescr... type defaultValue (line 584) | type defaultValue struct method get (line 591) | func (dv *defaultValue) get(fd pref.FieldDescriptor) pref.Value { FILE: vendor/google.golang.org/protobuf/internal/filedesc/desc_init.go type fileRaw (line 18) | type fileRaw struct function newRawFile (line 26) | func newRawFile(db Builder) *File { method initDecls (line 48) | func (fd *File) initDecls(numEnums, numMessages, numExtensions, numServi... method allocEnums (line 55) | func (fd *File) allocEnums(n int) []Enum { method allocMessages (line 61) | func (fd *File) allocMessages(n int) []Message { method allocExtensions (line 67) | func (fd *File) allocExtensions(n int) []Extension { method allocServices (line 73) | func (fd *File) allocServices(n int) []Service { method checkDecls (line 82) | func (fd *File) checkDecls() { method unmarshalSeed (line 94) | func (fd *File) unmarshalSeed(b []byte) { method unmarshalSeed (line 222) | func (ed *Enum) unmarshalSeed(b []byte, sb *strs.Builder, pf *File, pd p... method unmarshalSeed (line 274) | func (md *Message) unmarshalSeed(b []byte, sb *strs.Builder, pf *File, p... method unmarshalSeedOptions (line 369) | func (md *Message) unmarshalSeedOptions(b []byte) { method unmarshalSeed (line 390) | func (xd *Extension) unmarshalSeed(b []byte, sb *strs.Builder, pf *File,... method unmarshalSeed (line 426) | func (sd *Service) unmarshalSeed(b []byte, sb *strs.Builder, pf *File, p... function getBuilder (line 453) | func getBuilder() *strs.Builder { function putBuilder (line 456) | func putBuilder(b *strs.Builder) { function makeFullName (line 462) | func makeFullName(sb *strs.Builder, b []byte) pref.FullName { function appendFullName (line 469) | func appendFullName(sb *strs.Builder, prefix pref.FullName, suffix []byt... FILE: vendor/google.golang.org/protobuf/internal/filedesc/desc_lazy.go method lazyRawInit (line 19) | func (fd *File) lazyRawInit() { method resolveMessages (line 26) | func (file *File) resolveMessages() { method resolveExtensions (line 58) | func (file *File) resolveExtensions() { method resolveServices (line 80) | func (file *File) resolveServices() { method resolveEnumDependency (line 95) | func (file *File) resolveEnumDependency(ed pref.EnumDescriptor, i, j int... method resolveMessageDependency (line 113) | func (file *File) resolveMessageDependency(md pref.MessageDescriptor, i,... method unmarshalFull (line 131) | func (fd *File) unmarshalFull(b []byte) { method unmarshalFull (line 185) | func (ed *Enum) unmarshalFull(b []byte, sb *strs.Builder) { function unmarshalEnumReservedRange (line 222) | func unmarshalEnumReservedRange(b []byte) (r [2]pref.EnumNumber) { method unmarshalFull (line 244) | func (vd *EnumValue) unmarshalFull(b []byte, sb *strs.Builder, pf *File,... method unmarshalFull (line 279) | func (md *Message) unmarshalFull(b []byte, sb *strs.Builder) { method unmarshalOptions (line 341) | func (md *Message) unmarshalOptions(b []byte) { function unmarshalMessageReservedRange (line 362) | func unmarshalMessageReservedRange(b []byte) (r [2]pref.FieldNumber) { function unmarshalMessageExtensionRange (line 384) | func unmarshalMessageExtensionRange(b []byte) (r [2]pref.FieldNumber, ra... method unmarshalFull (line 413) | func (fd *Field) unmarshalFull(b []byte, sb *strs.Builder, pf *File, pd ... method unmarshalOptions (line 480) | func (fd *Field) unmarshalOptions(b []byte) { method unmarshalFull (line 507) | func (od *Oneof) unmarshalFull(b []byte, sb *strs.Builder, pf *File, pd ... method unmarshalFull (line 534) | func (xd *Extension) unmarshalFull(b []byte, sb *strs.Builder) { method unmarshalOptions (line 580) | func (xd *Extension) unmarshalOptions(b []byte) { method unmarshalFull (line 599) | func (sd *Service) unmarshalFull(b []byte, sb *strs.Builder) { method unmarshalFull (line 630) | func (md *Method) unmarshalFull(b []byte, sb *strs.Builder, pf *File, pd... function appendOptions (line 672) | func appendOptions(dst, src []byte) []byte { method optionsUnmarshaler (line 683) | func (db *Builder) optionsUnmarshaler(p *pref.ProtoMessage, b []byte) fu... FILE: vendor/google.golang.org/protobuf/internal/filedesc/desc_list.go type FileImports (line 23) | type FileImports method Len (line 25) | func (p *FileImports) Len() int { return le... method Get (line 26) | func (p *FileImports) Get(i int) pref.FileImport { return (*... method Format (line 27) | func (p *FileImports) Format(s fmt.State, r rune) { descfmt.F... method ProtoInternal (line 28) | func (p *FileImports) ProtoInternal(pragma.DoNotImplement) {} type Names (line 30) | type Names struct method Len (line 36) | func (p *Names) Len() int { return len(p.Li... method Get (line 37) | func (p *Names) Get(i int) pref.Name { return p.List[i] } method Has (line 38) | func (p *Names) Has(s pref.Name) bool { return p.lazyIn... method Format (line 39) | func (p *Names) Format(s fmt.State, r rune) { descfmt.FormatL... method ProtoInternal (line 40) | func (p *Names) ProtoInternal(pragma.DoNotImplement) {} method lazyInit (line 41) | func (p *Names) lazyInit() *Names { method CheckValid (line 55) | func (p *Names) CheckValid() error { type EnumRanges (line 69) | type EnumRanges struct method Len (line 75) | func (p *EnumRanges) Len() int { return len(p.List) } method Get (line 76) | func (p *EnumRanges) Get(i int) [2]pref.EnumNumber { return p.List[i] } method Has (line 77) | func (p *EnumRanges) Has(n pref.EnumNumber) bool { method Format (line 91) | func (p *EnumRanges) Format(s fmt.State, r rune) { descfmt.Fo... method ProtoInternal (line 92) | func (p *EnumRanges) ProtoInternal(pragma.DoNotImplement) {} method lazyInit (line 93) | func (p *EnumRanges) lazyInit() *EnumRanges { method CheckValid (line 105) | func (p *EnumRanges) CheckValid() error { type enumRange (line 120) | type enumRange method Start (line 122) | func (r enumRange) Start() protoreflect.EnumNumber { return r[0] } method End (line 123) | func (r enumRange) End() protoreflect.EnumNumber { return r[1] } method String (line 124) | func (r enumRange) String() string { type FieldRanges (line 131) | type FieldRanges struct method Len (line 137) | func (p *FieldRanges) Len() int { return len(p.Li... method Get (line 138) | func (p *FieldRanges) Get(i int) [2]pref.FieldNumber { return p.List[i] } method Has (line 139) | func (p *FieldRanges) Has(n pref.FieldNumber) bool { method Format (line 153) | func (p *FieldRanges) Format(s fmt.State, r rune) { descfmt.F... method ProtoInternal (line 154) | func (p *FieldRanges) ProtoInternal(pragma.DoNotImplement) {} method lazyInit (line 155) | func (p *FieldRanges) lazyInit() *FieldRanges { method CheckValid (line 167) | func (p *FieldRanges) CheckValid(isMessageSet bool) error { method CheckOverlap (line 194) | func (p *FieldRanges) CheckOverlap(q *FieldRanges) error { function isValidFieldNumber (line 189) | func isValidFieldNumber(n protoreflect.FieldNumber, isMessageSet bool) b... type fieldRange (line 212) | type fieldRange method Start (line 214) | func (r fieldRange) Start() protoreflect.FieldNumber { return r[0] } method End (line 215) | func (r fieldRange) End() protoreflect.FieldNumber { return r[1] - 1 } method String (line 216) | func (r fieldRange) String() string { type FieldNumbers (line 223) | type FieldNumbers struct method Len (line 229) | func (p *FieldNumbers) Len() int { return len(p.List) } method Get (line 230) | func (p *FieldNumbers) Get(i int) pref.FieldNumber { return p.List[i] } method Has (line 231) | func (p *FieldNumbers) Has(n pref.FieldNumber) bool { method Format (line 243) | func (p *FieldNumbers) Format(s fmt.State, r rune) { descfmt.... method ProtoInternal (line 244) | func (p *FieldNumbers) ProtoInternal(pragma.DoNotImplement) {} type OneofFields (line 246) | type OneofFields struct method Len (line 255) | func (p *OneofFields) Len() int ... method Get (line 256) | func (p *OneofFields) Get(i int) pref.FieldDescriptor ... method ByName (line 257) | func (p *OneofFields) ByName(s pref.Name) pref.FieldDescriptor ... method ByJSONName (line 258) | func (p *OneofFields) ByJSONName(s string) pref.FieldDescriptor ... method ByTextName (line 259) | func (p *OneofFields) ByTextName(s string) pref.FieldDescriptor ... method ByNumber (line 260) | func (p *OneofFields) ByNumber(n pref.FieldNumber) pref.FieldDescripto... method Format (line 261) | func (p *OneofFields) Format(s fmt.State, r rune) ... method ProtoInternal (line 262) | func (p *OneofFields) ProtoInternal(pragma.DoNotImplement) ... method lazyInit (line 264) | func (p *OneofFields) lazyInit() *OneofFields { type SourceLocations (line 283) | type SourceLocations struct method Len (line 298) | func (p *SourceLocations) Len() int { return len(... method Get (line 299) | func (p *SourceLocations) Get(i int) pref.SourceLocation { return p.la... method byKey (line 300) | func (p *SourceLocations) byKey(k pathKey) pref.SourceLocation { method ByPath (line 306) | func (p *SourceLocations) ByPath(path pref.SourcePath) pref.SourceLoca... method ByDescriptor (line 309) | func (p *SourceLocations) ByDescriptor(desc pref.Descriptor) pref.Sour... method lazyInit (line 407) | func (p *SourceLocations) lazyInit() *SourceLocations { method ProtoInternal (line 430) | func (p *SourceLocations) ProtoInternal(pragma.DoNotImplement) {} type pathKey (line 433) | type pathKey struct function newPathKey (line 438) | func newPathKey(p pref.SourcePath) (k pathKey) { FILE: vendor/google.golang.org/protobuf/internal/filedesc/desc_list_gen.go type Enums (line 18) | type Enums struct method Len (line 24) | func (p *Enums) Len() int { method Get (line 27) | func (p *Enums) Get(i int) protoreflect.EnumDescriptor { method ByName (line 30) | func (p *Enums) ByName(s protoreflect.Name) protoreflect.EnumDescriptor { method Format (line 36) | func (p *Enums) Format(s fmt.State, r rune) { method ProtoInternal (line 39) | func (p *Enums) ProtoInternal(pragma.DoNotImplement) {} method lazyInit (line 40) | func (p *Enums) lazyInit() *Enums { type EnumValues (line 55) | type EnumValues struct method Len (line 62) | func (p *EnumValues) Len() int { method Get (line 65) | func (p *EnumValues) Get(i int) protoreflect.EnumValueDescriptor { method ByName (line 68) | func (p *EnumValues) ByName(s protoreflect.Name) protoreflect.EnumValu... method ByNumber (line 74) | func (p *EnumValues) ByNumber(n protoreflect.EnumNumber) protoreflect.... method Format (line 80) | func (p *EnumValues) Format(s fmt.State, r rune) { method ProtoInternal (line 83) | func (p *EnumValues) ProtoInternal(pragma.DoNotImplement) {} method lazyInit (line 84) | func (p *EnumValues) lazyInit() *EnumValues { type Messages (line 103) | type Messages struct method Len (line 109) | func (p *Messages) Len() int { method Get (line 112) | func (p *Messages) Get(i int) protoreflect.MessageDescriptor { method ByName (line 115) | func (p *Messages) ByName(s protoreflect.Name) protoreflect.MessageDes... method Format (line 121) | func (p *Messages) Format(s fmt.State, r rune) { method ProtoInternal (line 124) | func (p *Messages) ProtoInternal(pragma.DoNotImplement) {} method lazyInit (line 125) | func (p *Messages) lazyInit() *Messages { type Fields (line 140) | type Fields struct method Len (line 149) | func (p *Fields) Len() int { method Get (line 152) | func (p *Fields) Get(i int) protoreflect.FieldDescriptor { method ByName (line 155) | func (p *Fields) ByName(s protoreflect.Name) protoreflect.FieldDescrip... method ByJSONName (line 161) | func (p *Fields) ByJSONName(s string) protoreflect.FieldDescriptor { method ByTextName (line 167) | func (p *Fields) ByTextName(s string) protoreflect.FieldDescriptor { method ByNumber (line 173) | func (p *Fields) ByNumber(n protoreflect.FieldNumber) protoreflect.Fie... method Format (line 179) | func (p *Fields) Format(s fmt.State, r rune) { method ProtoInternal (line 182) | func (p *Fields) ProtoInternal(pragma.DoNotImplement) {} method lazyInit (line 183) | func (p *Fields) lazyInit() *Fields { type Oneofs (line 210) | type Oneofs struct method Len (line 216) | func (p *Oneofs) Len() int { method Get (line 219) | func (p *Oneofs) Get(i int) protoreflect.OneofDescriptor { method ByName (line 222) | func (p *Oneofs) ByName(s protoreflect.Name) protoreflect.OneofDescrip... method Format (line 228) | func (p *Oneofs) Format(s fmt.State, r rune) { method ProtoInternal (line 231) | func (p *Oneofs) ProtoInternal(pragma.DoNotImplement) {} method lazyInit (line 232) | func (p *Oneofs) lazyInit() *Oneofs { type Extensions (line 247) | type Extensions struct method Len (line 253) | func (p *Extensions) Len() int { method Get (line 256) | func (p *Extensions) Get(i int) protoreflect.ExtensionDescriptor { method ByName (line 259) | func (p *Extensions) ByName(s protoreflect.Name) protoreflect.Extensio... method Format (line 265) | func (p *Extensions) Format(s fmt.State, r rune) { method ProtoInternal (line 268) | func (p *Extensions) ProtoInternal(pragma.DoNotImplement) {} method lazyInit (line 269) | func (p *Extensions) lazyInit() *Extensions { type Services (line 284) | type Services struct method Len (line 290) | func (p *Services) Len() int { method Get (line 293) | func (p *Services) Get(i int) protoreflect.ServiceDescriptor { method ByName (line 296) | func (p *Services) ByName(s protoreflect.Name) protoreflect.ServiceDes... method Format (line 302) | func (p *Services) Format(s fmt.State, r rune) { method ProtoInternal (line 305) | func (p *Services) ProtoInternal(pragma.DoNotImplement) {} method lazyInit (line 306) | func (p *Services) lazyInit() *Services { type Methods (line 321) | type Methods struct method Len (line 327) | func (p *Methods) Len() int { method Get (line 330) | func (p *Methods) Get(i int) protoreflect.MethodDescriptor { method ByName (line 333) | func (p *Methods) ByName(s protoreflect.Name) protoreflect.MethodDescr... method Format (line 339) | func (p *Methods) Format(s fmt.State, r rune) { method ProtoInternal (line 342) | func (p *Methods) ProtoInternal(pragma.DoNotImplement) {} method lazyInit (line 343) | func (p *Methods) lazyInit() *Methods { FILE: vendor/google.golang.org/protobuf/internal/filedesc/placeholder.go type PlaceholderFile (line 31) | type PlaceholderFile method ParentFile (line 33) | func (f PlaceholderFile) ParentFile() pref.FileDescriptor { retu... method Parent (line 34) | func (f PlaceholderFile) Parent() pref.Descriptor { retu... method Index (line 35) | func (f PlaceholderFile) Index() int { retu... method Syntax (line 36) | func (f PlaceholderFile) Syntax() pref.Syntax { retu... method Name (line 37) | func (f PlaceholderFile) Name() pref.Name { retu... method FullName (line 38) | func (f PlaceholderFile) FullName() pref.FullName { retu... method IsPlaceholder (line 39) | func (f PlaceholderFile) IsPlaceholder() bool { retu... method Options (line 40) | func (f PlaceholderFile) Options() pref.ProtoMessage { retu... method Path (line 41) | func (f PlaceholderFile) Path() string { retu... method Package (line 42) | func (f PlaceholderFile) Package() pref.FullName { retu... method Imports (line 43) | func (f PlaceholderFile) Imports() pref.FileImports { retu... method Messages (line 44) | func (f PlaceholderFile) Messages() pref.MessageDescriptors { retu... method Enums (line 45) | func (f PlaceholderFile) Enums() pref.EnumDescriptors { retu... method Extensions (line 46) | func (f PlaceholderFile) Extensions() pref.ExtensionDescriptors { retu... method Services (line 47) | func (f PlaceholderFile) Services() pref.ServiceDescriptors { retu... method SourceLocations (line 48) | func (f PlaceholderFile) SourceLocations() pref.SourceLocations { retu... method ProtoType (line 49) | func (f PlaceholderFile) ProtoType(pref.FileDescriptor) { retu... method ProtoInternal (line 50) | func (f PlaceholderFile) ProtoInternal(pragma.DoNotImplement) { retu... type PlaceholderEnum (line 53) | type PlaceholderEnum method ParentFile (line 55) | func (e PlaceholderEnum) ParentFile() pref.FileDescriptor { return... method Parent (line 56) | func (e PlaceholderEnum) Parent() pref.Descriptor { return... method Index (line 57) | func (e PlaceholderEnum) Index() int { return... method Syntax (line 58) | func (e PlaceholderEnum) Syntax() pref.Syntax { return... method Name (line 59) | func (e PlaceholderEnum) Name() pref.Name { return... method FullName (line 60) | func (e PlaceholderEnum) FullName() pref.FullName { return... method IsPlaceholder (line 61) | func (e PlaceholderEnum) IsPlaceholder() bool { return... method Options (line 62) | func (e PlaceholderEnum) Options() pref.ProtoMessage { return... method Values (line 63) | func (e PlaceholderEnum) Values() pref.EnumValueDescriptors { return... method ReservedNames (line 64) | func (e PlaceholderEnum) ReservedNames() pref.Names { return... method ReservedRanges (line 65) | func (e PlaceholderEnum) ReservedRanges() pref.EnumRanges { return... method ProtoType (line 66) | func (e PlaceholderEnum) ProtoType(pref.EnumDescriptor) { return } method ProtoInternal (line 67) | func (e PlaceholderEnum) ProtoInternal(pragma.DoNotImplement) { return } type PlaceholderEnumValue (line 70) | type PlaceholderEnumValue method ParentFile (line 72) | func (e PlaceholderEnumValue) ParentFile() pref.FileDescriptor { r... method Parent (line 73) | func (e PlaceholderEnumValue) Parent() pref.Descriptor { r... method Index (line 74) | func (e PlaceholderEnumValue) Index() int { r... method Syntax (line 75) | func (e PlaceholderEnumValue) Syntax() pref.Syntax { r... method Name (line 76) | func (e PlaceholderEnumValue) Name() pref.Name { r... method FullName (line 77) | func (e PlaceholderEnumValue) FullName() pref.FullName { r... method IsPlaceholder (line 78) | func (e PlaceholderEnumValue) IsPlaceholder() bool { r... method Options (line 79) | func (e PlaceholderEnumValue) Options() pref.ProtoMessage { r... method Number (line 80) | func (e PlaceholderEnumValue) Number() pref.EnumNumber { r... method ProtoType (line 81) | func (e PlaceholderEnumValue) ProtoType(pref.EnumValueDescriptor) { r... method ProtoInternal (line 82) | func (e PlaceholderEnumValue) ProtoInternal(pragma.DoNotImplement) { r... type PlaceholderMessage (line 85) | type PlaceholderMessage method ParentFile (line 87) | func (m PlaceholderMessage) ParentFile() pref.FileDescriptor ... method Parent (line 88) | func (m PlaceholderMessage) Parent() pref.Descriptor ... method Index (line 89) | func (m PlaceholderMessage) Index() int ... method Syntax (line 90) | func (m PlaceholderMessage) Syntax() pref.Syntax ... method Name (line 91) | func (m PlaceholderMessage) Name() pref.Name ... method FullName (line 92) | func (m PlaceholderMessage) FullName() pref.FullName ... method IsPlaceholder (line 93) | func (m PlaceholderMessage) IsPlaceholder() bool ... method Options (line 94) | func (m PlaceholderMessage) Options() pref.ProtoMessage ... method IsMapEntry (line 95) | func (m PlaceholderMessage) IsMapEntry() bool ... method Fields (line 96) | func (m PlaceholderMessage) Fields() pref.FieldDescriptors ... method Oneofs (line 97) | func (m PlaceholderMessage) Oneofs() pref.OneofDescriptors ... method ReservedNames (line 98) | func (m PlaceholderMessage) ReservedNames() pref.Names ... method ReservedRanges (line 99) | func (m PlaceholderMessage) ReservedRanges() pref.FieldRanges ... method RequiredNumbers (line 100) | func (m PlaceholderMessage) RequiredNumbers() pref.FieldNumbers ... method ExtensionRanges (line 101) | func (m PlaceholderMessage) ExtensionRanges() pref.FieldRanges ... method ExtensionRangeOptions (line 102) | func (m PlaceholderMessage) ExtensionRangeOptions(int) pref.ProtoMessa... method Messages (line 103) | func (m PlaceholderMessage) Messages() pref.MessageDescriptors ... method Enums (line 104) | func (m PlaceholderMessage) Enums() pref.EnumDescriptors ... method Extensions (line 105) | func (m PlaceholderMessage) Extensions() pref.ExtensionDescriptors ... method ProtoType (line 106) | func (m PlaceholderMessage) ProtoType(pref.MessageDescriptor) ... method ProtoInternal (line 107) | func (m PlaceholderMessage) ProtoInternal(pragma.DoNotImplement) ... FILE: vendor/google.golang.org/protobuf/internal/filetype/build.go type Builder (line 53) | type Builder struct method Build (line 122) | func (tb Builder) Build() (out Out) { type Out (line 118) | type Out struct type depIdxs (line 263) | type depIdxs method Get (line 266) | func (x depIdxs) Get(i, j int32) int32 { type resolverByIndex (line 271) | type resolverByIndex struct method FindEnumByIndex (line 283) | func (r *resolverByIndex) FindEnumByIndex(i, j int32, es []fdesc.Enum,... method FindMessageByIndex (line 291) | func (r *resolverByIndex) FindMessageByIndex(i, j int32, es []fdesc.En... type fileRegistry (line 276) | type fileRegistry interface FILE: vendor/google.golang.org/protobuf/internal/flags/flags.go constant ProtoLegacy (line 17) | ProtoLegacy = protoLegacy constant LazyUnmarshalExtensions (line 24) | LazyUnmarshalExtensions = ProtoLegacy FILE: vendor/google.golang.org/protobuf/internal/flags/proto_legacy_disable.go constant protoLegacy (line 9) | protoLegacy = false FILE: vendor/google.golang.org/protobuf/internal/flags/proto_legacy_enable.go constant protoLegacy (line 9) | protoLegacy = true FILE: vendor/google.golang.org/protobuf/internal/genid/any_gen.go constant File_google_protobuf_any_proto (line 13) | File_google_protobuf_any_proto = "google/protobuf/any.proto" constant Any_message_name (line 17) | Any_message_name protoreflect.Name = "Any" constant Any_message_fullname (line 18) | Any_message_fullname protoreflect.FullName = "google.protobuf.Any" constant Any_TypeUrl_field_name (line 23) | Any_TypeUrl_field_name protoreflect.Name = "type_url" constant Any_Value_field_name (line 24) | Any_Value_field_name protoreflect.Name = "value" constant Any_TypeUrl_field_fullname (line 26) | Any_TypeUrl_field_fullname protoreflect.FullName = "google.protobuf.Any.... constant Any_Value_field_fullname (line 27) | Any_Value_field_fullname protoreflect.FullName = "google.protobuf.Any.... constant Any_TypeUrl_field_number (line 32) | Any_TypeUrl_field_number protoreflect.FieldNumber = 1 constant Any_Value_field_number (line 33) | Any_Value_field_number protoreflect.FieldNumber = 2 FILE: vendor/google.golang.org/protobuf/internal/genid/api_gen.go constant File_google_protobuf_api_proto (line 13) | File_google_protobuf_api_proto = "google/protobuf/api.proto" constant Api_message_name (line 17) | Api_message_name protoreflect.Name = "Api" constant Api_message_fullname (line 18) | Api_message_fullname protoreflect.FullName = "google.protobuf.Api" constant Api_Name_field_name (line 23) | Api_Name_field_name protoreflect.Name = "name" constant Api_Methods_field_name (line 24) | Api_Methods_field_name protoreflect.Name = "methods" constant Api_Options_field_name (line 25) | Api_Options_field_name protoreflect.Name = "options" constant Api_Version_field_name (line 26) | Api_Version_field_name protoreflect.Name = "version" constant Api_SourceContext_field_name (line 27) | Api_SourceContext_field_name protoreflect.Name = "source_context" constant Api_Mixins_field_name (line 28) | Api_Mixins_field_name protoreflect.Name = "mixins" constant Api_Syntax_field_name (line 29) | Api_Syntax_field_name protoreflect.Name = "syntax" constant Api_Name_field_fullname (line 31) | Api_Name_field_fullname protoreflect.FullName = "google.protobu... constant Api_Methods_field_fullname (line 32) | Api_Methods_field_fullname protoreflect.FullName = "google.protobu... constant Api_Options_field_fullname (line 33) | Api_Options_field_fullname protoreflect.FullName = "google.protobu... constant Api_Version_field_fullname (line 34) | Api_Version_field_fullname protoreflect.FullName = "google.protobu... constant Api_SourceContext_field_fullname (line 35) | Api_SourceContext_field_fullname protoreflect.FullName = "google.protobu... constant Api_Mixins_field_fullname (line 36) | Api_Mixins_field_fullname protoreflect.FullName = "google.protobu... constant Api_Syntax_field_fullname (line 37) | Api_Syntax_field_fullname protoreflect.FullName = "google.protobu... constant Api_Name_field_number (line 42) | Api_Name_field_number protoreflect.FieldNumber = 1 constant Api_Methods_field_number (line 43) | Api_Methods_field_number protoreflect.FieldNumber = 2 constant Api_Options_field_number (line 44) | Api_Options_field_number protoreflect.FieldNumber = 3 constant Api_Version_field_number (line 45) | Api_Version_field_number protoreflect.FieldNumber = 4 constant Api_SourceContext_field_number (line 46) | Api_SourceContext_field_number protoreflect.FieldNumber = 5 constant Api_Mixins_field_number (line 47) | Api_Mixins_field_number protoreflect.FieldNumber = 6 constant Api_Syntax_field_number (line 48) | Api_Syntax_field_number protoreflect.FieldNumber = 7 constant Method_message_name (line 53) | Method_message_name protoreflect.Name = "Method" constant Method_message_fullname (line 54) | Method_message_fullname protoreflect.FullName = "google.protobuf.Method" constant Method_Name_field_name (line 59) | Method_Name_field_name protoreflect.Name = "name" constant Method_RequestTypeUrl_field_name (line 60) | Method_RequestTypeUrl_field_name protoreflect.Name = "request_type_url" constant Method_RequestStreaming_field_name (line 61) | Method_RequestStreaming_field_name protoreflect.Name = "request_streaming" constant Method_ResponseTypeUrl_field_name (line 62) | Method_ResponseTypeUrl_field_name protoreflect.Name = "response_type_url" constant Method_ResponseStreaming_field_name (line 63) | Method_ResponseStreaming_field_name protoreflect.Name = "response_stream... constant Method_Options_field_name (line 64) | Method_Options_field_name protoreflect.Name = "options" constant Method_Syntax_field_name (line 65) | Method_Syntax_field_name protoreflect.Name = "syntax" constant Method_Name_field_fullname (line 67) | Method_Name_field_fullname protoreflect.FullName = "google.... constant Method_RequestTypeUrl_field_fullname (line 68) | Method_RequestTypeUrl_field_fullname protoreflect.FullName = "google.... constant Method_RequestStreaming_field_fullname (line 69) | Method_RequestStreaming_field_fullname protoreflect.FullName = "google.... constant Method_ResponseTypeUrl_field_fullname (line 70) | Method_ResponseTypeUrl_field_fullname protoreflect.FullName = "google.... constant Method_ResponseStreaming_field_fullname (line 71) | Method_ResponseStreaming_field_fullname protoreflect.FullName = "google.... constant Method_Options_field_fullname (line 72) | Method_Options_field_fullname protoreflect.FullName = "google.... constant Method_Syntax_field_fullname (line 73) | Method_Syntax_field_fullname protoreflect.FullName = "google.... constant Method_Name_field_number (line 78) | Method_Name_field_number protoreflect.FieldNumber = 1 constant Method_RequestTypeUrl_field_number (line 79) | Method_RequestTypeUrl_field_number protoreflect.FieldNumber = 2 constant Method_RequestStreaming_field_number (line 80) | Method_RequestStreaming_field_number protoreflect.FieldNumber = 3 constant Method_ResponseTypeUrl_field_number (line 81) | Method_ResponseTypeUrl_field_number protoreflect.FieldNumber = 4 constant Method_ResponseStreaming_field_number (line 82) | Method_ResponseStreaming_field_number protoreflect.FieldNumber = 5 constant Method_Options_field_number (line 83) | Method_Options_field_number protoreflect.FieldNumber = 6 constant Method_Syntax_field_number (line 84) | Method_Syntax_field_number protoreflect.FieldNumber = 7 constant Mixin_message_name (line 89) | Mixin_message_name protoreflect.Name = "Mixin" constant Mixin_message_fullname (line 90) | Mixin_message_fullname protoreflect.FullName = "google.protobuf.Mixin" constant Mixin_Name_field_name (line 95) | Mixin_Name_field_name protoreflect.Name = "name" constant Mixin_Root_field_name (line 96) | Mixin_Root_field_name protoreflect.Name = "root" constant Mixin_Name_field_fullname (line 98) | Mixin_Name_field_fullname protoreflect.FullName = "google.protobuf.Mixin... constant Mixin_Root_field_fullname (line 99) | Mixin_Root_field_fullname protoreflect.FullName = "google.protobuf.Mixin... constant Mixin_Name_field_number (line 104) | Mixin_Name_field_number protoreflect.FieldNumber = 1 constant Mixin_Root_field_number (line 105) | Mixin_Root_field_number protoreflect.FieldNumber = 2 FILE: vendor/google.golang.org/protobuf/internal/genid/descriptor_gen.go constant File_google_protobuf_descriptor_proto (line 13) | File_google_protobuf_descriptor_proto = "google/protobuf/descriptor.proto" constant FileDescriptorSet_message_name (line 17) | FileDescriptorSet_message_name protoreflect.Name = "FileDescript... constant FileDescriptorSet_message_fullname (line 18) | FileDescriptorSet_message_fullname protoreflect.FullName = "google.proto... constant FileDescriptorSet_File_field_name (line 23) | FileDescriptorSet_File_field_name protoreflect.Name = "file" constant FileDescriptorSet_File_field_fullname (line 25) | FileDescriptorSet_File_field_fullname protoreflect.FullName = "google.pr... constant FileDescriptorSet_File_field_number (line 30) | FileDescriptorSet_File_field_number protoreflect.FieldNumber = 1 constant FileDescriptorProto_message_name (line 35) | FileDescriptorProto_message_name protoreflect.Name = "FileDescri... constant FileDescriptorProto_message_fullname (line 36) | FileDescriptorProto_message_fullname protoreflect.FullName = "google.pro... constant FileDescriptorProto_Name_field_name (line 41) | FileDescriptorProto_Name_field_name protoreflect.Name = "name" constant FileDescriptorProto_Package_field_name (line 42) | FileDescriptorProto_Package_field_name protoreflect.Name = "pac... constant FileDescriptorProto_Dependency_field_name (line 43) | FileDescriptorProto_Dependency_field_name protoreflect.Name = "dep... constant FileDescriptorProto_PublicDependency_field_name (line 44) | FileDescriptorProto_PublicDependency_field_name protoreflect.Name = "pub... constant FileDescriptorProto_WeakDependency_field_name (line 45) | FileDescriptorProto_WeakDependency_field_name protoreflect.Name = "wea... constant FileDescriptorProto_MessageType_field_name (line 46) | FileDescriptorProto_MessageType_field_name protoreflect.Name = "mes... constant FileDescriptorProto_EnumType_field_name (line 47) | FileDescriptorProto_EnumType_field_name protoreflect.Name = "enu... constant FileDescriptorProto_Service_field_name (line 48) | FileDescriptorProto_Service_field_name protoreflect.Name = "ser... constant FileDescriptorProto_Extension_field_name (line 49) | FileDescriptorProto_Extension_field_name protoreflect.Name = "ext... constant FileDescriptorProto_Options_field_name (line 50) | FileDescriptorProto_Options_field_name protoreflect.Name = "opt... constant FileDescriptorProto_SourceCodeInfo_field_name (line 51) | FileDescriptorProto_SourceCodeInfo_field_name protoreflect.Name = "sou... constant FileDescriptorProto_Syntax_field_name (line 52) | FileDescriptorProto_Syntax_field_name protoreflect.Name = "syn... constant FileDescriptorProto_Name_field_fullname (line 54) | FileDescriptorProto_Name_field_fullname protoreflect.FullNam... constant FileDescriptorProto_Package_field_fullname (line 55) | FileDescriptorProto_Package_field_fullname protoreflect.FullNam... constant FileDescriptorProto_Dependency_field_fullname (line 56) | FileDescriptorProto_Dependency_field_fullname protoreflect.FullNam... constant FileDescriptorProto_PublicDependency_field_fullname (line 57) | FileDescriptorProto_PublicDependency_field_fullname protoreflect.FullNam... constant FileDescriptorProto_WeakDependency_field_fullname (line 58) | FileDescriptorProto_WeakDependency_field_fullname protoreflect.FullNam... constant FileDescriptorProto_MessageType_field_fullname (line 59) | FileDescriptorProto_MessageType_field_fullname protoreflect.FullNam... constant FileDescriptorProto_EnumType_field_fullname (line 60) | FileDescriptorProto_EnumType_field_fullname protoreflect.FullNam... constant FileDescriptorProto_Service_field_fullname (line 61) | FileDescriptorProto_Service_field_fullname protoreflect.FullNam... constant FileDescriptorProto_Extension_field_fullname (line 62) | FileDescriptorProto_Extension_field_fullname protoreflect.FullNam... constant FileDescriptorProto_Options_field_fullname (line 63) | FileDescriptorProto_Options_field_fullname protoreflect.FullNam... constant FileDescriptorProto_SourceCodeInfo_field_fullname (line 64) | FileDescriptorProto_SourceCodeInfo_field_fullname protoreflect.FullNam... constant FileDescriptorProto_Syntax_field_fullname (line 65) | FileDescriptorProto_Syntax_field_fullname protoreflect.FullNam... constant FileDescriptorProto_Name_field_number (line 70) | FileDescriptorProto_Name_field_number protoreflect.FieldNumb... constant FileDescriptorProto_Package_field_number (line 71) | FileDescriptorProto_Package_field_number protoreflect.FieldNumb... constant FileDescriptorProto_Dependency_field_number (line 72) | FileDescriptorProto_Dependency_field_number protoreflect.FieldNumb... constant FileDescriptorProto_PublicDependency_field_number (line 73) | FileDescriptorProto_PublicDependency_field_number protoreflect.FieldNumb... constant FileDescriptorProto_WeakDependency_field_number (line 74) | FileDescriptorProto_WeakDependency_field_number protoreflect.FieldNumb... constant FileDescriptorProto_MessageType_field_number (line 75) | FileDescriptorProto_MessageType_field_number protoreflect.FieldNumb... constant FileDescriptorProto_EnumType_field_number (line 76) | FileDescriptorProto_EnumType_field_number protoreflect.FieldNumb... constant FileDescriptorProto_Service_field_number (line 77) | FileDescriptorProto_Service_field_number protoreflect.FieldNumb... constant FileDescriptorProto_Extension_field_number (line 78) | FileDescriptorProto_Extension_field_number protoreflect.FieldNumb... constant FileDescriptorProto_Options_field_number (line 79) | FileDescriptorProto_Options_field_number protoreflect.FieldNumb... constant FileDescriptorProto_SourceCodeInfo_field_number (line 80) | FileDescriptorProto_SourceCodeInfo_field_number protoreflect.FieldNumb... constant FileDescriptorProto_Syntax_field_number (line 81) | FileDescriptorProto_Syntax_field_number protoreflect.FieldNumb... constant DescriptorProto_message_name (line 86) | DescriptorProto_message_name protoreflect.Name = "DescriptorProto" constant DescriptorProto_message_fullname (line 87) | DescriptorProto_message_fullname protoreflect.FullName = "google.protobu... constant DescriptorProto_Name_field_name (line 92) | DescriptorProto_Name_field_name protoreflect.Name = "name" constant DescriptorProto_Field_field_name (line 93) | DescriptorProto_Field_field_name protoreflect.Name = "field" constant DescriptorProto_Extension_field_name (line 94) | DescriptorProto_Extension_field_name protoreflect.Name = "extension" constant DescriptorProto_NestedType_field_name (line 95) | DescriptorProto_NestedType_field_name protoreflect.Name = "nested_type" constant DescriptorProto_EnumType_field_name (line 96) | DescriptorProto_EnumType_field_name protoreflect.Name = "enum_type" constant DescriptorProto_ExtensionRange_field_name (line 97) | DescriptorProto_ExtensionRange_field_name protoreflect.Name = "extension... constant DescriptorProto_OneofDecl_field_name (line 98) | DescriptorProto_OneofDecl_field_name protoreflect.Name = "oneof_decl" constant DescriptorProto_Options_field_name (line 99) | DescriptorProto_Options_field_name protoreflect.Name = "options" constant DescriptorProto_ReservedRange_field_name (line 100) | DescriptorProto_ReservedRange_field_name protoreflect.Name = "reserved_... constant DescriptorProto_ReservedName_field_name (line 101) | DescriptorProto_ReservedName_field_name protoreflect.Name = "reserved_... constant DescriptorProto_Name_field_fullname (line 103) | DescriptorProto_Name_field_fullname protoreflect.FullName = "g... constant DescriptorProto_Field_field_fullname (line 104) | DescriptorProto_Field_field_fullname protoreflect.FullName = "g... constant DescriptorProto_Extension_field_fullname (line 105) | DescriptorProto_Extension_field_fullname protoreflect.FullName = "g... constant DescriptorProto_NestedType_field_fullname (line 106) | DescriptorProto_NestedType_field_fullname protoreflect.FullName = "g... constant DescriptorProto_EnumType_field_fullname (line 107) | DescriptorProto_EnumType_field_fullname protoreflect.FullName = "g... constant DescriptorProto_ExtensionRange_field_fullname (line 108) | DescriptorProto_ExtensionRange_field_fullname protoreflect.FullName = "g... constant DescriptorProto_OneofDecl_field_fullname (line 109) | DescriptorProto_OneofDecl_field_fullname protoreflect.FullName = "g... constant DescriptorProto_Options_field_fullname (line 110) | DescriptorProto_Options_field_fullname protoreflect.FullName = "g... constant DescriptorProto_ReservedRange_field_fullname (line 111) | DescriptorProto_ReservedRange_field_fullname protoreflect.FullName = "g... constant DescriptorProto_ReservedName_field_fullname (line 112) | DescriptorProto_ReservedName_field_fullname protoreflect.FullName = "g... constant DescriptorProto_Name_field_number (line 117) | DescriptorProto_Name_field_number protoreflect.FieldNumber = 1 constant DescriptorProto_Field_field_number (line 118) | DescriptorProto_Field_field_number protoreflect.FieldNumber = 2 constant DescriptorProto_Extension_field_number (line 119) | DescriptorProto_Extension_field_number protoreflect.FieldNumber = 6 constant DescriptorProto_NestedType_field_number (line 120) | DescriptorProto_NestedType_field_number protoreflect.FieldNumber = 3 constant DescriptorProto_EnumType_field_number (line 121) | DescriptorProto_EnumType_field_number protoreflect.FieldNumber = 4 constant DescriptorProto_ExtensionRange_field_number (line 122) | DescriptorProto_ExtensionRange_field_number protoreflect.FieldNumber = 5 constant DescriptorProto_OneofDecl_field_number (line 123) | DescriptorProto_OneofDecl_field_number protoreflect.FieldNumber = 8 constant DescriptorProto_Options_field_number (line 124) | DescriptorProto_Options_field_number protoreflect.FieldNumber = 7 constant DescriptorProto_ReservedRange_field_number (line 125) | DescriptorProto_ReservedRange_field_number protoreflect.FieldNumber = 9 constant DescriptorProto_ReservedName_field_number (line 126) | DescriptorProto_ReservedName_field_number protoreflect.FieldNumber = 10 constant DescriptorProto_ExtensionRange_message_name (line 131) | DescriptorProto_ExtensionRange_message_name protoreflect.Name = ... constant DescriptorProto_ExtensionRange_message_fullname (line 132) | DescriptorProto_ExtensionRange_message_fullname protoreflect.FullName = ... constant DescriptorProto_ExtensionRange_Start_field_name (line 137) | DescriptorProto_ExtensionRange_Start_field_name protoreflect.Name = "s... constant DescriptorProto_ExtensionRange_End_field_name (line 138) | DescriptorProto_ExtensionRange_End_field_name protoreflect.Name = "end" constant DescriptorProto_ExtensionRange_Options_field_name (line 139) | DescriptorProto_ExtensionRange_Options_field_name protoreflect.Name = "o... constant DescriptorProto_ExtensionRange_Start_field_fullname (line 141) | DescriptorProto_ExtensionRange_Start_field_fullname protoreflect.FullN... constant DescriptorProto_ExtensionRange_End_field_fullname (line 142) | DescriptorProto_ExtensionRange_End_field_fullname protoreflect.FullN... constant DescriptorProto_ExtensionRange_Options_field_fullname (line 143) | DescriptorProto_ExtensionRange_Options_field_fullname protoreflect.FullN... constant DescriptorProto_ExtensionRange_Start_field_number (line 148) | DescriptorProto_ExtensionRange_Start_field_number protoreflect.FieldNu... constant DescriptorProto_ExtensionRange_End_field_number (line 149) | DescriptorProto_ExtensionRange_End_field_number protoreflect.FieldNu... constant DescriptorProto_ExtensionRange_Options_field_number (line 150) | DescriptorProto_ExtensionRange_Options_field_number protoreflect.FieldNu... constant DescriptorProto_ReservedRange_message_name (line 155) | DescriptorProto_ReservedRange_message_name protoreflect.Name = "... constant DescriptorProto_ReservedRange_message_fullname (line 156) | DescriptorProto_ReservedRange_message_fullname protoreflect.FullName = "... constant DescriptorProto_ReservedRange_Start_field_name (line 161) | DescriptorProto_ReservedRange_Start_field_name protoreflect.Name = "start" constant DescriptorProto_ReservedRange_End_field_name (line 162) | DescriptorProto_ReservedRange_End_field_name protoreflect.Name = "end" constant DescriptorProto_ReservedRange_Start_field_fullname (line 164) | DescriptorProto_ReservedRange_Start_field_fullname protoreflect.FullName... constant DescriptorProto_ReservedRange_End_field_fullname (line 165) | DescriptorProto_ReservedRange_End_field_fullname protoreflect.FullName... constant DescriptorProto_ReservedRange_Start_field_number (line 170) | DescriptorProto_ReservedRange_Start_field_number protoreflect.FieldNumbe... constant DescriptorProto_ReservedRange_End_field_number (line 171) | DescriptorProto_ReservedRange_End_field_number protoreflect.FieldNumbe... constant ExtensionRangeOptions_message_name (line 176) | ExtensionRangeOptions_message_name protoreflect.Name = "Extensio... constant ExtensionRangeOptions_message_fullname (line 177) | ExtensionRangeOptions_message_fullname protoreflect.FullName = "google.p... constant ExtensionRangeOptions_UninterpretedOption_field_name (line 182) | ExtensionRangeOptions_UninterpretedOption_field_name protoreflect.Name =... constant ExtensionRangeOptions_UninterpretedOption_field_fullname (line 184) | ExtensionRangeOptions_UninterpretedOption_field_fullname protoreflect.Fu... constant ExtensionRangeOptions_UninterpretedOption_field_number (line 189) | ExtensionRangeOptions_UninterpretedOption_field_number protoreflect.Fiel... constant FieldDescriptorProto_message_name (line 194) | FieldDescriptorProto_message_name protoreflect.Name = "FieldDesc... constant FieldDescriptorProto_message_fullname (line 195) | FieldDescriptorProto_message_fullname protoreflect.FullName = "google.pr... constant FieldDescriptorProto_Name_field_name (line 200) | FieldDescriptorProto_Name_field_name protoreflect.Name = "name" constant FieldDescriptorProto_Number_field_name (line 201) | FieldDescriptorProto_Number_field_name protoreflect.Name = "number" constant FieldDescriptorProto_Label_field_name (line 202) | FieldDescriptorProto_Label_field_name protoreflect.Name = "label" constant FieldDescriptorProto_Type_field_name (line 203) | FieldDescriptorProto_Type_field_name protoreflect.Name = "type" constant FieldDescriptorProto_TypeName_field_name (line 204) | FieldDescriptorProto_TypeName_field_name protoreflect.Name = "type... constant FieldDescriptorProto_Extendee_field_name (line 205) | FieldDescriptorProto_Extendee_field_name protoreflect.Name = "exte... constant FieldDescriptorProto_DefaultValue_field_name (line 206) | FieldDescriptorProto_DefaultValue_field_name protoreflect.Name = "defa... constant FieldDescriptorProto_OneofIndex_field_name (line 207) | FieldDescriptorProto_OneofIndex_field_name protoreflect.Name = "oneo... constant FieldDescriptorProto_JsonName_field_name (line 208) | FieldDescriptorProto_JsonName_field_name protoreflect.Name = "json... constant FieldDescriptorProto_Options_field_name (line 209) | FieldDescriptorProto_Options_field_name protoreflect.Name = "opti... constant FieldDescriptorProto_Proto3Optional_field_name (line 210) | FieldDescriptorProto_Proto3Optional_field_name protoreflect.Name = "prot... constant FieldDescriptorProto_Name_field_fullname (line 212) | FieldDescriptorProto_Name_field_fullname protoreflect.FullName... constant FieldDescriptorProto_Number_field_fullname (line 213) | FieldDescriptorProto_Number_field_fullname protoreflect.FullName... constant FieldDescriptorProto_Label_field_fullname (line 214) | FieldDescriptorProto_Label_field_fullname protoreflect.FullName... constant FieldDescriptorProto_Type_field_fullname (line 215) | FieldDescriptorProto_Type_field_fullname protoreflect.FullName... constant FieldDescriptorProto_TypeName_field_fullname (line 216) | FieldDescriptorProto_TypeName_field_fullname protoreflect.FullName... constant FieldDescriptorProto_Extendee_field_fullname (line 217) | FieldDescriptorProto_Extendee_field_fullname protoreflect.FullName... constant FieldDescriptorProto_DefaultValue_field_fullname (line 218) | FieldDescriptorProto_DefaultValue_field_fullname protoreflect.FullName... constant FieldDescriptorProto_OneofIndex_field_fullname (line 219) | FieldDescriptorProto_OneofIndex_field_fullname protoreflect.FullName... constant FieldDescriptorProto_JsonName_field_fullname (line 220) | FieldDescriptorProto_JsonName_field_fullname protoreflect.FullName... constant FieldDescriptorProto_Options_field_fullname (line 221) | FieldDescriptorProto_Options_field_fullname protoreflect.FullName... constant FieldDescriptorProto_Proto3Optional_field_fullname (line 222) | FieldDescriptorProto_Proto3Optional_field_fullname protoreflect.FullName... constant FieldDescriptorProto_Name_field_number (line 227) | FieldDescriptorProto_Name_field_number protoreflect.FieldNumbe... constant FieldDescriptorProto_Number_field_number (line 228) | FieldDescriptorProto_Number_field_number protoreflect.FieldNumbe... constant FieldDescriptorProto_Label_field_number (line 229) | FieldDescriptorProto_Label_field_number protoreflect.FieldNumbe... constant FieldDescriptorProto_Type_field_number (line 230) | FieldDescriptorProto_Type_field_number protoreflect.FieldNumbe... constant FieldDescriptorProto_TypeName_field_number (line 231) | FieldDescriptorProto_TypeName_field_number protoreflect.FieldNumbe... constant FieldDescriptorProto_Extendee_field_number (line 232) | FieldDescriptorProto_Extendee_field_number protoreflect.FieldNumbe... constant FieldDescriptorProto_DefaultValue_field_number (line 233) | FieldDescriptorProto_DefaultValue_field_number protoreflect.FieldNumbe... constant FieldDescriptorProto_OneofIndex_field_number (line 234) | FieldDescriptorProto_OneofIndex_field_number protoreflect.FieldNumbe... constant FieldDescriptorProto_JsonName_field_number (line 235) | FieldDescriptorProto_JsonName_field_number protoreflect.FieldNumbe... constant FieldDescriptorProto_Options_field_number (line 236) | FieldDescriptorProto_Options_field_number protoreflect.FieldNumbe... constant FieldDescriptorProto_Proto3Optional_field_number (line 237) | FieldDescriptorProto_Proto3Optional_field_number protoreflect.FieldNumbe... constant FieldDescriptorProto_Type_enum_fullname (line 242) | FieldDescriptorProto_Type_enum_fullname = "google.protobuf.FieldDescript... constant FieldDescriptorProto_Type_enum_name (line 243) | FieldDescriptorProto_Type_enum_name = "Type" constant FieldDescriptorProto_Label_enum_fullname (line 248) | FieldDescriptorProto_Label_enum_fullname = "google.protobuf.FieldDescrip... constant FieldDescriptorProto_Label_enum_name (line 249) | FieldDescriptorProto_Label_enum_name = "Label" constant OneofDescriptorProto_message_name (line 254) | OneofDescriptorProto_message_name protoreflect.Name = "OneofDesc... constant OneofDescriptorProto_message_fullname (line 255) | OneofDescriptorProto_message_fullname protoreflect.FullName = "google.pr... constant OneofDescriptorProto_Name_field_name (line 260) | OneofDescriptorProto_Name_field_name protoreflect.Name = "name" constant OneofDescriptorProto_Options_field_name (line 261) | OneofDescriptorProto_Options_field_name protoreflect.Name = "options" constant OneofDescriptorProto_Name_field_fullname (line 263) | OneofDescriptorProto_Name_field_fullname protoreflect.FullName = "goo... constant OneofDescriptorProto_Options_field_fullname (line 264) | OneofDescriptorProto_Options_field_fullname protoreflect.FullName = "goo... constant OneofDescriptorProto_Name_field_number (line 269) | OneofDescriptorProto_Name_field_number protoreflect.FieldNumber = 1 constant OneofDescriptorProto_Options_field_number (line 270) | OneofDescriptorProto_Options_field_number protoreflect.FieldNumber = 2 constant EnumDescriptorProto_message_name (line 275) | EnumDescriptorProto_message_name protoreflect.Name = "EnumDescri... constant EnumDescriptorProto_message_fullname (line 276) | EnumDescriptorProto_message_fullname protoreflect.FullName = "google.pro... constant EnumDescriptorProto_Name_field_name (line 281) | EnumDescriptorProto_Name_field_name protoreflect.Name = "name" constant EnumDescriptorProto_Value_field_name (line 282) | EnumDescriptorProto_Value_field_name protoreflect.Name = "value" constant EnumDescriptorProto_Options_field_name (line 283) | EnumDescriptorProto_Options_field_name protoreflect.Name = "options" constant EnumDescriptorProto_ReservedRange_field_name (line 284) | EnumDescriptorProto_ReservedRange_field_name protoreflect.Name = "reserv... constant EnumDescriptorProto_ReservedName_field_name (line 285) | EnumDescriptorProto_ReservedName_field_name protoreflect.Name = "reserv... constant EnumDescriptorProto_Name_field_fullname (line 287) | EnumDescriptorProto_Name_field_fullname protoreflect.FullName =... constant EnumDescriptorProto_Value_field_fullname (line 288) | EnumDescriptorProto_Value_field_fullname protoreflect.FullName =... constant EnumDescriptorProto_Options_field_fullname (line 289) | EnumDescriptorProto_Options_field_fullname protoreflect.FullName =... constant EnumDescriptorProto_ReservedRange_field_fullname (line 290) | EnumDescriptorProto_ReservedRange_field_fullname protoreflect.FullName =... constant EnumDescriptorProto_ReservedName_field_fullname (line 291) | EnumDescriptorProto_ReservedName_field_fullname protoreflect.FullName =... constant EnumDescriptorProto_Name_field_number (line 296) | EnumDescriptorProto_Name_field_number protoreflect.FieldNumber = 1 constant EnumDescriptorProto_Value_field_number (line 297) | EnumDescriptorProto_Value_field_number protoreflect.FieldNumber = 2 constant EnumDescriptorProto_Options_field_number (line 298) | EnumDescriptorProto_Options_field_number protoreflect.FieldNumber = 3 constant EnumDescriptorProto_ReservedRange_field_number (line 299) | EnumDescriptorProto_ReservedRange_field_number protoreflect.FieldNumber = 4 constant EnumDescriptorProto_ReservedName_field_number (line 300) | EnumDescriptorProto_ReservedName_field_number protoreflect.FieldNumber = 5 constant EnumDescriptorProto_EnumReservedRange_message_name (line 305) | EnumDescriptorProto_EnumReservedRange_message_name protoreflect.Name... constant EnumDescriptorProto_EnumReservedRange_message_fullname (line 306) | EnumDescriptorProto_EnumReservedRange_message_fullname protoreflect.Full... constant EnumDescriptorProto_EnumReservedRange_Start_field_name (line 311) | EnumDescriptorProto_EnumReservedRange_Start_field_name protoreflect.Name... constant EnumDescriptorProto_EnumReservedRange_End_field_name (line 312) | EnumDescriptorProto_EnumReservedRange_End_field_name protoreflect.Name... constant EnumDescriptorProto_EnumReservedRange_Start_field_fullname (line 314) | EnumDescriptorProto_EnumReservedRange_Start_field_fullname protoreflect.... constant EnumDescriptorProto_EnumReservedRange_End_field_fullname (line 315) | EnumDescriptorProto_EnumReservedRange_End_field_fullname protoreflect.... constant EnumDescriptorProto_EnumReservedRange_Start_field_number (line 320) | EnumDescriptorProto_EnumReservedRange_Start_field_number protoreflect.Fi... constant EnumDescriptorProto_EnumReservedRange_End_field_number (line 321) | EnumDescriptorProto_EnumReservedRange_End_field_number protoreflect.Fi... constant EnumValueDescriptorProto_message_name (line 326) | EnumValueDescriptorProto_message_name protoreflect.Name = "EnumV... constant EnumValueDescriptorProto_message_fullname (line 327) | EnumValueDescriptorProto_message_fullname protoreflect.FullName = "googl... constant EnumValueDescriptorProto_Name_field_name (line 332) | EnumValueDescriptorProto_Name_field_name protoreflect.Name = "name" constant EnumValueDescriptorProto_Number_field_name (line 333) | EnumValueDescriptorProto_Number_field_name protoreflect.Name = "number" constant EnumValueDescriptorProto_Options_field_name (line 334) | EnumValueDescriptorProto_Options_field_name protoreflect.Name = "options" constant EnumValueDescriptorProto_Name_field_fullname (line 336) | EnumValueDescriptorProto_Name_field_fullname protoreflect.FullName = ... constant EnumValueDescriptorProto_Number_field_fullname (line 337) | EnumValueDescriptorProto_Number_field_fullname protoreflect.FullName = ... constant EnumValueDescriptorProto_Options_field_fullname (line 338) | EnumValueDescriptorProto_Options_field_fullname protoreflect.FullName = ... constant EnumValueDescriptorProto_Name_field_number (line 343) | EnumValueDescriptorProto_Name_field_number protoreflect.FieldNumber = 1 constant EnumValueDescriptorProto_Number_field_number (line 344) | EnumValueDescriptorProto_Number_field_number protoreflect.FieldNumber = 2 constant EnumValueDescriptorProto_Options_field_number (line 345) | EnumValueDescriptorProto_Options_field_number protoreflect.FieldNumber = 3 constant ServiceDescriptorProto_message_name (line 350) | ServiceDescriptorProto_message_name protoreflect.Name = "Service... constant ServiceDescriptorProto_message_fullname (line 351) | ServiceDescriptorProto_message_fullname protoreflect.FullName = "google.... constant ServiceDescriptorProto_Name_field_name (line 356) | ServiceDescriptorProto_Name_field_name protoreflect.Name = "name" constant ServiceDescriptorProto_Method_field_name (line 357) | ServiceDescriptorProto_Method_field_name protoreflect.Name = "method" constant ServiceDescriptorProto_Options_field_name (line 358) | ServiceDescriptorProto_Options_field_name protoreflect.Name = "options" constant ServiceDescriptorProto_Name_field_fullname (line 360) | ServiceDescriptorProto_Name_field_fullname protoreflect.FullName = "g... constant ServiceDescriptorProto_Method_field_fullname (line 361) | ServiceDescriptorProto_Method_field_fullname protoreflect.FullName = "g... constant ServiceDescriptorProto_Options_field_fullname (line 362) | ServiceDescriptorProto_Options_field_fullname protoreflect.FullName = "g... constant ServiceDescriptorProto_Name_field_number (line 367) | ServiceDescriptorProto_Name_field_number protoreflect.FieldNumber = 1 constant ServiceDescriptorProto_Method_field_number (line 368) | ServiceDescriptorProto_Method_field_number protoreflect.FieldNumber = 2 constant ServiceDescriptorProto_Options_field_number (line 369) | ServiceDescriptorProto_Options_field_number protoreflect.FieldNumber = 3 constant MethodDescriptorProto_message_name (line 374) | MethodDescriptorProto_message_name protoreflect.Name = "MethodDe... constant MethodDescriptorProto_message_fullname (line 375) | MethodDescriptorProto_message_fullname protoreflect.FullName = "google.p... constant MethodDescriptorProto_Name_field_name (line 380) | MethodDescriptorProto_Name_field_name protoreflect.Name = "name" constant MethodDescriptorProto_InputType_field_name (line 381) | MethodDescriptorProto_InputType_field_name protoreflect.Name = "in... constant MethodDescriptorProto_OutputType_field_name (line 382) | MethodDescriptorProto_OutputType_field_name protoreflect.Name = "ou... constant MethodDescriptorProto_Options_field_name (line 383) | MethodDescriptorProto_Options_field_name protoreflect.Name = "op... constant MethodDescriptorProto_ClientStreaming_field_name (line 384) | MethodDescriptorProto_ClientStreaming_field_name protoreflect.Name = "cl... constant MethodDescriptorProto_ServerStreaming_field_name (line 385) | MethodDescriptorProto_ServerStreaming_field_name protoreflect.Name = "se... constant MethodDescriptorProto_Name_field_fullname (line 387) | MethodDescriptorProto_Name_field_fullname protoreflect.FullNa... constant MethodDescriptorProto_InputType_field_fullname (line 388) | MethodDescriptorProto_InputType_field_fullname protoreflect.FullNa... constant MethodDescriptorProto_OutputType_field_fullname (line 389) | MethodDescriptorProto_OutputType_field_fullname protoreflect.FullNa... constant MethodDescriptorProto_Options_field_fullname (line 390) | MethodDescriptorProto_Options_field_fullname protoreflect.FullNa... constant MethodDescriptorProto_ClientStreaming_field_fullname (line 391) | MethodDescriptorProto_ClientStreaming_field_fullname protoreflect.FullNa... constant MethodDescriptorProto_ServerStreaming_field_fullname (line 392) | MethodDescriptorProto_ServerStreaming_field_fullname protoreflect.FullNa... constant MethodDescriptorProto_Name_field_number (line 397) | MethodDescriptorProto_Name_field_number protoreflect.FieldNum... constant MethodDescriptorProto_InputType_field_number (line 398) | MethodDescriptorProto_InputType_field_number protoreflect.FieldNum... constant MethodDescriptorProto_OutputType_field_number (line 399) | MethodDescriptorProto_OutputType_field_number protoreflect.FieldNum... constant MethodDescriptorProto_Options_field_number (line 400) | MethodDescriptorProto_Options_field_number protoreflect.FieldNum... constant MethodDescriptorProto_ClientStreaming_field_number (line 401) | MethodDescriptorProto_ClientStreaming_field_number protoreflect.FieldNum... constant MethodDescriptorProto_ServerStreaming_field_number (line 402) | MethodDescriptorProto_ServerStreaming_field_number protoreflect.FieldNum... constant FileOptions_message_name (line 407) | FileOptions_message_name protoreflect.Name = "FileOptions" constant FileOptions_message_fullname (line 408) | FileOptions_message_fullname protoreflect.FullName = "google.protobuf.Fi... constant FileOptions_JavaPackage_field_name (line 413) | FileOptions_JavaPackage_field_name protoreflect.Name = "ja... constant FileOptions_JavaOuterClassname_field_name (line 414) | FileOptions_JavaOuterClassname_field_name protoreflect.Name = "ja... constant FileOptions_JavaMultipleFiles_field_name (line 415) | FileOptions_JavaMultipleFiles_field_name protoreflect.Name = "ja... constant FileOptions_JavaGenerateEqualsAndHash_field_name (line 416) | FileOptions_JavaGenerateEqualsAndHash_field_name protoreflect.Name = "ja... constant FileOptions_JavaStringCheckUtf8_field_name (line 417) | FileOptions_JavaStringCheckUtf8_field_name protoreflect.Name = "ja... constant FileOptions_OptimizeFor_field_name (line 418) | FileOptions_OptimizeFor_field_name protoreflect.Name = "op... constant FileOptions_GoPackage_field_name (line 419) | FileOptions_GoPackage_field_name protoreflect.Name = "go... constant FileOptions_CcGenericServices_field_name (line 420) | FileOptions_CcGenericServices_field_name protoreflect.Name = "cc... constant FileOptions_JavaGenericServices_field_name (line 421) | FileOptions_JavaGenericServices_field_name protoreflect.Name = "ja... constant FileOptions_PyGenericServices_field_name (line 422) | FileOptions_PyGenericServices_field_name protoreflect.Name = "py... constant FileOptions_PhpGenericServices_field_name (line 423) | FileOptions_PhpGenericServices_field_name protoreflect.Name = "ph... constant FileOptions_Deprecated_field_name (line 424) | FileOptions_Deprecated_field_name protoreflect.Name = "de... constant FileOptions_CcEnableArenas_field_name (line 425) | FileOptions_CcEnableArenas_field_name protoreflect.Name = "cc... constant FileOptions_ObjcClassPrefix_field_name (line 426) | FileOptions_ObjcClassPrefix_field_name protoreflect.Name = "ob... constant FileOptions_CsharpNamespace_field_name (line 427) | FileOptions_CsharpNamespace_field_name protoreflect.Name = "cs... constant FileOptions_SwiftPrefix_field_name (line 428) | FileOptions_SwiftPrefix_field_name protoreflect.Name = "sw... constant FileOptions_PhpClassPrefix_field_name (line 429) | FileOptions_PhpClassPrefix_field_name protoreflect.Name = "ph... constant FileOptions_PhpNamespace_field_name (line 430) | FileOptions_PhpNamespace_field_name protoreflect.Name = "ph... constant FileOptions_PhpMetadataNamespace_field_name (line 431) | FileOptions_PhpMetadataNamespace_field_name protoreflect.Name = "ph... constant FileOptions_RubyPackage_field_name (line 432) | FileOptions_RubyPackage_field_name protoreflect.Name = "ru... constant FileOptions_UninterpretedOption_field_name (line 433) | FileOptions_UninterpretedOption_field_name protoreflect.Name = "un... constant FileOptions_JavaPackage_field_fullname (line 435) | FileOptions_JavaPackage_field_fullname protoreflect.FullNa... constant FileOptions_JavaOuterClassname_field_fullname (line 436) | FileOptions_JavaOuterClassname_field_fullname protoreflect.FullNa... constant FileOptions_JavaMultipleFiles_field_fullname (line 437) | FileOptions_JavaMultipleFiles_field_fullname protoreflect.FullNa... constant FileOptions_JavaGenerateEqualsAndHash_field_fullname (line 438) | FileOptions_JavaGenerateEqualsAndHash_field_fullname protoreflect.FullNa... constant FileOptions_JavaStringCheckUtf8_field_fullname (line 439) | FileOptions_JavaStringCheckUtf8_field_fullname protoreflect.FullNa... constant FileOptions_OptimizeFor_field_fullname (line 440) | FileOptions_OptimizeFor_field_fullname protoreflect.FullNa... constant FileOptions_GoPackage_field_fullname (line 441) | FileOptions_GoPackage_field_fullname protoreflect.FullNa... constant FileOptions_CcGenericServices_field_fullname (line 442) | FileOptions_CcGenericServices_field_fullname protoreflect.FullNa... constant FileOptions_JavaGenericServices_field_fullname (line 443) | FileOptions_JavaGenericServices_field_fullname protoreflect.FullNa... constant FileOptions_PyGenericServices_field_fullname (line 444) | FileOptions_PyGenericServices_field_fullname protoreflect.FullNa... constant FileOptions_PhpGenericServices_field_fullname (line 445) | FileOptions_PhpGenericServices_field_fullname protoreflect.FullNa... constant FileOptions_Deprecated_field_fullname (line 446) | FileOptions_Deprecated_field_fullname protoreflect.FullNa... constant FileOptions_CcEnableArenas_field_fullname (line 447) | FileOptions_CcEnableArenas_field_fullname protoreflect.FullNa... constant FileOptions_ObjcClassPrefix_field_fullname (line 448) | FileOptions_ObjcClassPrefix_field_fullname protoreflect.FullNa... constant FileOptions_CsharpNamespace_field_fullname (line 449) | FileOptions_CsharpNamespace_field_fullname protoreflect.FullNa... constant FileOptions_SwiftPrefix_field_fullname (line 450) | FileOptions_SwiftPrefix_field_fullname protoreflect.FullNa... constant FileOptions_PhpClassPrefix_field_fullname (line 451) | FileOptions_PhpClassPrefix_field_fullname protoreflect.FullNa... constant FileOptions_PhpNamespace_field_fullname (line 452) | FileOptions_PhpNamespace_field_fullname protoreflect.FullNa... constant FileOptions_PhpMetadataNamespace_field_fullname (line 453) | FileOptions_PhpMetadataNamespace_field_fullname protoreflect.FullNa... constant FileOptions_RubyPackage_field_fullname (line 454) | FileOptions_RubyPackage_field_fullname protoreflect.FullNa... constant FileOptions_UninterpretedOption_field_fullname (line 455) | FileOptions_UninterpretedOption_field_fullname protoreflect.FullNa... constant FileOptions_JavaPackage_field_number (line 460) | FileOptions_JavaPackage_field_number protoreflect.FieldNum... constant FileOptions_JavaOuterClassname_field_number (line 461) | FileOptions_JavaOuterClassname_field_number protoreflect.FieldNum... constant FileOptions_JavaMultipleFiles_field_number (line 462) | FileOptions_JavaMultipleFiles_field_number protoreflect.FieldNum... constant FileOptions_JavaGenerateEqualsAndHash_field_number (line 463) | FileOptions_JavaGenerateEqualsAndHash_field_number protoreflect.FieldNum... constant FileOptions_JavaStringCheckUtf8_field_number (line 464) | FileOptions_JavaStringCheckUtf8_field_number protoreflect.FieldNum... constant FileOptions_OptimizeFor_field_number (line 465) | FileOptions_OptimizeFor_field_number protoreflect.FieldNum... constant FileOptions_GoPackage_field_number (line 466) | FileOptions_GoPackage_field_number protoreflect.FieldNum... constant FileOptions_CcGenericServices_field_number (line 467) | FileOptions_CcGenericServices_field_number protoreflect.FieldNum... constant FileOptions_JavaGenericServices_field_number (line 468) | FileOptions_JavaGenericServices_field_number protoreflect.FieldNum... constant FileOptions_PyGenericServices_field_number (line 469) | FileOptions_PyGenericServices_field_number protoreflect.FieldNum... constant FileOptions_PhpGenericServices_field_number (line 470) | FileOptions_PhpGenericServices_field_number protoreflect.FieldNum... constant FileOptions_Deprecated_field_number (line 471) | FileOptions_Deprecated_field_number protoreflect.FieldNum... constant FileOptions_CcEnableArenas_field_number (line 472) | FileOptions_CcEnableArenas_field_number protoreflect.FieldNum... constant FileOptions_ObjcClassPrefix_field_number (line 473) | FileOptions_ObjcClassPrefix_field_number protoreflect.FieldNum... constant FileOptions_CsharpNamespace_field_number (line 474) | FileOptions_CsharpNamespace_field_number protoreflect.FieldNum... constant FileOptions_SwiftPrefix_field_number (line 475) | FileOptions_SwiftPrefix_field_number protoreflect.FieldNum... constant FileOptions_PhpClassPrefix_field_number (line 476) | FileOptions_PhpClassPrefix_field_number protoreflect.FieldNum... constant FileOptions_PhpNamespace_field_number (line 477) | FileOptions_PhpNamespace_field_number protoreflect.FieldNum... constant FileOptions_PhpMetadataNamespace_field_number (line 478) | FileOptions_PhpMetadataNamespace_field_number protoreflect.FieldNum... constant FileOptions_RubyPackage_field_number (line 479) | FileOptions_RubyPackage_field_number protoreflect.FieldNum... constant FileOptions_UninterpretedOption_field_number (line 480) | FileOptions_UninterpretedOption_field_number protoreflect.FieldNum... constant FileOptions_OptimizeMode_enum_fullname (line 485) | FileOptions_OptimizeMode_enum_fullname = "google.protobuf.FileOptions.Op... constant FileOptions_OptimizeMode_enum_name (line 486) | FileOptions_OptimizeMode_enum_name = "OptimizeMode" constant MessageOptions_message_name (line 491) | MessageOptions_message_name protoreflect.Name = "MessageOptions" constant MessageOptions_message_fullname (line 492) | MessageOptions_message_fullname protoreflect.FullName = "google.protobuf... constant MessageOptions_MessageSetWireFormat_field_name (line 497) | MessageOptions_MessageSetWireFormat_field_name protoreflect.Name... constant MessageOptions_NoStandardDescriptorAccessor_field_name (line 498) | MessageOptions_NoStandardDescriptorAccessor_field_name protoreflect.Name... constant MessageOptions_Deprecated_field_name (line 499) | MessageOptions_Deprecated_field_name protoreflect.Name... constant MessageOptions_MapEntry_field_name (line 500) | MessageOptions_MapEntry_field_name protoreflect.Name... constant MessageOptions_UninterpretedOption_field_name (line 501) | MessageOptions_UninterpretedOption_field_name protoreflect.Name... constant MessageOptions_MessageSetWireFormat_field_fullname (line 503) | MessageOptions_MessageSetWireFormat_field_fullname protoreflect.... constant MessageOptions_NoStandardDescriptorAccessor_field_fullname (line 504) | MessageOptions_NoStandardDescriptorAccessor_field_fullname protoreflect.... constant MessageOptions_Deprecated_field_fullname (line 505) | MessageOptions_Deprecated_field_fullname protoreflect.... constant MessageOptions_MapEntry_field_fullname (line 506) | MessageOptions_MapEntry_field_fullname protoreflect.... constant MessageOptions_UninterpretedOption_field_fullname (line 507) | MessageOptions_UninterpretedOption_field_fullname protoreflect.... constant MessageOptions_MessageSetWireFormat_field_number (line 512) | MessageOptions_MessageSetWireFormat_field_number protoreflect.Fi... constant MessageOptions_NoStandardDescriptorAccessor_field_number (line 513) | MessageOptions_NoStandardDescriptorAccessor_field_number protoreflect.Fi... constant MessageOptions_Deprecated_field_number (line 514) | MessageOptions_Deprecated_field_number protoreflect.Fi... constant MessageOptions_MapEntry_field_number (line 515) | MessageOptions_MapEntry_field_number protoreflect.Fi... constant MessageOptions_UninterpretedOption_field_number (line 516) | MessageOptions_UninterpretedOption_field_number protoreflect.Fi... constant FieldOptions_message_name (line 521) | FieldOptions_message_name protoreflect.Name = "FieldOptions" constant FieldOptions_message_fullname (line 522) | FieldOptions_message_fullname protoreflect.FullName = "google.protobuf.F... constant FieldOptions_Ctype_field_name (line 527) | FieldOptions_Ctype_field_name protoreflect.Name = "ctype" constant FieldOptions_Packed_field_name (line 528) | FieldOptions_Packed_field_name protoreflect.Name = "packed" constant FieldOptions_Jstype_field_name (line 529) | FieldOptions_Jstype_field_name protoreflect.Name = "jstype" constant FieldOptions_Lazy_field_name (line 530) | FieldOptions_Lazy_field_name protoreflect.Name = "lazy" constant FieldOptions_Deprecated_field_name (line 531) | FieldOptions_Deprecated_field_name protoreflect.Name = "depreca... constant FieldOptions_Weak_field_name (line 532) | FieldOptions_Weak_field_name protoreflect.Name = "weak" constant FieldOptions_UninterpretedOption_field_name (line 533) | FieldOptions_UninterpretedOption_field_name protoreflect.Name = "uninter... constant FieldOptions_Ctype_field_fullname (line 535) | FieldOptions_Ctype_field_fullname protoreflect.FullName = ... constant FieldOptions_Packed_field_fullname (line 536) | FieldOptions_Packed_field_fullname protoreflect.FullName = ... constant FieldOptions_Jstype_field_fullname (line 537) | FieldOptions_Jstype_field_fullname protoreflect.FullName = ... constant FieldOptions_Lazy_field_fullname (line 538) | FieldOptions_Lazy_field_fullname protoreflect.FullName = ... constant FieldOptions_Deprecated_field_fullname (line 539) | FieldOptions_Deprecated_field_fullname protoreflect.FullName = ... constant FieldOptions_Weak_field_fullname (line 540) | FieldOptions_Weak_field_fullname protoreflect.FullName = ... constant FieldOptions_UninterpretedOption_field_fullname (line 541) | FieldOptions_UninterpretedOption_field_fullname protoreflect.FullName = ... constant FieldOptions_Ctype_field_number (line 546) | FieldOptions_Ctype_field_number protoreflect.FieldNumber = 1 constant FieldOptions_Packed_field_number (line 547) | FieldOptions_Packed_field_number protoreflect.FieldNumber = 2 constant FieldOptions_Jstype_field_number (line 548) | FieldOptions_Jstype_field_number protoreflect.FieldNumber = 6 constant FieldOptions_Lazy_field_number (line 549) | FieldOptions_Lazy_field_number protoreflect.FieldNumber = 5 constant FieldOptions_Deprecated_field_number (line 550) | FieldOptions_Deprecated_field_number protoreflect.FieldNumber = 3 constant FieldOptions_Weak_field_number (line 551) | FieldOptions_Weak_field_number protoreflect.FieldNumber = 10 constant FieldOptions_UninterpretedOption_field_number (line 552) | FieldOptions_UninterpretedOption_field_number protoreflect.FieldNumber =... constant FieldOptions_CType_enum_fullname (line 557) | FieldOptions_CType_enum_fullname = "google.protobuf.FieldOptions.CType" constant FieldOptions_CType_enum_name (line 558) | FieldOptions_CType_enum_name = "CType" constant FieldOptions_JSType_enum_fullname (line 563) | FieldOptions_JSType_enum_fullname = "google.protobuf.FieldOptions.JSType" constant FieldOptions_JSType_enum_name (line 564) | FieldOptions_JSType_enum_name = "JSType" constant OneofOptions_message_name (line 569) | OneofOptions_message_name protoreflect.Name = "OneofOptions" constant OneofOptions_message_fullname (line 570) | OneofOptions_message_fullname protoreflect.FullName = "google.protobuf.O... constant OneofOptions_UninterpretedOption_field_name (line 575) | OneofOptions_UninterpretedOption_field_name protoreflect.Name = "uninter... constant OneofOptions_UninterpretedOption_field_fullname (line 577) | OneofOptions_UninterpretedOption_field_fullname protoreflect.FullName = ... constant OneofOptions_UninterpretedOption_field_number (line 582) | OneofOptions_UninterpretedOption_field_number protoreflect.FieldNumber =... constant EnumOptions_message_name (line 587) | EnumOptions_message_name protoreflect.Name = "EnumOptions" constant EnumOptions_message_fullname (line 588) | EnumOptions_message_fullname protoreflect.FullName = "google.protobuf.En... constant EnumOptions_AllowAlias_field_name (line 593) | EnumOptions_AllowAlias_field_name protoreflect.Name = "allow_al... constant EnumOptions_Deprecated_field_name (line 594) | EnumOptions_Deprecated_field_name protoreflect.Name = "deprecated" constant EnumOptions_UninterpretedOption_field_name (line 595) | EnumOptions_UninterpretedOption_field_name protoreflect.Name = "uninterp... constant EnumOptions_AllowAlias_field_fullname (line 597) | EnumOptions_AllowAlias_field_fullname protoreflect.FullName = "... constant EnumOptions_Deprecated_field_fullname (line 598) | EnumOptions_Deprecated_field_fullname protoreflect.FullName = "... constant EnumOptions_UninterpretedOption_field_fullname (line 599) | EnumOptions_UninterpretedOption_field_fullname protoreflect.FullName = "... constant EnumOptions_AllowAlias_field_number (line 604) | EnumOptions_AllowAlias_field_number protoreflect.FieldNumber = 2 constant EnumOptions_Deprecated_field_number (line 605) | EnumOptions_Deprecated_field_number protoreflect.FieldNumber = 3 constant EnumOptions_UninterpretedOption_field_number (line 606) | EnumOptions_UninterpretedOption_field_number protoreflect.FieldNumber = 999 constant EnumValueOptions_message_name (line 611) | EnumValueOptions_message_name protoreflect.Name = "EnumValueOpti... constant EnumValueOptions_message_fullname (line 612) | EnumValueOptions_message_fullname protoreflect.FullName = "google.protob... constant EnumValueOptions_Deprecated_field_name (line 617) | EnumValueOptions_Deprecated_field_name protoreflect.Name = "dep... constant EnumValueOptions_UninterpretedOption_field_name (line 618) | EnumValueOptions_UninterpretedOption_field_name protoreflect.Name = "uni... constant EnumValueOptions_Deprecated_field_fullname (line 620) | EnumValueOptions_Deprecated_field_fullname protoreflect.FullNam... constant EnumValueOptions_UninterpretedOption_field_fullname (line 621) | EnumValueOptions_UninterpretedOption_field_fullname protoreflect.FullNam... constant EnumValueOptions_Deprecated_field_number (line 626) | EnumValueOptions_Deprecated_field_number protoreflect.FieldNumb... constant EnumValueOptions_UninterpretedOption_field_number (line 627) | EnumValueOptions_UninterpretedOption_field_number protoreflect.FieldNumb... constant ServiceOptions_message_name (line 632) | ServiceOptions_message_name protoreflect.Name = "ServiceOptions" constant ServiceOptions_message_fullname (line 633) | ServiceOptions_message_fullname protoreflect.FullName = "google.protobuf... constant ServiceOptions_Deprecated_field_name (line 638) | ServiceOptions_Deprecated_field_name protoreflect.Name = "depre... constant ServiceOptions_UninterpretedOption_field_name (line 639) | ServiceOptions_UninterpretedOption_field_name protoreflect.Name = "unint... constant ServiceOptions_Deprecated_field_fullname (line 641) | ServiceOptions_Deprecated_field_fullname protoreflect.FullName ... constant ServiceOptions_UninterpretedOption_field_fullname (line 642) | ServiceOptions_UninterpretedOption_field_fullname protoreflect.FullName ... constant ServiceOptions_Deprecated_field_number (line 647) | ServiceOptions_Deprecated_field_number protoreflect.FieldNumber... constant ServiceOptions_UninterpretedOption_field_number (line 648) | ServiceOptions_UninterpretedOption_field_number protoreflect.FieldNumber... constant MethodOptions_message_name (line 653) | MethodOptions_message_name protoreflect.Name = "MethodOptions" constant MethodOptions_message_fullname (line 654) | MethodOptions_message_fullname protoreflect.FullName = "google.protobuf.... constant MethodOptions_Deprecated_field_name (line 659) | MethodOptions_Deprecated_field_name protoreflect.Name = "deprec... constant MethodOptions_IdempotencyLevel_field_name (line 660) | MethodOptions_IdempotencyLevel_field_name protoreflect.Name = "idempo... constant MethodOptions_UninterpretedOption_field_name (line 661) | MethodOptions_UninterpretedOption_field_name protoreflect.Name = "uninte... constant MethodOptions_Deprecated_field_fullname (line 663) | MethodOptions_Deprecated_field_fullname protoreflect.FullName =... constant MethodOptions_IdempotencyLevel_field_fullname (line 664) | MethodOptions_IdempotencyLevel_field_fullname protoreflect.FullName =... constant MethodOptions_UninterpretedOption_field_fullname (line 665) | MethodOptions_UninterpretedOption_field_fullname protoreflect.FullName =... constant MethodOptions_Deprecated_field_number (line 670) | MethodOptions_Deprecated_field_number protoreflect.FieldNumber ... constant MethodOptions_IdempotencyLevel_field_number (line 671) | MethodOptions_IdempotencyLevel_field_number protoreflect.FieldNumber ... constant MethodOptions_UninterpretedOption_field_number (line 672) | MethodOptions_UninterpretedOption_field_number protoreflect.FieldNumber ... constant MethodOptions_IdempotencyLevel_enum_fullname (line 677) | MethodOptions_IdempotencyLevel_enum_fullname = "google.protobuf.MethodOp... constant MethodOptions_IdempotencyLevel_enum_name (line 678) | MethodOptions_IdempotencyLevel_enum_name = "IdempotencyLevel" constant UninterpretedOption_message_name (line 683) | UninterpretedOption_message_name protoreflect.Name = "Uninterpre... constant UninterpretedOption_message_fullname (line 684) | UninterpretedOption_message_fullname protoreflect.FullName = "google.pro... constant UninterpretedOption_Name_field_name (line 689) | UninterpretedOption_Name_field_name protoreflect.Name = "name" constant UninterpretedOption_IdentifierValue_field_name (line 690) | UninterpretedOption_IdentifierValue_field_name protoreflect.Name = "ide... constant UninterpretedOption_PositiveIntValue_field_name (line 691) | UninterpretedOption_PositiveIntValue_field_name protoreflect.Name = "pos... constant UninterpretedOption_NegativeIntValue_field_name (line 692) | UninterpretedOption_NegativeIntValue_field_name protoreflect.Name = "neg... constant UninterpretedOption_DoubleValue_field_name (line 693) | UninterpretedOption_DoubleValue_field_name protoreflect.Name = "dou... constant UninterpretedOption_StringValue_field_name (line 694) | UninterpretedOption_StringValue_field_name protoreflect.Name = "str... constant UninterpretedOption_AggregateValue_field_name (line 695) | UninterpretedOption_AggregateValue_field_name protoreflect.Name = "agg... constant UninterpretedOption_Name_field_fullname (line 697) | UninterpretedOption_Name_field_fullname protoreflect.FullNam... constant UninterpretedOption_IdentifierValue_field_fullname (line 698) | UninterpretedOption_IdentifierValue_field_fullname protoreflect.FullNam... constant UninterpretedOption_PositiveIntValue_field_fullname (line 699) | UninterpretedOption_PositiveIntValue_field_fullname protoreflect.FullNam... constant UninterpretedOption_NegativeIntValue_field_fullname (line 700) | UninterpretedOption_NegativeIntValue_field_fullname protoreflect.FullNam... constant UninterpretedOption_DoubleValue_field_fullname (line 701) | UninterpretedOption_DoubleValue_field_fullname protoreflect.FullNam... constant UninterpretedOption_StringValue_field_fullname (line 702) | UninterpretedOption_StringValue_field_fullname protoreflect.FullNam... constant UninterpretedOption_AggregateValue_field_fullname (line 703) | UninterpretedOption_AggregateValue_field_fullname protoreflect.FullNam... constant UninterpretedOption_Name_field_number (line 708) | UninterpretedOption_Name_field_number protoreflect.FieldNumb... constant UninterpretedOption_IdentifierValue_field_number (line 709) | UninterpretedOption_IdentifierValue_field_number protoreflect.FieldNumb... constant UninterpretedOption_PositiveIntValue_field_number (line 710) | UninterpretedOption_PositiveIntValue_field_number protoreflect.FieldNumb... constant UninterpretedOption_NegativeIntValue_field_number (line 711) | UninterpretedOption_NegativeIntValue_field_number protoreflect.FieldNumb... constant UninterpretedOption_DoubleValue_field_number (line 712) | UninterpretedOption_DoubleValue_field_number protoreflect.FieldNumb... constant UninterpretedOption_StringValue_field_number (line 713) | UninterpretedOption_StringValue_field_number protoreflect.FieldNumb... constant UninterpretedOption_AggregateValue_field_number (line 714) | UninterpretedOption_AggregateValue_field_number protoreflect.FieldNumb... constant UninterpretedOption_NamePart_message_name (line 719) | UninterpretedOption_NamePart_message_name protoreflect.Name = "N... constant UninterpretedOption_NamePart_message_fullname (line 720) | UninterpretedOption_NamePart_message_fullname protoreflect.FullName = "g... constant UninterpretedOption_NamePart_NamePart_field_name (line 725) | UninterpretedOption_NamePart_NamePart_field_name protoreflect.Name = ... constant UninterpretedOption_NamePart_IsExtension_field_name (line 726) | UninterpretedOption_NamePart_IsExtension_field_name protoreflect.Name = ... constant UninterpretedOption_NamePart_NamePart_field_fullname (line 728) | UninterpretedOption_NamePart_NamePart_field_fullname protoreflect.Ful... constant UninterpretedOption_NamePart_IsExtension_field_fullname (line 729) | UninterpretedOption_NamePart_IsExtension_field_fullname protoreflect.Ful... constant UninterpretedOption_NamePart_NamePart_field_number (line 734) | UninterpretedOption_NamePart_NamePart_field_number protoreflect.Field... constant UninterpretedOption_NamePart_IsExtension_field_number (line 735) | UninterpretedOption_NamePart_IsExtension_field_number protoreflect.Field... constant SourceCodeInfo_message_name (line 740) | SourceCodeInfo_message_name protoreflect.Name = "SourceCodeInfo" constant SourceCodeInfo_message_fullname (line 741) | SourceCodeInfo_message_fullname protoreflect.FullName = "google.protobuf... constant SourceCodeInfo_Location_field_name (line 746) | SourceCodeInfo_Location_field_name protoreflect.Name = "location" constant SourceCodeInfo_Location_field_fullname (line 748) | SourceCodeInfo_Location_field_fullname protoreflect.FullName = "google.p... constant SourceCodeInfo_Location_field_number (line 753) | SourceCodeInfo_Location_field_number protoreflect.FieldNumber = 1 constant SourceCodeInfo_Location_message_name (line 758) | SourceCodeInfo_Location_message_name protoreflect.Name = "Location" constant SourceCodeInfo_Location_message_fullname (line 759) | SourceCodeInfo_Location_message_fullname protoreflect.FullName = "google... constant SourceCodeInfo_Location_Path_field_name (line 764) | SourceCodeInfo_Location_Path_field_name protoreflect.... constant SourceCodeInfo_Location_Span_field_name (line 765) | SourceCodeInfo_Location_Span_field_name protoreflect.... constant SourceCodeInfo_Location_LeadingComments_field_name (line 766) | SourceCodeInfo_Location_LeadingComments_field_name protoreflect.... constant SourceCodeInfo_Location_TrailingComments_field_name (line 767) | SourceCodeInfo_Location_TrailingComments_field_name protoreflect.... constant SourceCodeInfo_Location_LeadingDetachedComments_field_name (line 768) | SourceCodeInfo_Location_LeadingDetachedComments_field_name protoreflect.... constant SourceCodeInfo_Location_Path_field_fullname (line 770) | SourceCodeInfo_Location_Path_field_fullname protorefl... constant SourceCodeInfo_Location_Span_field_fullname (line 771) | SourceCodeInfo_Location_Span_field_fullname protorefl... constant SourceCodeInfo_Location_LeadingComments_field_fullname (line 772) | SourceCodeInfo_Location_LeadingComments_field_fullname protorefl... constant SourceCodeInfo_Location_TrailingComments_field_fullname (line 773) | SourceCodeInfo_Location_TrailingComments_field_fullname protorefl... constant SourceCodeInfo_Location_LeadingDetachedComments_field_fullname (line 774) | SourceCodeInfo_Location_LeadingDetachedComments_field_fullname protorefl... constant SourceCodeInfo_Location_Path_field_number (line 779) | SourceCodeInfo_Location_Path_field_number protoreflec... constant SourceCodeInfo_Location_Span_field_number (line 780) | SourceCodeInfo_Location_Span_field_number protoreflec... constant SourceCodeInfo_Location_LeadingComments_field_number (line 781) | SourceCodeInfo_Location_LeadingComments_field_number protoreflec... constant SourceCodeInfo_Location_TrailingComments_field_number (line 782) | SourceCodeInfo_Location_TrailingComments_field_number protoreflec... constant SourceCodeInfo_Location_LeadingDetachedComments_field_number (line 783) | SourceCodeInfo_Location_LeadingDetachedComments_field_number protoreflec... constant GeneratedCodeInfo_message_name (line 788) | GeneratedCodeInfo_message_name protoreflect.Name = "GeneratedCod... constant GeneratedCodeInfo_message_fullname (line 789) | GeneratedCodeInfo_message_fullname protoreflect.FullName = "google.proto... constant GeneratedCodeInfo_Annotation_field_name (line 794) | GeneratedCodeInfo_Annotation_field_name protoreflect.Name = "annotation" constant GeneratedCodeInfo_Annotation_field_fullname (line 796) | GeneratedCodeInfo_Annotation_field_fullname protoreflect.FullName = "goo... constant GeneratedCodeInfo_Annotation_field_number (line 801) | GeneratedCodeInfo_Annotation_field_number protoreflect.FieldNumber = 1 constant GeneratedCodeInfo_Annotation_message_name (line 806) | GeneratedCodeInfo_Annotation_message_name protoreflect.Name = "A... constant GeneratedCodeInfo_Annotation_message_fullname (line 807) | GeneratedCodeInfo_Annotation_message_fullname protoreflect.FullName = "g... constant GeneratedCodeInfo_Annotation_Path_field_name (line 812) | GeneratedCodeInfo_Annotation_Path_field_name protoreflect.Name = "... constant GeneratedCodeInfo_Annotation_SourceFile_field_name (line 813) | GeneratedCodeInfo_Annotation_SourceFile_field_name protoreflect.Name = "... constant GeneratedCodeInfo_Annotation_Begin_field_name (line 814) | GeneratedCodeInfo_Annotation_Begin_field_name protoreflect.Name = "... constant GeneratedCodeInfo_Annotation_End_field_name (line 815) | GeneratedCodeInfo_Annotation_End_field_name protoreflect.Name = "... constant GeneratedCodeInfo_Annotation_Path_field_fullname (line 817) | GeneratedCodeInfo_Annotation_Path_field_fullname protoreflect.Full... constant GeneratedCodeInfo_Annotation_SourceFile_field_fullname (line 818) | GeneratedCodeInfo_Annotation_SourceFile_field_fullname protoreflect.Full... constant GeneratedCodeInfo_Annotation_Begin_field_fullname (line 819) | GeneratedCodeInfo_Annotation_Begin_field_fullname protoreflect.Full... constant GeneratedCodeInfo_Annotation_End_field_fullname (line 820) | GeneratedCodeInfo_Annotation_End_field_fullname protoreflect.Full... constant GeneratedCodeInfo_Annotation_Path_field_number (line 825) | GeneratedCodeInfo_Annotation_Path_field_number protoreflect.FieldN... constant GeneratedCodeInfo_Annotation_SourceFile_field_number (line 826) | GeneratedCodeInfo_Annotation_SourceFile_field_number protoreflect.FieldN... constant GeneratedCodeInfo_Annotation_Begin_field_number (line 827) | GeneratedCodeInfo_Annotation_Begin_field_number protoreflect.FieldN... constant GeneratedCodeInfo_Annotation_End_field_number (line 828) | GeneratedCodeInfo_Annotation_End_field_number protoreflect.FieldN... FILE: vendor/google.golang.org/protobuf/internal/genid/doc.go constant GoogleProtobuf_package (line 11) | GoogleProtobuf_package protoreflect.FullName = "google.protobuf" FILE: vendor/google.golang.org/protobuf/internal/genid/duration_gen.go constant File_google_protobuf_duration_proto (line 13) | File_google_protobuf_duration_proto = "google/protobuf/duration.proto" constant Duration_message_name (line 17) | Duration_message_name protoreflect.Name = "Duration" constant Duration_message_fullname (line 18) | Duration_message_fullname protoreflect.FullName = "google.protobuf.Durat... constant Duration_Seconds_field_name (line 23) | Duration_Seconds_field_name protoreflect.Name = "seconds" constant Duration_Nanos_field_name (line 24) | Duration_Nanos_field_name protoreflect.Name = "nanos" constant Duration_Seconds_field_fullname (line 26) | Duration_Seconds_field_fullname protoreflect.FullName = "google.protobuf... constant Duration_Nanos_field_fullname (line 27) | Duration_Nanos_field_fullname protoreflect.FullName = "google.protobuf... constant Duration_Seconds_field_number (line 32) | Duration_Seconds_field_number protoreflect.FieldNumber = 1 constant Duration_Nanos_field_number (line 33) | Duration_Nanos_field_number protoreflect.FieldNumber = 2 FILE: vendor/google.golang.org/protobuf/internal/genid/empty_gen.go constant File_google_protobuf_empty_proto (line 13) | File_google_protobuf_empty_proto = "google/protobuf/empty.proto" constant Empty_message_name (line 17) | Empty_message_name protoreflect.Name = "Empty" constant Empty_message_fullname (line 18) | Empty_message_fullname protoreflect.FullName = "google.protobuf.Empty" FILE: vendor/google.golang.org/protobuf/internal/genid/field_mask_gen.go constant File_google_protobuf_field_mask_proto (line 13) | File_google_protobuf_field_mask_proto = "google/protobuf/field_mask.proto" constant FieldMask_message_name (line 17) | FieldMask_message_name protoreflect.Name = "FieldMask" constant FieldMask_message_fullname (line 18) | FieldMask_message_fullname protoreflect.FullName = "google.protobuf.Fiel... constant FieldMask_Paths_field_name (line 23) | FieldMask_Paths_field_name protoreflect.Name = "paths" constant FieldMask_Paths_field_fullname (line 25) | FieldMask_Paths_field_fullname protoreflect.FullName = "google.protobuf.... constant FieldMask_Paths_field_number (line 30) | FieldMask_Paths_field_number protoreflect.FieldNumber = 1 FILE: vendor/google.golang.org/protobuf/internal/genid/goname.go constant State_goname (line 9) | State_goname = "state" constant SizeCache_goname (line 11) | SizeCache_goname = "sizeCache" constant SizeCacheA_goname (line 12) | SizeCacheA_goname = "XXX_sizecache" constant WeakFields_goname (line 14) | WeakFields_goname = "weakFields" constant WeakFieldsA_goname (line 15) | WeakFieldsA_goname = "XXX_weak" constant UnknownFields_goname (line 17) | UnknownFields_goname = "unknownFields" constant UnknownFieldsA_goname (line 18) | UnknownFieldsA_goname = "XXX_unrecognized" constant ExtensionFields_goname (line 20) | ExtensionFields_goname = "extensionFields" constant ExtensionFieldsA_goname (line 21) | ExtensionFieldsA_goname = "XXX_InternalExtensions" constant ExtensionFieldsB_goname (line 22) | ExtensionFieldsB_goname = "XXX_extensions" constant WeakFieldPrefix_goname (line 24) | WeakFieldPrefix_goname = "XXX_weak_" FILE: vendor/google.golang.org/protobuf/internal/genid/map_entry.go constant MapEntry_Key_field_name (line 11) | MapEntry_Key_field_name protoreflect.Name = "key" constant MapEntry_Value_field_name (line 12) | MapEntry_Value_field_name protoreflect.Name = "value" constant MapEntry_Key_field_number (line 14) | MapEntry_Key_field_number protoreflect.FieldNumber = 1 constant MapEntry_Value_field_number (line 15) | MapEntry_Value_field_number protoreflect.FieldNumber = 2 FILE: vendor/google.golang.org/protobuf/internal/genid/source_context_gen.go constant File_google_protobuf_source_context_proto (line 13) | File_google_protobuf_source_context_proto = "google/protobuf/source_cont... constant SourceContext_message_name (line 17) | SourceContext_message_name protoreflect.Name = "SourceContext" constant SourceContext_message_fullname (line 18) | SourceContext_message_fullname protoreflect.FullName = "google.protobuf.... constant SourceContext_FileName_field_name (line 23) | SourceContext_FileName_field_name protoreflect.Name = "file_name" constant SourceContext_FileName_field_fullname (line 25) | SourceContext_FileName_field_fullname protoreflect.FullName = "google.pr... constant SourceContext_FileName_field_number (line 30) | SourceContext_FileName_field_number protoreflect.FieldNumber = 1 FILE: vendor/google.golang.org/protobuf/internal/genid/struct_gen.go constant File_google_protobuf_struct_proto (line 13) | File_google_protobuf_struct_proto = "google/protobuf/struct.proto" constant NullValue_enum_fullname (line 17) | NullValue_enum_fullname = "google.protobuf.NullValue" constant NullValue_enum_name (line 18) | NullValue_enum_name = "NullValue" constant Struct_message_name (line 23) | Struct_message_name protoreflect.Name = "Struct" constant Struct_message_fullname (line 24) | Struct_message_fullname protoreflect.FullName = "google.protobuf.Struct" constant Struct_Fields_field_name (line 29) | Struct_Fields_field_name protoreflect.Name = "fields" constant Struct_Fields_field_fullname (line 31) | Struct_Fields_field_fullname protoreflect.FullName = "google.protobuf.St... constant Struct_Fields_field_number (line 36) | Struct_Fields_field_number protoreflect.FieldNumber = 1 constant Struct_FieldsEntry_message_name (line 41) | Struct_FieldsEntry_message_name protoreflect.Name = "FieldsEntry" constant Struct_FieldsEntry_message_fullname (line 42) | Struct_FieldsEntry_message_fullname protoreflect.FullName = "google.prot... constant Struct_FieldsEntry_Key_field_name (line 47) | Struct_FieldsEntry_Key_field_name protoreflect.Name = "key" constant Struct_FieldsEntry_Value_field_name (line 48) | Struct_FieldsEntry_Value_field_name protoreflect.Name = "value" constant Struct_FieldsEntry_Key_field_fullname (line 50) | Struct_FieldsEntry_Key_field_fullname protoreflect.FullName = "google.... constant Struct_FieldsEntry_Value_field_fullname (line 51) | Struct_FieldsEntry_Value_field_fullname protoreflect.FullName = "google.... constant Struct_FieldsEntry_Key_field_number (line 56) | Struct_FieldsEntry_Key_field_number protoreflect.FieldNumber = 1 constant Struct_FieldsEntry_Value_field_number (line 57) | Struct_FieldsEntry_Value_field_number protoreflect.FieldNumber = 2 constant Value_message_name (line 62) | Value_message_name protoreflect.Name = "Value" constant Value_message_fullname (line 63) | Value_message_fullname protoreflect.FullName = "google.protobuf.Value" constant Value_NullValue_field_name (line 68) | Value_NullValue_field_name protoreflect.Name = "null_value" constant Value_NumberValue_field_name (line 69) | Value_NumberValue_field_name protoreflect.Name = "number_value" constant Value_StringValue_field_name (line 70) | Value_StringValue_field_name protoreflect.Name = "string_value" constant Value_BoolValue_field_name (line 71) | Value_BoolValue_field_name protoreflect.Name = "bool_value" constant Value_StructValue_field_name (line 72) | Value_StructValue_field_name protoreflect.Name = "struct_value" constant Value_ListValue_field_name (line 73) | Value_ListValue_field_name protoreflect.Name = "list_value" constant Value_NullValue_field_fullname (line 75) | Value_NullValue_field_fullname protoreflect.FullName = "google.protobu... constant Value_NumberValue_field_fullname (line 76) | Value_NumberValue_field_fullname protoreflect.FullName = "google.protobu... constant Value_StringValue_field_fullname (line 77) | Value_StringValue_field_fullname protoreflect.FullName = "google.protobu... constant Value_BoolValue_field_fullname (line 78) | Value_BoolValue_field_fullname protoreflect.FullName = "google.protobu... constant Value_StructValue_field_fullname (line 79) | Value_StructValue_field_fullname protoreflect.FullName = "google.protobu... constant Value_ListValue_field_fullname (line 80) | Value_ListValue_field_fullname protoreflect.FullName = "google.protobu... constant Value_NullValue_field_number (line 85) | Value_NullValue_field_number protoreflect.FieldNumber = 1 constant Value_NumberValue_field_number (line 86) | Value_NumberValue_field_number protoreflect.FieldNumber = 2 constant Value_StringValue_field_number (line 87) | Value_StringValue_field_number protoreflect.FieldNumber = 3 constant Value_BoolValue_field_number (line 88) | Value_BoolValue_field_number protoreflect.FieldNumber = 4 constant Value_StructValue_field_number (line 89) | Value_StructValue_field_number protoreflect.FieldNumber = 5 constant Value_ListValue_field_number (line 90) | Value_ListValue_field_number protoreflect.FieldNumber = 6 constant Value_Kind_oneof_name (line 95) | Value_Kind_oneof_name protoreflect.Name = "kind" constant Value_Kind_oneof_fullname (line 97) | Value_Kind_oneof_fullname protoreflect.FullName = "google.protobuf.Value... constant ListValue_message_name (line 102) | ListValue_message_name protoreflect.Name = "ListValue" constant ListValue_message_fullname (line 103) | ListValue_message_fullname protoreflect.FullName = "google.protobuf.List... constant ListValue_Values_field_name (line 108) | ListValue_Values_field_name protoreflect.Name = "values" constant ListValue_Values_field_fullname (line 110) | ListValue_Values_field_fullname protoreflect.FullName = "google.protobuf... constant ListValue_Values_field_number (line 115) | ListValue_Values_field_number protoreflect.FieldNumber = 1 FILE: vendor/google.golang.org/protobuf/internal/genid/timestamp_gen.go constant File_google_protobuf_timestamp_proto (line 13) | File_google_protobuf_timestamp_proto = "google/protobuf/timestamp.proto" constant Timestamp_message_name (line 17) | Timestamp_message_name protoreflect.Name = "Timestamp" constant Timestamp_message_fullname (line 18) | Timestamp_message_fullname protoreflect.FullName = "google.protobuf.Time... constant Timestamp_Seconds_field_name (line 23) | Timestamp_Seconds_field_name protoreflect.Name = "seconds" constant Timestamp_Nanos_field_name (line 24) | Timestamp_Nanos_field_name protoreflect.Name = "nanos" constant Timestamp_Seconds_field_fullname (line 26) | Timestamp_Seconds_field_fullname protoreflect.FullName = "google.protobu... constant Timestamp_Nanos_field_fullname (line 27) | Timestamp_Nanos_field_fullname protoreflect.FullName = "google.protobu... constant Timestamp_Seconds_field_number (line 32) | Timestamp_Seconds_field_number protoreflect.FieldNumber = 1 constant Timestamp_Nanos_field_number (line 33) | Timestamp_Nanos_field_number protoreflect.FieldNumber = 2 FILE: vendor/google.golang.org/protobuf/internal/genid/type_gen.go constant File_google_protobuf_type_proto (line 13) | File_google_protobuf_type_proto = "google/protobuf/type.proto" constant Syntax_enum_fullname (line 17) | Syntax_enum_fullname = "google.protobuf.Syntax" constant Syntax_enum_name (line 18) | Syntax_enum_name = "Syntax" constant Type_message_name (line 23) | Type_message_name protoreflect.Name = "Type" constant Type_message_fullname (line 24) | Type_message_fullname protoreflect.FullName = "google.protobuf.Type" constant Type_Name_field_name (line 29) | Type_Name_field_name protoreflect.Name = "name" constant Type_Fields_field_name (line 30) | Type_Fields_field_name protoreflect.Name = "fields" constant Type_Oneofs_field_name (line 31) | Type_Oneofs_field_name protoreflect.Name = "oneofs" constant Type_Options_field_name (line 32) | Type_Options_field_name protoreflect.Name = "options" constant Type_SourceContext_field_name (line 33) | Type_SourceContext_field_name protoreflect.Name = "source_context" constant Type_Syntax_field_name (line 34) | Type_Syntax_field_name protoreflect.Name = "syntax" constant Type_Name_field_fullname (line 36) | Type_Name_field_fullname protoreflect.FullName = "google.protob... constant Type_Fields_field_fullname (line 37) | Type_Fields_field_fullname protoreflect.FullName = "google.protob... constant Type_Oneofs_field_fullname (line 38) | Type_Oneofs_field_fullname protoreflect.FullName = "google.protob... constant Type_Options_field_fullname (line 39) | Type_Options_field_fullname protoreflect.FullName = "google.protob... constant Type_SourceContext_field_fullname (line 40) | Type_SourceContext_field_fullname protoreflect.FullName = "google.protob... constant Type_Syntax_field_fullname (line 41) | Type_Syntax_field_fullname protoreflect.FullName = "google.protob... constant Type_Name_field_number (line 46) | Type_Name_field_number protoreflect.FieldNumber = 1 constant Type_Fields_field_number (line 47) | Type_Fields_field_number protoreflect.FieldNumber = 2 constant Type_Oneofs_field_number (line 48) | Type_Oneofs_field_number protoreflect.FieldNumber = 3 constant Type_Options_field_number (line 49) | Type_Options_field_number protoreflect.FieldNumber = 4 constant Type_SourceContext_field_number (line 50) | Type_SourceContext_field_number protoreflect.FieldNumber = 5 constant Type_Syntax_field_number (line 51) | Type_Syntax_field_number protoreflect.FieldNumber = 6 constant Field_message_name (line 56) | Field_message_name protoreflect.Name = "Field" constant Field_message_fullname (line 57) | Field_message_fullname protoreflect.FullName = "google.protobuf.Field" constant Field_Kind_field_name (line 62) | Field_Kind_field_name protoreflect.Name = "kind" constant Field_Cardinality_field_name (line 63) | Field_Cardinality_field_name protoreflect.Name = "cardinality" constant Field_Number_field_name (line 64) | Field_Number_field_name protoreflect.Name = "number" constant Field_Name_field_name (line 65) | Field_Name_field_name protoreflect.Name = "name" constant Field_TypeUrl_field_name (line 66) | Field_TypeUrl_field_name protoreflect.Name = "type_url" constant Field_OneofIndex_field_name (line 67) | Field_OneofIndex_field_name protoreflect.Name = "oneof_index" constant Field_Packed_field_name (line 68) | Field_Packed_field_name protoreflect.Name = "packed" constant Field_Options_field_name (line 69) | Field_Options_field_name protoreflect.Name = "options" constant Field_JsonName_field_name (line 70) | Field_JsonName_field_name protoreflect.Name = "json_name" constant Field_DefaultValue_field_name (line 71) | Field_DefaultValue_field_name protoreflect.Name = "default_value" constant Field_Kind_field_fullname (line 73) | Field_Kind_field_fullname protoreflect.FullName = "google.protob... constant Field_Cardinality_field_fullname (line 74) | Field_Cardinality_field_fullname protoreflect.FullName = "google.protob... constant Field_Number_field_fullname (line 75) | Field_Number_field_fullname protoreflect.FullName = "google.protob... constant Field_Name_field_fullname (line 76) | Field_Name_field_fullname protoreflect.FullName = "google.protob... constant Field_TypeUrl_field_fullname (line 77) | Field_TypeUrl_field_fullname protoreflect.FullName = "google.protob... constant Field_OneofIndex_field_fullname (line 78) | Field_OneofIndex_field_fullname protoreflect.FullName = "google.protob... constant Field_Packed_field_fullname (line 79) | Field_Packed_field_fullname protoreflect.FullName = "google.protob... constant Field_Options_field_fullname (line 80) | Field_Options_field_fullname protoreflect.FullName = "google.protob... constant Field_JsonName_field_fullname (line 81) | Field_JsonName_field_fullname protoreflect.FullName = "google.protob... constant Field_DefaultValue_field_fullname (line 82) | Field_DefaultValue_field_fullname protoreflect.FullName = "google.protob... constant Field_Kind_field_number (line 87) | Field_Kind_field_number protoreflect.FieldNumber = 1 constant Field_Cardinality_field_number (line 88) | Field_Cardinality_field_number protoreflect.FieldNumber = 2 constant Field_Number_field_number (line 89) | Field_Number_field_number protoreflect.FieldNumber = 3 constant Field_Name_field_number (line 90) | Field_Name_field_number protoreflect.FieldNumber = 4 constant Field_TypeUrl_field_number (line 91) | Field_TypeUrl_field_number protoreflect.FieldNumber = 6 constant Field_OneofIndex_field_number (line 92) | Field_OneofIndex_field_number protoreflect.FieldNumber = 7 constant Field_Packed_field_number (line 93) | Field_Packed_field_number protoreflect.FieldNumber = 8 constant Field_Options_field_number (line 94) | Field_Options_field_number protoreflect.FieldNumber = 9 constant Field_JsonName_field_number (line 95) | Field_JsonName_field_number protoreflect.FieldNumber = 10 constant Field_DefaultValue_field_number (line 96) | Field_DefaultValue_field_number protoreflect.FieldNumber = 11 constant Field_Kind_enum_fullname (line 101) | Field_Kind_enum_fullname = "google.protobuf.Field.Kind" constant Field_Kind_enum_name (line 102) | Field_Kind_enum_name = "Kind" constant Field_Cardinality_enum_fullname (line 107) | Field_Cardinality_enum_fullname = "google.protobuf.Field.Cardinality" constant Field_Cardinality_enum_name (line 108) | Field_Cardinality_enum_name = "Cardinality" constant Enum_message_name (line 113) | Enum_message_name protoreflect.Name = "Enum" constant Enum_message_fullname (line 114) | Enum_message_fullname protoreflect.FullName = "google.protobuf.Enum" constant Enum_Name_field_name (line 119) | Enum_Name_field_name protoreflect.Name = "name" constant Enum_Enumvalue_field_name (line 120) | Enum_Enumvalue_field_name protoreflect.Name = "enumvalue" constant Enum_Options_field_name (line 121) | Enum_Options_field_name protoreflect.Name = "options" constant Enum_SourceContext_field_name (line 122) | Enum_SourceContext_field_name protoreflect.Name = "source_context" constant Enum_Syntax_field_name (line 123) | Enum_Syntax_field_name protoreflect.Name = "syntax" constant Enum_Name_field_fullname (line 125) | Enum_Name_field_fullname protoreflect.FullName = "google.protob... constant Enum_Enumvalue_field_fullname (line 126) | Enum_Enumvalue_field_fullname protoreflect.FullName = "google.protob... constant Enum_Options_field_fullname (line 127) | Enum_Options_field_fullname protoreflect.FullName = "google.protob... constant Enum_SourceContext_field_fullname (line 128) | Enum_SourceContext_field_fullname protoreflect.FullName = "google.protob... constant Enum_Syntax_field_fullname (line 129) | Enum_Syntax_field_fullname protoreflect.FullName = "google.protob... constant Enum_Name_field_number (line 134) | Enum_Name_field_number protoreflect.FieldNumber = 1 constant Enum_Enumvalue_field_number (line 135) | Enum_Enumvalue_field_number protoreflect.FieldNumber = 2 constant Enum_Options_field_number (line 136) | Enum_Options_field_number protoreflect.FieldNumber = 3 constant Enum_SourceContext_field_number (line 137) | Enum_SourceContext_field_number protoreflect.FieldNumber = 4 constant Enum_Syntax_field_number (line 138) | Enum_Syntax_field_number protoreflect.FieldNumber = 5 constant EnumValue_message_name (line 143) | EnumValue_message_name protoreflect.Name = "EnumValue" constant EnumValue_message_fullname (line 144) | EnumValue_message_fullname protoreflect.FullName = "google.protobuf.Enum... constant EnumValue_Name_field_name (line 149) | EnumValue_Name_field_name protoreflect.Name = "name" constant EnumValue_Number_field_name (line 150) | EnumValue_Number_field_name protoreflect.Name = "number" constant EnumValue_Options_field_name (line 151) | EnumValue_Options_field_name protoreflect.Name = "options" constant EnumValue_Name_field_fullname (line 153) | EnumValue_Name_field_fullname protoreflect.FullName = "google.protobu... constant EnumValue_Number_field_fullname (line 154) | EnumValue_Number_field_fullname protoreflect.FullName = "google.protobu... constant EnumValue_Options_field_fullname (line 155) | EnumValue_Options_field_fullname protoreflect.FullName = "google.protobu... constant EnumValue_Name_field_number (line 160) | EnumValue_Name_field_number protoreflect.FieldNumber = 1 constant EnumValue_Number_field_number (line 161) | EnumValue_Number_field_number protoreflect.FieldNumber = 2 constant EnumValue_Options_field_number (line 162) | EnumValue_Options_field_number protoreflect.FieldNumber = 3 constant Option_message_name (line 167) | Option_message_name protoreflect.Name = "Option" constant Option_message_fullname (line 168) | Option_message_fullname protoreflect.FullName = "google.protobuf.Option" constant Option_Name_field_name (line 173) | Option_Name_field_name protoreflect.Name = "name" constant Option_Value_field_name (line 174) | Option_Value_field_name protoreflect.Name = "value" constant Option_Name_field_fullname (line 176) | Option_Name_field_fullname protoreflect.FullName = "google.protobuf.Opt... constant Option_Value_field_fullname (line 177) | Option_Value_field_fullname protoreflect.FullName = "google.protobuf.Opt... constant Option_Name_field_number (line 182) | Option_Name_field_number protoreflect.FieldNumber = 1 constant Option_Value_field_number (line 183) | Option_Value_field_number protoreflect.FieldNumber = 2 FILE: vendor/google.golang.org/protobuf/internal/genid/wrappers.go constant WrapperValue_Value_field_name (line 11) | WrapperValue_Value_field_name protoreflect.Name = "value" constant WrapperValue_Value_field_number (line 12) | WrapperValue_Value_field_number protoreflect.FieldNumber = 1 FILE: vendor/google.golang.org/protobuf/internal/genid/wrappers_gen.go constant File_google_protobuf_wrappers_proto (line 13) | File_google_protobuf_wrappers_proto = "google/protobuf/wrappers.proto" constant DoubleValue_message_name (line 17) | DoubleValue_message_name protoreflect.Name = "DoubleValue" constant DoubleValue_message_fullname (line 18) | DoubleValue_message_fullname protoreflect.FullName = "google.protobuf.Do... constant DoubleValue_Value_field_name (line 23) | DoubleValue_Value_field_name protoreflect.Name = "value" constant DoubleValue_Value_field_fullname (line 25) | DoubleValue_Value_field_fullname protoreflect.FullName = "google.protobu... constant DoubleValue_Value_field_number (line 30) | DoubleValue_Value_field_number protoreflect.FieldNumber = 1 constant FloatValue_message_name (line 35) | FloatValue_message_name protoreflect.Name = "FloatValue" constant FloatValue_message_fullname (line 36) | FloatValue_message_fullname protoreflect.FullName = "google.protobuf.Flo... constant FloatValue_Value_field_name (line 41) | FloatValue_Value_field_name protoreflect.Name = "value" constant FloatValue_Value_field_fullname (line 43) | FloatValue_Value_field_fullname protoreflect.FullName = "google.protobuf... constant FloatValue_Value_field_number (line 48) | FloatValue_Value_field_number protoreflect.FieldNumber = 1 constant Int64Value_message_name (line 53) | Int64Value_message_name protoreflect.Name = "Int64Value" constant Int64Value_message_fullname (line 54) | Int64Value_message_fullname protoreflect.FullName = "google.protobuf.Int... constant Int64Value_Value_field_name (line 59) | Int64Value_Value_field_name protoreflect.Name = "value" constant Int64Value_Value_field_fullname (line 61) | Int64Value_Value_field_fullname protoreflect.FullName = "google.protobuf... constant Int64Value_Value_field_number (line 66) | Int64Value_Value_field_number protoreflect.FieldNumber = 1 constant UInt64Value_message_name (line 71) | UInt64Value_message_name protoreflect.Name = "UInt64Value" constant UInt64Value_message_fullname (line 72) | UInt64Value_message_fullname protoreflect.FullName = "google.protobuf.UI... constant UInt64Value_Value_field_name (line 77) | UInt64Value_Value_field_name protoreflect.Name = "value" constant UInt64Value_Value_field_fullname (line 79) | UInt64Value_Value_field_fullname protoreflect.FullName = "google.protobu... constant UInt64Value_Value_field_number (line 84) | UInt64Value_Value_field_number protoreflect.FieldNumber = 1 constant Int32Value_message_name (line 89) | Int32Value_message_name protoreflect.Name = "Int32Value" constant Int32Value_message_fullname (line 90) | Int32Value_message_fullname protoreflect.FullName = "google.protobuf.Int... constant Int32Value_Value_field_name (line 95) | Int32Value_Value_field_name protoreflect.Name = "value" constant Int32Value_Value_field_fullname (line 97) | Int32Value_Value_field_fullname protoreflect.FullName = "google.protobuf... constant Int32Value_Value_field_number (line 102) | Int32Value_Value_field_number protoreflect.FieldNumber = 1 constant UInt32Value_message_name (line 107) | UInt32Value_message_name protoreflect.Name = "UInt32Value" constant UInt32Value_message_fullname (line 108) | UInt32Value_message_fullname protoreflect.FullName = "google.protobuf.UI... constant UInt32Value_Value_field_name (line 113) | UInt32Value_Value_field_name protoreflect.Name = "value" constant UInt32Value_Value_field_fullname (line 115) | UInt32Value_Value_field_fullname protoreflect.FullName = "google.protobu... constant UInt32Value_Value_field_number (line 120) | UInt32Value_Value_field_number protoreflect.FieldNumber = 1 constant BoolValue_message_name (line 125) | BoolValue_message_name protoreflect.Name = "BoolValue" constant BoolValue_message_fullname (line 126) | BoolValue_message_fullname protoreflect.FullName = "google.protobuf.Bool... constant BoolValue_Value_field_name (line 131) | BoolValue_Value_field_name protoreflect.Name = "value" constant BoolValue_Value_field_fullname (line 133) | BoolValue_Value_field_fullname protoreflect.FullName = "google.protobuf.... constant BoolValue_Value_field_number (line 138) | BoolValue_Value_field_number protoreflect.FieldNumber = 1 constant StringValue_message_name (line 143) | StringValue_message_name protoreflect.Name = "StringValue" constant StringValue_message_fullname (line 144) | StringValue_message_fullname protoreflect.FullName = "google.protobuf.St... constant StringValue_Value_field_name (line 149) | StringValue_Value_field_name protoreflect.Name = "value" constant StringValue_Value_field_fullname (line 151) | StringValue_Value_field_fullname protoreflect.FullName = "google.protobu... constant StringValue_Value_field_number (line 156) | StringValue_Value_field_number protoreflect.FieldNumber = 1 constant BytesValue_message_name (line 161) | BytesValue_message_name protoreflect.Name = "BytesValue" constant BytesValue_message_fullname (line 162) | BytesValue_message_fullname protoreflect.FullName = "google.protobuf.Byt... constant BytesValue_Value_field_name (line 167) | BytesValue_Value_field_name protoreflect.Name = "value" constant BytesValue_Value_field_fullname (line 169) | BytesValue_Value_field_fullname protoreflect.FullName = "google.protobuf... constant BytesValue_Value_field_number (line 174) | BytesValue_Value_field_number protoreflect.FieldNumber = 1 FILE: vendor/google.golang.org/protobuf/internal/impl/api_export.go type Export (line 21) | type Export struct method NewError (line 25) | func (Export) NewError(f string, x ...interface{}) error { method EnumOf (line 35) | func (Export) EnumOf(e enum) pref.Enum { method EnumDescriptorOf (line 48) | func (Export) EnumDescriptorOf(e enum) pref.EnumDescriptor { method EnumTypeOf (line 61) | func (Export) EnumTypeOf(e enum) pref.EnumType { method EnumStringOf (line 74) | func (Export) EnumStringOf(ed pref.EnumDescriptor, n pref.EnumNumber) ... method ProtoMessageV1Of (line 95) | func (Export) ProtoMessageV1Of(m message) piface.MessageV1 { method protoMessageV2Of (line 110) | func (Export) protoMessageV2Of(m message) pref.ProtoMessage { method ProtoMessageV2Of (line 127) | func (Export) ProtoMessageV2Of(m message) pref.ProtoMessage { method MessageOf (line 139) | func (Export) MessageOf(m message) pref.Message { method MessageDescriptorOf (line 151) | func (Export) MessageDescriptorOf(m message) pref.MessageDescriptor { method MessageTypeOf (line 163) | func (Export) MessageTypeOf(m message) pref.MessageType { method MessageStringOf (line 175) | func (Export) MessageStringOf(m pref.ProtoMessage) string { type legacyMessageWrapper (line 87) | type legacyMessageWrapper struct method Reset (line 89) | func (m legacyMessageWrapper) Reset() { proto.Reset(m.m) } method String (line 90) | func (m legacyMessageWrapper) String() string { return Export{}.Messag... method ProtoMessage (line 91) | func (m legacyMessageWrapper) ProtoMessage() {} FILE: vendor/google.golang.org/protobuf/internal/impl/checkinit.go method checkInitialized (line 15) | func (mi *MessageInfo) checkInitialized(in piface.CheckInitializedInput)... method checkInitializedPointer (line 25) | func (mi *MessageInfo) checkInitializedPointer(p pointer) error { method isInitExtensions (line 65) | func (mi *MessageInfo) isInitExtensions(ext *map[int32]ExtensionField) e... function needsInitCheck (line 93) | func needsInitCheck(md pref.MessageDescriptor) bool { function needsInitCheckLocked (line 104) | func needsInitCheckLocked(md pref.MessageDescriptor) (has bool) { FILE: vendor/google.golang.org/protobuf/internal/impl/codec_extension.go type extensionFieldInfo (line 16) | type extensionFieldInfo struct function getExtensionFieldInfo (line 26) | func getExtensionFieldInfo(xt pref.ExtensionType) *extensionFieldInfo { function legacyLoadExtensionFieldInfo (line 35) | func legacyLoadExtensionFieldInfo(xt pref.ExtensionType) *extensionField... function makeExtensionFieldInfo (line 46) | func makeExtensionFieldInfo(xd pref.ExtensionDescriptor) *extensionField... type lazyExtensionValue (line 72) | type lazyExtensionValue struct type ExtensionField (line 81) | type ExtensionField struct method appendLazyBytes (line 90) | func (f *ExtensionField) appendLazyBytes(xt pref.ExtensionType, xi *ex... method canLazy (line 100) | func (f *ExtensionField) canLazy(xt pref.ExtensionType) bool { method lazyInit (line 110) | func (f *ExtensionField) lazyInit() { method Set (line 157) | func (f *ExtensionField) Set(t pref.ExtensionType, v pref.Value) { method SetLazy (line 165) | func (f *ExtensionField) SetLazy(t pref.ExtensionType, fn func() pref.... method Value (line 172) | func (f *ExtensionField) Value() pref.Value { method Type (line 184) | func (f ExtensionField) Type() pref.ExtensionType { method IsSet (line 190) | func (f ExtensionField) IsSet() bool { function IsLazy (line 196) | func IsLazy(m pref.Message, fd pref.FieldDescriptor) bool { FILE: vendor/google.golang.org/protobuf/internal/impl/codec_field.go type errInvalidUTF8 (line 20) | type errInvalidUTF8 struct method Error (line 22) | func (errInvalidUTF8) Error() string { return "string field contai... method InvalidUTF8 (line 23) | func (errInvalidUTF8) InvalidUTF8() bool { return true } method Unwrap (line 24) | func (errInvalidUTF8) Unwrap() error { return errors.Error } method initOneofFieldCoders (line 33) | func (mi *MessageInfo) initOneofFieldCoders(od pref.OneofDescriptor, si ... function makeWeakMessageFieldCoder (line 121) | func makeWeakMessageFieldCoder(fd pref.FieldDescriptor) pointerCoderFuncs { function makeMessageFieldCoder (line 193) | func makeMessageFieldCoder(fd pref.FieldDescriptor, ft reflect.Type) poi... function sizeMessageInfo (line 231) | func sizeMessageInfo(p pointer, f *coderFieldInfo, opts marshalOptions) ... function appendMessageInfo (line 235) | func appendMessageInfo(b []byte, p pointer, f *coderFieldInfo, opts mars... function consumeMessageInfo (line 241) | func consumeMessageInfo(b []byte, p pointer, wtyp protowire.Type, f *cod... function isInitMessageInfo (line 261) | func isInitMessageInfo(p pointer, f *coderFieldInfo) error { function sizeMessage (line 265) | func sizeMessage(m proto.Message, tagsize int, _ marshalOptions) int { function appendMessage (line 269) | func appendMessage(b []byte, m proto.Message, wiretag uint64, opts marsh... function consumeMessage (line 275) | func consumeMessage(b []byte, m proto.Message, wtyp protowire.Type, opts... function sizeMessageValue (line 295) | func sizeMessageValue(v pref.Value, tagsize int, opts marshalOptions) int { function appendMessageValue (line 300) | func appendMessageValue(b []byte, v pref.Value, wiretag uint64, opts mar... function consumeMessageValue (line 305) | func consumeMessageValue(b []byte, v pref.Value, _ protowire.Number, wty... function isInitMessageValue (line 311) | func isInitMessageValue(v pref.Value) error { function sizeGroupValue (line 324) | func sizeGroupValue(v pref.Value, tagsize int, opts marshalOptions) int { function appendGroupValue (line 329) | func appendGroupValue(b []byte, v pref.Value, wiretag uint64, opts marsh... function consumeGroupValue (line 334) | func consumeGroupValue(b []byte, v pref.Value, num protowire.Number, wty... function makeGroupFieldCoder (line 348) | func makeGroupFieldCoder(fd pref.FieldDescriptor, ft reflect.Type) point... function sizeGroupType (line 387) | func sizeGroupType(p pointer, f *coderFieldInfo, opts marshalOptions) int { function appendGroupType (line 391) | func appendGroupType(b []byte, p pointer, f *coderFieldInfo, opts marsha... function consumeGroupType (line 398) | func consumeGroupType(b []byte, p pointer, wtyp protowire.Type, f *coder... function sizeGroup (line 408) | func sizeGroup(m proto.Message, tagsize int, _ marshalOptions) int { function appendGroup (line 412) | func appendGroup(b []byte, m proto.Message, wiretag uint64, opts marshal... function consumeGroup (line 419) | func consumeGroup(b []byte, m proto.Message, num protowire.Number, wtyp ... function makeMessageSliceFieldCoder (line 439) | func makeMessageSliceFieldCoder(fd pref.FieldDescriptor, ft reflect.Type... function sizeMessageSliceInfo (line 469) | func sizeMessageSliceInfo(p pointer, f *coderFieldInfo, opts marshalOpti... function appendMessageSliceInfo (line 478) | func appendMessageSliceInfo(b []byte, p pointer, f *coderFieldInfo, opts... function consumeMessageSliceInfo (line 493) | func consumeMessageSliceInfo(b []byte, p pointer, wtyp protowire.Type, f... function isInitMessageSliceInfo (line 513) | func isInitMessageSliceInfo(p pointer, f *coderFieldInfo) error { function sizeMessageSlice (line 523) | func sizeMessageSlice(p pointer, goType reflect.Type, tagsize int, _ mar... function appendMessageSlice (line 533) | func appendMessageSlice(b []byte, p pointer, wiretag uint64, goType refl... function consumeMessageSlice (line 549) | func consumeMessageSlice(b []byte, p pointer, goType reflect.Type, wtyp ... function isInitMessageSlice (line 571) | func isInitMessageSlice(p pointer, goType reflect.Type) error { function sizeMessageSliceValue (line 584) | func sizeMessageSliceValue(listv pref.Value, tagsize int, opts marshalOp... function appendMessageSliceValue (line 594) | func appendMessageSliceValue(b []byte, listv pref.Value, wiretag uint64,... function consumeMessageSliceValue (line 611) | func consumeMessageSliceValue(b []byte, listv pref.Value, _ protowire.Nu... function isInitMessageSliceValue (line 634) | func isInitMessageSliceValue(listv pref.Value) error { function sizeGroupSliceValue (line 653) | func sizeGroupSliceValue(listv pref.Value, tagsize int, opts marshalOpti... function appendGroupSliceValue (line 663) | func appendGroupSliceValue(b []byte, listv pref.Value, wiretag uint64, o... function consumeGroupSliceValue (line 679) | func consumeGroupSliceValue(b []byte, listv pref.Value, num protowire.Nu... function makeGroupSliceFieldCoder (line 710) | func makeGroupSliceFieldCoder(fd pref.FieldDescriptor, ft reflect.Type) ... function sizeGroupSlice (line 741) | func sizeGroupSlice(p pointer, messageType reflect.Type, tagsize int, _ ... function appendGroupSlice (line 751) | func appendGroupSlice(b []byte, p pointer, wiretag uint64, messageType r... function consumeGroupSlice (line 766) | func consumeGroupSlice(b []byte, p pointer, num protowire.Number, wtyp p... function sizeGroupSliceInfo (line 788) | func sizeGroupSliceInfo(p pointer, f *coderFieldInfo, opts marshalOption... function appendGroupSliceInfo (line 797) | func appendGroupSliceInfo(b []byte, p pointer, f *coderFieldInfo, opts m... function consumeGroupSliceInfo (line 811) | func consumeGroupSliceInfo(b []byte, p pointer, wtyp protowire.Type, f *... function asMessage (line 825) | func asMessage(v reflect.Value) pref.ProtoMessage { FILE: vendor/google.golang.org/protobuf/internal/impl/codec_gen.go function sizeBool (line 18) | func sizeBool(p pointer, f *coderFieldInfo, opts marshalOptions) (size i... function appendBool (line 24) | func appendBool(b []byte, p pointer, f *coderFieldInfo, opts marshalOpti... function consumeBool (line 32) | func consumeBool(b []byte, p pointer, wtyp protowire.Type, f *coderField... function sizeBoolNoZero (line 64) | func sizeBoolNoZero(p pointer, f *coderFieldInfo, opts marshalOptions) (... function appendBoolNoZero (line 74) | func appendBoolNoZero(b []byte, p pointer, f *coderFieldInfo, opts marsh... function sizeBoolPtr (line 93) | func sizeBoolPtr(p pointer, f *coderFieldInfo, opts marshalOptions) (siz... function appendBoolPtr (line 100) | func appendBoolPtr(b []byte, p pointer, f *coderFieldInfo, opts marshalO... function consumeBoolPtr (line 108) | func consumeBoolPtr(b []byte, p pointer, wtyp protowire.Type, f *coderFi... function sizeBoolSlice (line 143) | func sizeBoolSlice(p pointer, f *coderFieldInfo, opts marshalOptions) (s... function appendBoolSlice (line 152) | func appendBoolSlice(b []byte, p pointer, f *coderFieldInfo, opts marsha... function consumeBoolSlice (line 162) | func consumeBoolSlice(b []byte, p pointer, wtyp protowire.Type, f *coder... function sizeBoolPackedSlice (line 222) | func sizeBoolPackedSlice(p pointer, f *coderFieldInfo, opts marshalOptio... function appendBoolPackedSlice (line 235) | func appendBoolPackedSlice(b []byte, p pointer, f *coderFieldInfo, opts ... function sizeBoolValue (line 260) | func sizeBoolValue(v protoreflect.Value, tagsize int, opts marshalOption... function appendBoolValue (line 265) | func appendBoolValue(b []byte, v protoreflect.Value, wiretag uint64, opt... function consumeBoolValue (line 272) | func consumeBoolValue(b []byte, _ protoreflect.Value, _ protowire.Number... function sizeBoolSliceValue (line 302) | func sizeBoolSliceValue(listv protoreflect.Value, tagsize int, opts mars... function appendBoolSliceValue (line 312) | func appendBoolSliceValue(b []byte, listv protoreflect.Value, wiretag ui... function consumeBoolSliceValue (line 323) | func consumeBoolSliceValue(b []byte, listv protoreflect.Value, _ protowi... function sizeBoolPackedSliceValue (line 381) | func sizeBoolPackedSliceValue(listv protoreflect.Value, tagsize int, opt... function appendBoolPackedSliceValue (line 396) | func appendBoolPackedSliceValue(b []byte, listv protoreflect.Value, wire... function sizeEnumValue (line 424) | func sizeEnumValue(v protoreflect.Value, tagsize int, opts marshalOption... function appendEnumValue (line 429) | func appendEnumValue(b []byte, v protoreflect.Value, wiretag uint64, opt... function consumeEnumValue (line 436) | func consumeEnumValue(b []byte, _ protoreflect.Value, _ protowire.Number... function sizeEnumSliceValue (line 466) | func sizeEnumSliceValue(listv protoreflect.Value, tagsize int, opts mars... function appendEnumSliceValue (line 476) | func appendEnumSliceValue(b []byte, listv protoreflect.Value, wiretag ui... function consumeEnumSliceValue (line 487) | func consumeEnumSliceValue(b []byte, listv protoreflect.Value, _ protowi... function sizeEnumPackedSliceValue (line 545) | func sizeEnumPackedSliceValue(listv protoreflect.Value, tagsize int, opt... function appendEnumPackedSliceValue (line 560) | func appendEnumPackedSliceValue(b []byte, listv protoreflect.Value, wire... function sizeInt32 (line 588) | func sizeInt32(p pointer, f *coderFieldInfo, opts marshalOptions) (size ... function appendInt32 (line 594) | func appendInt32(b []byte, p pointer, f *coderFieldInfo, opts marshalOpt... function consumeInt32 (line 602) | func consumeInt32(b []byte, p pointer, wtyp protowire.Type, f *coderFiel... function sizeInt32NoZero (line 634) | func sizeInt32NoZero(p pointer, f *coderFieldInfo, opts marshalOptions) ... function appendInt32NoZero (line 644) | func appendInt32NoZero(b []byte, p pointer, f *coderFieldInfo, opts mars... function sizeInt32Ptr (line 663) | func sizeInt32Ptr(p pointer, f *coderFieldInfo, opts marshalOptions) (si... function appendInt32Ptr (line 670) | func appendInt32Ptr(b []byte, p pointer, f *coderFieldInfo, opts marshal... function consumeInt32Ptr (line 678) | func consumeInt32Ptr(b []byte, p pointer, wtyp protowire.Type, f *coderF... function sizeInt32Slice (line 713) | func sizeInt32Slice(p pointer, f *coderFieldInfo, opts marshalOptions) (... function appendInt32Slice (line 722) | func appendInt32Slice(b []byte, p pointer, f *coderFieldInfo, opts marsh... function consumeInt32Slice (line 732) | func consumeInt32Slice(b []byte, p pointer, wtyp protowire.Type, f *code... function sizeInt32PackedSlice (line 792) | func sizeInt32PackedSlice(p pointer, f *coderFieldInfo, opts marshalOpti... function appendInt32PackedSlice (line 805) | func appendInt32PackedSlice(b []byte, p pointer, f *coderFieldInfo, opts... function sizeInt32Value (line 830) | func sizeInt32Value(v protoreflect.Value, tagsize int, opts marshalOptio... function appendInt32Value (line 835) | func appendInt32Value(b []byte, v protoreflect.Value, wiretag uint64, op... function consumeInt32Value (line 842) | func consumeInt32Value(b []byte, _ protoreflect.Value, _ protowire.Numbe... function sizeInt32SliceValue (line 872) | func sizeInt32SliceValue(listv protoreflect.Value, tagsize int, opts mar... function appendInt32SliceValue (line 882) | func appendInt32SliceValue(b []byte, listv protoreflect.Value, wiretag u... function consumeInt32SliceValue (line 893) | func consumeInt32SliceValue(b []byte, listv protoreflect.Value, _ protow... function sizeInt32PackedSliceValue (line 951) | func sizeInt32PackedSliceValue(listv protoreflect.Value, tagsize int, op... function appendInt32PackedSliceValue (line 966) | func appendInt32PackedSliceValue(b []byte, listv protoreflect.Value, wir... function sizeSint32 (line 994) | func sizeSint32(p pointer, f *coderFieldInfo, opts marshalOptions) (size... function appendSint32 (line 1000) | func appendSint32(b []byte, p pointer, f *coderFieldInfo, opts marshalOp... function consumeSint32 (line 1008) | func consumeSint32(b []byte, p pointer, wtyp protowire.Type, f *coderFie... function sizeSint32NoZero (line 1040) | func sizeSint32NoZero(p pointer, f *coderFieldInfo, opts marshalOptions)... function appendSint32NoZero (line 1050) | func appendSint32NoZero(b []byte, p pointer, f *coderFieldInfo, opts mar... function sizeSint32Ptr (line 1069) | func sizeSint32Ptr(p pointer, f *coderFieldInfo, opts marshalOptions) (s... function appendSint32Ptr (line 1076) | func appendSint32Ptr(b []byte, p pointer, f *coderFieldInfo, opts marsha... function consumeSint32Ptr (line 1084) | func consumeSint32Ptr(b []byte, p pointer, wtyp protowire.Type, f *coder... function sizeSint32Slice (line 1119) | func sizeSint32Slice(p pointer, f *coderFieldInfo, opts marshalOptions) ... function appendSint32Slice (line 1128) | func appendSint32Slice(b []byte, p pointer, f *coderFieldInfo, opts mars... function consumeSint32Slice (line 1138) | func consumeSint32Slice(b []byte, p pointer, wtyp protowire.Type, f *cod... function sizeSint32PackedSlice (line 1198) | func sizeSint32PackedSlice(p pointer, f *coderFieldInfo, opts marshalOpt... function appendSint32PackedSlice (line 1211) | func appendSint32PackedSlice(b []byte, p pointer, f *coderFieldInfo, opt... function sizeSint32Value (line 1236) | func sizeSint32Value(v protoreflect.Value, tagsize int, opts marshalOpti... function appendSint32Value (line 1241) | func appendSint32Value(b []byte, v protoreflect.Value, wiretag uint64, o... function consumeSint32Value (line 1248) | func consumeSint32Value(b []byte, _ protoreflect.Value, _ protowire.Numb... function sizeSint32SliceValue (line 1278) | func sizeSint32SliceValue(listv protoreflect.Value, tagsize int, opts ma... function appendSint32SliceValue (line 1288) | func appendSint32SliceValue(b []byte, listv protoreflect.Value, wiretag ... function consumeSint32SliceValue (line 1299) | func consumeSint32SliceValue(b []byte, listv protoreflect.Value, _ proto... function sizeSint32PackedSliceValue (line 1357) | func sizeSint32PackedSliceValue(listv protoreflect.Value, tagsize int, o... function appendSint32PackedSliceValue (line 1372) | func appendSint32PackedSliceValue(b []byte, listv protoreflect.Value, wi... function sizeUint32 (line 1400) | func sizeUint32(p pointer, f *coderFieldInfo, opts marshalOptions) (size... function appendUint32 (line 1406) | func appendUint32(b []byte, p pointer, f *coderFieldInfo, opts marshalOp... function consumeUint32 (line 1414) | func consumeUint32(b []byte, p pointer, wtyp protowire.Type, f *coderFie... function sizeUint32NoZero (line 1446) | func sizeUint32NoZero(p pointer, f *coderFieldInfo, opts marshalOptions)... function appendUint32NoZero (line 1456) | func appendUint32NoZero(b []byte, p pointer, f *coderFieldInfo, opts mar... function sizeUint32Ptr (line 1475) | func sizeUint32Ptr(p pointer, f *coderFieldInfo, opts marshalOptions) (s... function appendUint32Ptr (line 1482) | func appendUint32Ptr(b []byte, p pointer, f *coderFieldInfo, opts marsha... function consumeUint32Ptr (line 1490) | func consumeUint32Ptr(b []byte, p pointer, wtyp protowire.Type, f *coder... function sizeUint32Slice (line 1525) | func sizeUint32Slice(p pointer, f *coderFieldInfo, opts marshalOptions) ... function appendUint32Slice (line 1534) | func appendUint32Slice(b []byte, p pointer, f *coderFieldInfo, opts mars... function consumeUint32Slice (line 1544) | func consumeUint32Slice(b []byte, p pointer, wtyp protowire.Type, f *cod... function sizeUint32PackedSlice (line 1604) | func sizeUint32PackedSlice(p pointer, f *coderFieldInfo, opts marshalOpt... function appendUint32PackedSlice (line 1617) | func appendUint32PackedSlice(b []byte, p pointer, f *coderFieldInfo, opt... function sizeUint32Value (line 1642) | func sizeUint32Value(v protoreflect.Value, tagsize int, opts marshalOpti... function appendUint32Value (line 1647) | func appendUint32Value(b []byte, v protoreflect.Value, wiretag uint64, o... function consumeUint32Value (line 1654) | func consumeUint32Value(b []byte, _ protoreflect.Value, _ protowire.Numb... function sizeUint32SliceValue (line 1684) | func sizeUint32SliceValue(listv protoreflect.Value, tagsize int, opts ma... function appendUint32SliceValue (line 1694) | func appendUint32SliceValue(b []byte, listv protoreflect.Value, wiretag ... function consumeUint32SliceValue (line 1705) | func consumeUint32SliceValue(b []byte, listv protoreflect.Value, _ proto... function sizeUint32PackedSliceValue (line 1763) | func sizeUint32PackedSliceValue(listv protoreflect.Value, tagsize int, o... function appendUint32PackedSliceValue (line 1778) | func appendUint32PackedSliceValue(b []byte, listv protoreflect.Value, wi... function sizeInt64 (line 1806) | func sizeInt64(p pointer, f *coderFieldInfo, opts marshalOptions) (size ... function appendInt64 (line 1812) | func appendInt64(b []byte, p pointer, f *coderFieldInfo, opts marshalOpt... function consumeInt64 (line 1820) | func consumeInt64(b []byte, p pointer, wtyp protowire.Type, f *coderFiel... function sizeInt64NoZero (line 1852) | func sizeInt64NoZero(p pointer, f *coderFieldInfo, opts marshalOptions) ... function appendInt64NoZero (line 1862) | func appendInt64NoZero(b []byte, p pointer, f *coderFieldInfo, opts mars... function sizeInt64Ptr (line 1881) | func sizeInt64Ptr(p pointer, f *coderFieldInfo, opts marshalOptions) (si... function appendInt64Ptr (line 1888) | func appendInt64Ptr(b []byte, p pointer, f *coderFieldInfo, opts marshal... function consumeInt64Ptr (line 1896) | func consumeInt64Ptr(b []byte, p pointer, wtyp protowire.Type, f *coderF... function sizeInt64Slice (line 1931) | func sizeInt64Slice(p pointer, f *coderFieldInfo, opts marshalOptions) (... function appendInt64Slice (line 1940) | func appendInt64Slice(b []byte, p pointer, f *coderFieldInfo, opts marsh... function consumeInt64Slice (line 1950) | func consumeInt64Slice(b []byte, p pointer, wtyp protowire.Type, f *code... function sizeInt64PackedSlice (line 2010) | func sizeInt64PackedSlice(p pointer, f *coderFieldInfo, opts marshalOpti... function appendInt64PackedSlice (line 2023) | func appendInt64PackedSlice(b []byte, p pointer, f *coderFieldInfo, opts... function sizeInt64Value (line 2048) | func sizeInt64Value(v protoreflect.Value, tagsize int, opts marshalOptio... function appendInt64Value (line 2053) | func appendInt64Value(b []byte, v protoreflect.Value, wiretag uint64, op... function consumeInt64Value (line 2060) | func consumeInt64Value(b []byte, _ protoreflect.Value, _ protowire.Numbe... function sizeInt64SliceValue (line 2090) | func sizeInt64SliceValue(listv protoreflect.Value, tagsize int, opts mar... function appendInt64SliceValue (line 2100) | func appendInt64SliceValue(b []byte, listv protoreflect.Value, wiretag u... function consumeInt64SliceValue (line 2111) | func consumeInt64SliceValue(b []byte, listv protoreflect.Value, _ protow... function sizeInt64PackedSliceValue (line 2169) | func sizeInt64PackedSliceValue(listv protoreflect.Value, tagsize int, op... function appendInt64PackedSliceValue (line 2184) | func appendInt64PackedSliceValue(b []byte, listv protoreflect.Value, wir... function sizeSint64 (line 2212) | func sizeSint64(p pointer, f *coderFieldInfo, opts marshalOptions) (size... function appendSint64 (line 2218) | func appendSint64(b []byte, p pointer, f *coderFieldInfo, opts marshalOp... function consumeSint64 (line 2226) | func consumeSint64(b []byte, p pointer, wtyp protowire.Type, f *coderFie... function sizeSint64NoZero (line 2258) | func sizeSint64NoZero(p pointer, f *coderFieldInfo, opts marshalOptions)... function appendSint64NoZero (line 2268) | func appendSint64NoZero(b []byte, p pointer, f *coderFieldInfo, opts mar... function sizeSint64Ptr (line 2287) | func sizeSint64Ptr(p pointer, f *coderFieldInfo, opts marshalOptions) (s... function appendSint64Ptr (line 2294) | func appendSint64Ptr(b []byte, p pointer, f *coderFieldInfo, opts marsha... function consumeSint64Ptr (line 2302) | func consumeSint64Ptr(b []byte, p pointer, wtyp protowire.Type, f *coder... function sizeSint64Slice (line 2337) | func sizeSint64Slice(p pointer, f *coderFieldInfo, opts marshalOptions) ... function appendSint64Slice (line 2346) | func appendSint64Slice(b []byte, p pointer, f *coderFieldInfo, opts mars... function consumeSint64Slice (line 2356) | func consumeSint64Slice(b []byte, p pointer, wtyp protowire.Type, f *cod... function sizeSint64PackedSlice (line 2416) | func sizeSint64PackedSlice(p pointer, f *coderFieldInfo, opts marshalOpt... function appendSint64PackedSlice (line 2429) | func appendSint64PackedSlice(b []byte, p pointer, f *coderFieldInfo, opt... function sizeSint64Value (line 2454) | func sizeSint64Value(v protoreflect.Value, tagsize int, opts marshalOpti... function appendSint64Value (line 2459) | func appendSint64Value(b []byte, v protoreflect.Value, wiretag uint64, o... function consumeSint64Value (line 2466) | func consumeSint64Value(b []byte, _ protoreflect.Value, _ protowire.Numb... function sizeSint64SliceValue (line 2496) | func sizeSint64SliceValue(listv protoreflect.Value, tagsize int, opts ma... function appendSint64SliceValue (line 2506) | func appendSint64SliceValue(b []byte, listv protoreflect.Value, wiretag ... function consumeSint64SliceValue (line 2517) | func consumeSint64SliceValue(b []byte, listv protoreflect.Value, _ proto... function sizeSint64PackedSliceValue (line 2575) | func sizeSint64PackedSliceValue(listv protoreflect.Value, tagsize int, o... function appendSint64PackedSliceValue (line 2590) | func appendSint64PackedSliceValue(b []byte, listv protoreflect.Value, wi... function sizeUint64 (line 2618) | func sizeUint64(p pointer, f *coderFieldInfo, opts marshalOptions) (size... function appendUint64 (line 2624) | func appendUint64(b []byte, p pointer, f *coderFieldInfo, opts marshalOp... function consumeUint64 (line 2632) | func consumeUint64(b []byte, p pointer, wtyp protowire.Type, f *coderFie... function sizeUint64NoZero (line 2664) | func sizeUint64NoZero(p pointer, f *coderFieldInfo, opts marshalOptions)... function appendUint64NoZero (line 2674) | func appendUint64NoZero(b []byte, p pointer, f *coderFieldInfo, opts mar... function sizeUint64Ptr (line 2693) | func sizeUint64Ptr(p pointer, f *coderFieldInfo, opts marshalOptions) (s... function appendUint64Ptr (line 2700) | func appendUint64Ptr(b []byte, p pointer, f *coderFieldInfo, opts marsha... function consumeUint64Ptr (line 2708) | func consumeUint64Ptr(b []byte, p pointer, wtyp protowire.Type, f *coder... function sizeUint64Slice (line 2743) | func sizeUint64Slice(p pointer, f *coderFieldInfo, opts marshalOptions) ... function appendUint64Slice (line 2752) | func appendUint64Slice(b []byte, p pointer, f *coderFieldInfo, opts mars... function consumeUint64Slice (line 2762) | func consumeUint64Slice(b []byte, p pointer, wtyp protowire.Type, f *cod... function sizeUint64PackedSlice (line 2822) | func sizeUint64PackedSlice(p pointer, f *coderFieldInfo, opts marshalOpt... function appendUint64PackedSlice (line 2835) | func appendUint64PackedSlice(b []byte, p pointer, f *coderFieldInfo, opt... function sizeUint64Value (line 2860) | func sizeUint64Value(v protoreflect.Value, tagsize int, opts marshalOpti... function appendUint64Value (line 2865) | func appendUint64Value(b []byte, v protoreflect.Value, wiretag uint64, o... function consumeUint64Value (line 2872) | func consumeUint64Value(b []byte, _ protoreflect.Value, _ protowire.Numb... function sizeUint64SliceValue (line 2902) | func sizeUint64SliceValue(listv protoreflect.Value, tagsize int, opts ma... function appendUint64SliceValue (line 2912) | func appendUint64SliceValue(b []byte, listv protoreflect.Value, wiretag ... function consumeUint64SliceValue (line 2923) | func consumeUint64SliceValue(b []byte, listv protoreflect.Value, _ proto... function sizeUint64PackedSliceValue (line 2981) | func sizeUint64PackedSliceValue(listv protoreflect.Value, tagsize int, o... function appendUint64PackedSliceValue (line 2996) | func appendUint64PackedSliceValue(b []byte, listv protoreflect.Value, wi... function sizeSfixed32 (line 3024) | func sizeSfixed32(p pointer, f *coderFieldInfo, opts marshalOptions) (si... function appendSfixed32 (line 3030) | func appendSfixed32(b []byte, p pointer, f *coderFieldInfo, opts marshal... function consumeSfixed32 (line 3038) | func consumeSfixed32(b []byte, p pointer, wtyp protowire.Type, f *coderF... function sizeSfixed32NoZero (line 3060) | func sizeSfixed32NoZero(p pointer, f *coderFieldInfo, opts marshalOption... function appendSfixed32NoZero (line 3070) | func appendSfixed32NoZero(b []byte, p pointer, f *coderFieldInfo, opts m... function sizeSfixed32Ptr (line 3089) | func sizeSfixed32Ptr(p pointer, f *coderFieldInfo, opts marshalOptions) ... function appendSfixed32Ptr (line 3095) | func appendSfixed32Ptr(b []byte, p pointer, f *coderFieldInfo, opts mars... function consumeSfixed32Ptr (line 3103) | func consumeSfixed32Ptr(b []byte, p pointer, wtyp protowire.Type, f *cod... function sizeSfixed32Slice (line 3128) | func sizeSfixed32Slice(p pointer, f *coderFieldInfo, opts marshalOptions... function appendSfixed32Slice (line 3135) | func appendSfixed32Slice(b []byte, p pointer, f *coderFieldInfo, opts ma... function consumeSfixed32Slice (line 3145) | func consumeSfixed32Slice(b []byte, p pointer, wtyp protowire.Type, f *c... function sizeSfixed32PackedSlice (line 3185) | func sizeSfixed32PackedSlice(p pointer, f *coderFieldInfo, opts marshalO... function appendSfixed32PackedSlice (line 3195) | func appendSfixed32PackedSlice(b []byte, p pointer, f *coderFieldInfo, o... function sizeSfixed32Value (line 3217) | func sizeSfixed32Value(v protoreflect.Value, tagsize int, opts marshalOp... function appendSfixed32Value (line 3222) | func appendSfixed32Value(b []byte, v protoreflect.Value, wiretag uint64,... function consumeSfixed32Value (line 3229) | func consumeSfixed32Value(b []byte, _ protoreflect.Value, _ protowire.Nu... function sizeSfixed32SliceValue (line 3249) | func sizeSfixed32SliceValue(listv protoreflect.Value, tagsize int, opts ... function appendSfixed32SliceValue (line 3256) | func appendSfixed32SliceValue(b []byte, listv protoreflect.Value, wireta... function consumeSfixed32SliceValue (line 3267) | func consumeSfixed32SliceValue(b []byte, listv protoreflect.Value, _ pro... function sizeSfixed32PackedSliceValue (line 3305) | func sizeSfixed32PackedSliceValue(listv protoreflect.Value, tagsize int,... function appendSfixed32PackedSliceValue (line 3316) | func appendSfixed32PackedSliceValue(b []byte, listv protoreflect.Value, ... function sizeFixed32 (line 3340) | func sizeFixed32(p pointer, f *coderFieldInfo, opts marshalOptions) (siz... function appendFixed32 (line 3346) | func appendFixed32(b []byte, p pointer, f *coderFieldInfo, opts marshalO... function consumeFixed32 (line 3354) | func consumeFixed32(b []byte, p pointer, wtyp protowire.Type, f *coderFi... function sizeFixed32NoZero (line 3376) | func sizeFixed32NoZero(p pointer, f *coderFieldInfo, opts marshalOptions... function appendFixed32NoZero (line 3386) | func appendFixed32NoZero(b []byte, p pointer, f *coderFieldInfo, opts ma... function sizeFixed32Ptr (line 3405) | func sizeFixed32Ptr(p pointer, f *coderFieldInfo, opts marshalOptions) (... function appendFixed32Ptr (line 3411) | func appendFixed32Ptr(b []byte, p pointer, f *coderFieldInfo, opts marsh... function consumeFixed32Ptr (line 3419) | func consumeFixed32Ptr(b []byte, p pointer, wtyp protowire.Type, f *code... function sizeFixed32Slice (line 3444) | func sizeFixed32Slice(p pointer, f *coderFieldInfo, opts marshalOptions)... function appendFixed32Slice (line 3451) | func appendFixed32Slice(b []byte, p pointer, f *coderFieldInfo, opts mar... function consumeFixed32Slice (line 3461) | func consumeFixed32Slice(b []byte, p pointer, wtyp protowire.Type, f *co... function sizeFixed32PackedSlice (line 3501) | func sizeFixed32PackedSlice(p pointer, f *coderFieldInfo, opts marshalOp... function appendFixed32PackedSlice (line 3511) | func appendFixed32PackedSlice(b []byte, p pointer, f *coderFieldInfo, op... function sizeFixed32Value (line 3533) | func sizeFixed32Value(v protoreflect.Value, tagsize int, opts marshalOpt... function appendFixed32Value (line 3538) | func appendFixed32Value(b []byte, v protoreflect.Value, wiretag uint64, ... function consumeFixed32Value (line 3545) | func consumeFixed32Value(b []byte, _ protoreflect.Value, _ protowire.Num... function sizeFixed32SliceValue (line 3565) | func sizeFixed32SliceValue(listv protoreflect.Value, tagsize int, opts m... function appendFixed32SliceValue (line 3572) | func appendFixed32SliceValue(b []byte, listv protoreflect.Value, wiretag... function consumeFixed32SliceValue (line 3583) | func consumeFixed32SliceValue(b []byte, listv protoreflect.Value, _ prot... function sizeFixed32PackedSliceValue (line 3621) | func sizeFixed32PackedSliceValue(listv protoreflect.Value, tagsize int, ... function appendFixed32PackedSliceValue (line 3632) | func appendFixed32PackedSliceValue(b []byte, listv protoreflect.Value, w... function sizeFloat (line 3656) | func sizeFloat(p pointer, f *coderFieldInfo, opts marshalOptions) (size ... function appendFloat (line 3662) | func appendFloat(b []byte, p pointer, f *coderFieldInfo, opts marshalOpt... function consumeFloat (line 3670) | func consumeFloat(b []byte, p pointer, wtyp protowire.Type, f *coderFiel... function sizeFloatNoZero (line 3692) | func sizeFloatNoZero(p pointer, f *coderFieldInfo, opts marshalOptions) ... function appendFloatNoZero (line 3702) | func appendFloatNoZero(b []byte, p pointer, f *coderFieldInfo, opts mars... function sizeFloatPtr (line 3721) | func sizeFloatPtr(p pointer, f *coderFieldInfo, opts marshalOptions) (si... function appendFloatPtr (line 3727) | func appendFloatPtr(b []byte, p pointer, f *coderFieldInfo, opts marshal... function consumeFloatPtr (line 3735) | func consumeFloatPtr(b []byte, p pointer, wtyp protowire.Type, f *coderF... function sizeFloatSlice (line 3760) | func sizeFloatSlice(p pointer, f *coderFieldInfo, opts marshalOptions) (... function appendFloatSlice (line 3767) | func appendFloatSlice(b []byte, p pointer, f *coderFieldInfo, opts marsh... function consumeFloatSlice (line 3777) | func consumeFloatSlice(b []byte, p pointer, wtyp protowire.Type, f *code... function sizeFloatPackedSlice (line 3817) | func sizeFloatPackedSlice(p pointer, f *coderFieldInfo, opts marshalOpti... function appendFloatPackedSlice (line 3827) | func appendFloatPackedSlice(b []byte, p pointer, f *coderFieldInfo, opts... function sizeFloatValue (line 3849) | func sizeFloatValue(v protoreflect.Value, tagsize int, opts marshalOptio... function appendFloatValue (line 3854) | func appendFloatValue(b []byte, v protoreflect.Value, wiretag uint64, op... function consumeFloatValue (line 3861) | func consumeFloatValue(b []byte, _ protoreflect.Value, _ protowire.Numbe... function sizeFloatSliceValue (line 3881) | func sizeFloatSliceValue(listv protoreflect.Value, tagsize int, opts mar... function appendFloatSliceValue (line 3888) | func appendFloatSliceValue(b []byte, listv protoreflect.Value, wiretag u... function consumeFloatSliceValue (line 3899) | func consumeFloatSliceValue(b []byte, listv protoreflect.Value, _ protow... function sizeFloatPackedSliceValue (line 3937) | func sizeFloatPackedSliceValue(listv protoreflect.Value, tagsize int, op... function appendFloatPackedSliceValue (line 3948) | func appendFloatPackedSliceValue(b []byte, listv protoreflect.Value, wir... function sizeSfixed64 (line 3972) | func sizeSfixed64(p pointer, f *coderFieldInfo, opts marshalOptions) (si... function appendSfixed64 (line 3978) | func appendSfixed64(b []byte, p pointer, f *coderFieldInfo, opts marshal... function consumeSfixed64 (line 3986) | func consumeSfixed64(b []byte, p pointer, wtyp protowire.Type, f *coderF... function sizeSfixed64NoZero (line 4008) | func sizeSfixed64NoZero(p pointer, f *coderFieldInfo, opts marshalOption... function appendSfixed64NoZero (line 4018) | func appendSfixed64NoZero(b []byte, p pointer, f *coderFieldInfo, opts m... function sizeSfixed64Ptr (line 4037) | func sizeSfixed64Ptr(p pointer, f *coderFieldInfo, opts marshalOptions) ... function appendSfixed64Ptr (line 4043) | func appendSfixed64Ptr(b []byte, p pointer, f *coderFieldInfo, opts mars... function consumeSfixed64Ptr (line 4051) | func consumeSfixed64Ptr(b []byte, p pointer, wtyp protowire.Type, f *cod... function sizeSfixed64Slice (line 4076) | func sizeSfixed64Slice(p pointer, f *coderFieldInfo, opts marshalOptions... function appendSfixed64Slice (line 4083) | func appendSfixed64Slice(b []byte, p pointer, f *coderFieldInfo, opts ma... function consumeSfixed64Slice (line 4093) | func consumeSfixed64Slice(b []byte, p pointer, wtyp protowire.Type, f *c... function sizeSfixed64PackedSlice (line 4133) | func sizeSfixed64PackedSlice(p pointer, f *coderFieldInfo, opts marshalO... function appendSfixed64PackedSlice (line 4143) | func appendSfixed64PackedSlice(b []byte, p pointer, f *coderFieldInfo, o... function sizeSfixed64Value (line 4165) | func sizeSfixed64Value(v protoreflect.Value, tagsize int, opts marshalOp... function appendSfixed64Value (line 4170) | func appendSfixed64Value(b []byte, v protoreflect.Value, wiretag uint64,... function consumeSfixed64Value (line 4177) | func consumeSfixed64Value(b []byte, _ protoreflect.Value, _ protowire.Nu... function sizeSfixed64SliceValue (line 4197) | func sizeSfixed64SliceValue(listv protoreflect.Value, tagsize int, opts ... function appendSfixed64SliceValue (line 4204) | func appendSfixed64SliceValue(b []byte, listv protoreflect.Value, wireta... function consumeSfixed64SliceValue (line 4215) | func consumeSfixed64SliceValue(b []byte, listv protoreflect.Value, _ pro... function sizeSfixed64PackedSliceValue (line 4253) | func sizeSfixed64PackedSliceValue(listv protoreflect.Value, tagsize int,... function appendSfixed64PackedSliceValue (line 4264) | func appendSfixed64PackedSliceValue(b []byte, listv protoreflect.Value, ... function sizeFixed64 (line 4288) | func sizeFixed64(p pointer, f *coderFieldInfo, opts marshalOptions) (siz... function appendFixed64 (line 4294) | func appendFixed64(b []byte, p pointer, f *coderFieldInfo, opts marshalO... function consumeFixed64 (line 4302) | func consumeFixed64(b []byte, p pointer, wtyp protowire.Type, f *coderFi... function sizeFixed64NoZero (line 4324) | func sizeFixed64NoZero(p pointer, f *coderFieldInfo, opts marshalOptions... function appendFixed64NoZero (line 4334) | func appendFixed64NoZero(b []byte, p pointer, f *coderFieldInfo, opts ma... function sizeFixed64Ptr (line 4353) | func sizeFixed64Ptr(p pointer, f *coderFieldInfo, opts marshalOptions) (... function appendFixed64Ptr (line 4359) | func appendFixed64Ptr(b []byte, p pointer, f *coderFieldInfo, opts marsh... function consumeFixed64Ptr (line 4367) | func consumeFixed64Ptr(b []byte, p pointer, wtyp protowire.Type, f *code... function sizeFixed64Slice (line 4392) | func sizeFixed64Slice(p pointer, f *coderFieldInfo, opts marshalOptions)... function appendFixed64Slice (line 4399) | func appendFixed64Slice(b []byte, p pointer, f *coderFieldInfo, opts mar... function consumeFixed64Slice (line 4409) | func consumeFixed64Slice(b []byte, p pointer, wtyp protowire.Type, f *co... function sizeFixed64PackedSlice (line 4449) | func sizeFixed64PackedSlice(p pointer, f *coderFieldInfo, opts marshalOp... function appendFixed64PackedSlice (line 4459) | func appendFixed64PackedSlice(b []byte, p pointer, f *coderFieldInfo, op... function sizeFixed64Value (line 4481) | func sizeFixed64Value(v protoreflect.Value, tagsize int, opts marshalOpt... function appendFixed64Value (line 4486) | func appendFixed64Value(b []byte, v protoreflect.Value, wiretag uint64, ... function consumeFixed64Value (line 4493) | func consumeFixed64Value(b []byte, _ protoreflect.Value, _ protowire.Num... function sizeFixed64SliceValue (line 4513) | func sizeFixed64SliceValue(listv protoreflect.Value, tagsize int, opts m... function appendFixed64SliceValue (line 4520) | func appendFixed64SliceValue(b []byte, listv protoreflect.Value, wiretag... function consumeFixed64SliceValue (line 4531) | func consumeFixed64SliceValue(b []byte, listv protoreflect.Value, _ prot... function sizeFixed64PackedSliceValue (line 4569) | func sizeFixed64PackedSliceValue(listv protoreflect.Value, tagsize int, ... function appendFixed64PackedSliceValue (line 4580) | func appendFixed64PackedSliceValue(b []byte, listv protoreflect.Value, w... function sizeDouble (line 4604) | func sizeDouble(p pointer, f *coderFieldInfo, opts marshalOptions) (size... function appendDouble (line 4610) | func appendDouble(b []byte, p pointer, f *coderFieldInfo, opts marshalOp... function consumeDouble (line 4618) | func consumeDouble(b []byte, p pointer, wtyp protowire.Type, f *coderFie... function sizeDoubleNoZero (line 4640) | func sizeDoubleNoZero(p pointer, f *coderFieldInfo, opts marshalOptions)... function appendDoubleNoZero (line 4650) | func appendDoubleNoZero(b []byte, p pointer, f *coderFieldInfo, opts mar... function sizeDoublePtr (line 4669) | func sizeDoublePtr(p pointer, f *coderFieldInfo, opts marshalOptions) (s... function appendDoublePtr (line 4675) | func appendDoublePtr(b []byte, p pointer, f *coderFieldInfo, opts marsha... function consumeDoublePtr (line 4683) | func consumeDoublePtr(b []byte, p pointer, wtyp protowire.Type, f *coder... function sizeDoubleSlice (line 4708) | func sizeDoubleSlice(p pointer, f *coderFieldInfo, opts marshalOptions) ... function appendDoubleSlice (line 4715) | func appendDoubleSlice(b []byte, p pointer, f *coderFieldInfo, opts mars... function consumeDoubleSlice (line 4725) | func consumeDoubleSlice(b []byte, p pointer, wtyp protowire.Type, f *cod... function sizeDoublePackedSlice (line 4765) | func sizeDoublePackedSlice(p pointer, f *coderFieldInfo, opts marshalOpt... function appendDoublePackedSlice (line 4775) | func appendDoublePackedSlice(b []byte, p pointer, f *coderFieldInfo, opt... function sizeDoubleValue (line 4797) | func sizeDoubleValue(v protoreflect.Value, tagsize int, opts marshalOpti... function appendDoubleValue (line 4802) | func appendDoubleValue(b []byte, v protoreflect.Value, wiretag uint64, o... function consumeDoubleValue (line 4809) | func consumeDoubleValue(b []byte, _ protoreflect.Value, _ protowire.Numb... function sizeDoubleSliceValue (line 4829) | func sizeDoubleSliceValue(listv protoreflect.Value, tagsize int, opts ma... function appendDoubleSliceValue (line 4836) | func appendDoubleSliceValue(b []byte, listv protoreflect.Value, wiretag ... function consumeDoubleSliceValue (line 4847) | func consumeDoubleSliceValue(b []byte, listv protoreflect.Value, _ proto... function sizeDoublePackedSliceValue (line 4885) | func sizeDoublePackedSliceValue(listv protoreflect.Value, tagsize int, o... function appendDoublePackedSliceValue (line 4896) | func appendDoublePackedSliceValue(b []byte, listv protoreflect.Value, wi... function sizeString (line 4920) | func sizeString(p pointer, f *coderFieldInfo, opts marshalOptions) (size... function appendString (line 4926) | func appendString(b []byte, p pointer, f *coderFieldInfo, opts marshalOp... function consumeString (line 4934) | func consumeString(b []byte, p pointer, wtyp protowire.Type, f *coderFie... function appendStringValidateUTF8 (line 4955) | func appendStringValidateUTF8(b []byte, p pointer, f *coderFieldInfo, op... function consumeStringValidateUTF8 (line 4966) | func consumeStringValidateUTF8(b []byte, p pointer, wtyp protowire.Type,... function sizeStringNoZero (line 4991) | func sizeStringNoZero(p pointer, f *coderFieldInfo, opts marshalOptions)... function appendStringNoZero (line 5001) | func appendStringNoZero(b []byte, p pointer, f *coderFieldInfo, opts mar... function appendStringNoZeroValidateUTF8 (line 5020) | func appendStringNoZeroValidateUTF8(b []byte, p pointer, f *coderFieldIn... function sizeStringPtr (line 5042) | func sizeStringPtr(p pointer, f *coderFieldInfo, opts marshalOptions) (s... function appendStringPtr (line 5049) | func appendStringPtr(b []byte, p pointer, f *coderFieldInfo, opts marsha... function consumeStringPtr (line 5057) | func consumeStringPtr(b []byte, p pointer, wtyp protowire.Type, f *coder... function appendStringPtrValidateUTF8 (line 5083) | func appendStringPtrValidateUTF8(b []byte, p pointer, f *coderFieldInfo,... function consumeStringPtrValidateUTF8 (line 5094) | func consumeStringPtrValidateUTF8(b []byte, p pointer, wtyp protowire.Ty... function sizeStringSlice (line 5122) | func sizeStringSlice(p pointer, f *coderFieldInfo, opts marshalOptions) ... function appendStringSlice (line 5131) | func appendStringSlice(b []byte, p pointer, f *coderFieldInfo, opts mars... function consumeStringSlice (line 5141) | func consumeStringSlice(b []byte, p pointer, wtyp protowire.Type, f *cod... function appendStringSliceValidateUTF8 (line 5163) | func appendStringSliceValidateUTF8(b []byte, p pointer, f *coderFieldInf... function consumeStringSliceValidateUTF8 (line 5176) | func consumeStringSliceValidateUTF8(b []byte, p pointer, wtyp protowire.... function sizeStringValue (line 5201) | func sizeStringValue(v protoreflect.Value, tagsize int, opts marshalOpti... function appendStringValue (line 5206) | func appendStringValue(b []byte, v protoreflect.Value, wiretag uint64, o... function consumeStringValue (line 5213) | func consumeStringValue(b []byte, _ protoreflect.Value, _ protowire.Numb... function appendStringValueValidateUTF8 (line 5233) | func appendStringValueValidateUTF8(b []byte, v protoreflect.Value, wiret... function consumeStringValueValidateUTF8 (line 5243) | func consumeStringValueValidateUTF8(b []byte, _ protoreflect.Value, _ pr... function sizeStringSliceValue (line 5266) | func sizeStringSliceValue(listv protoreflect.Value, tagsize int, opts ma... function appendStringSliceValue (line 5276) | func appendStringSliceValue(b []byte, listv protoreflect.Value, wiretag ... function consumeStringSliceValue (line 5287) | func consumeStringSliceValue(b []byte, listv protoreflect.Value, _ proto... function sizeBytes (line 5309) | func sizeBytes(p pointer, f *coderFieldInfo, opts marshalOptions) (size ... function appendBytes (line 5315) | func appendBytes(b []byte, p pointer, f *coderFieldInfo, opts marshalOpt... function consumeBytes (line 5323) | func consumeBytes(b []byte, p pointer, wtyp protowire.Type, f *coderFiel... function appendBytesValidateUTF8 (line 5344) | func appendBytesValidateUTF8(b []byte, p pointer, f *coderFieldInfo, opt... function consumeBytesValidateUTF8 (line 5355) | func consumeBytesValidateUTF8(b []byte, p pointer, wtyp protowire.Type, ... function sizeBytesNoZero (line 5380) | func sizeBytesNoZero(p pointer, f *coderFieldInfo, opts marshalOptions) ... function appendBytesNoZero (line 5390) | func appendBytesNoZero(b []byte, p pointer, f *coderFieldInfo, opts mars... function consumeBytesNoZero (line 5402) | func consumeBytesNoZero(b []byte, p pointer, wtyp protowire.Type, f *cod... function appendBytesNoZeroValidateUTF8 (line 5424) | func appendBytesNoZeroValidateUTF8(b []byte, p pointer, f *coderFieldInf... function consumeBytesNoZeroValidateUTF8 (line 5438) | func consumeBytesNoZeroValidateUTF8(b []byte, p pointer, wtyp protowire.... function sizeBytesSlice (line 5462) | func sizeBytesSlice(p pointer, f *coderFieldInfo, opts marshalOptions) (... function appendBytesSlice (line 5471) | func appendBytesSlice(b []byte, p pointer, f *coderFieldInfo, opts marsh... function consumeBytesSlice (line 5481) | func consumeBytesSlice(b []byte, p pointer, wtyp protowire.Type, f *code... function appendBytesSliceValidateUTF8 (line 5503) | func appendBytesSliceValidateUTF8(b []byte, p pointer, f *coderFieldInfo... function consumeBytesSliceValidateUTF8 (line 5516) | func consumeBytesSliceValidateUTF8(b []byte, p pointer, wtyp protowire.T... function sizeBytesValue (line 5541) | func sizeBytesValue(v protoreflect.Value, tagsize int, opts marshalOptio... function appendBytesValue (line 5546) | func appendBytesValue(b []byte, v protoreflect.Value, wiretag uint64, op... function consumeBytesValue (line 5553) | func consumeBytesValue(b []byte, _ protoreflect.Value, _ protowire.Numbe... function sizeBytesSliceValue (line 5573) | func sizeBytesSliceValue(listv protoreflect.Value, tagsize int, opts mar... function appendBytesSliceValue (line 5583) | func appendBytesSliceValue(b []byte, listv protoreflect.Value, wiretag u... function consumeBytesSliceValue (line 5594) | func consumeBytesSliceValue(b []byte, listv protoreflect.Value, _ protow... FILE: vendor/google.golang.org/protobuf/internal/impl/codec_map.go type mapInfo (line 16) | type mapInfo struct function encoderFuncsForMap (line 27) | func encoderFuncsForMap(fd pref.FieldDescriptor, ft reflect.Type) (value... constant mapKeyTagSize (line 87) | mapKeyTagSize = 1 constant mapValTagSize (line 88) | mapValTagSize = 1 function sizeMap (line 91) | func sizeMap(mapv reflect.Value, mapi *mapInfo, f *coderFieldInfo, opts ... function consumeMap (line 114) | func consumeMap(b []byte, mapv reflect.Value, wtyp protowire.Type, mapi ... function consumeMapOfMessage (line 171) | func consumeMapOfMessage(b []byte, mapv reflect.Value, wtyp protowire.Ty... function appendMapItem (line 235) | func appendMapItem(b []byte, keyrv, valrv reflect.Value, mapi *mapInfo, ... function appendMap (line 266) | func appendMap(b []byte, mapv reflect.Value, mapi *mapInfo, f *coderFiel... function appendMapDeterministic (line 285) | func appendMapDeterministic(b []byte, mapv reflect.Value, mapi *mapInfo,... function isInitMap (line 314) | func isInitMap(mapv reflect.Value, mapi *mapInfo, f *coderFieldInfo) err... function mergeMap (line 339) | func mergeMap(dst, src pointer, f *coderFieldInfo, opts mergeOptions) { function mergeMapOfBytes (line 354) | func mergeMapOfBytes(dst, src pointer, f *coderFieldInfo, opts mergeOpti... function mergeMapOfMessage (line 369) | func mergeMapOfMessage(dst, src pointer, f *coderFieldInfo, opts mergeOp... FILE: vendor/google.golang.org/protobuf/internal/impl/codec_map_go111.go type mapIter (line 11) | type mapIter struct method Next (line 22) | func (i *mapIter) Next() bool { method Key (line 31) | func (i *mapIter) Key() reflect.Value { method Value (line 35) | func (i *mapIter) Value() reflect.Value { function mapRange (line 18) | func mapRange(v reflect.Value) *mapIter { FILE: vendor/google.golang.org/protobuf/internal/impl/codec_map_go112.go function mapRange (line 11) | func mapRange(v reflect.Value) *reflect.MapIter { return v.MapRange() } FILE: vendor/google.golang.org/protobuf/internal/impl/codec_message.go type coderMessageInfo (line 22) | type coderMessageInfo struct type coderFieldInfo (line 37) | type coderFieldInfo struct method makeCoderMethods (line 50) | func (mi *MessageInfo) makeCoderMethods(t reflect.Type, si structInfo) { method getUnknownBytes (line 197) | func (mi *MessageInfo) getUnknownBytes(p pointer) *[]byte { method mutableUnknownBytes (line 207) | func (mi *MessageInfo) mutableUnknownBytes(p pointer) *[]byte { FILE: vendor/google.golang.org/protobuf/internal/impl/codec_messageset.go function sizeMessageSet (line 16) | func sizeMessageSet(mi *MessageInfo, p pointer, opts marshalOptions) (si... function marshalMessageSet (line 39) | func marshalMessageSet(mi *MessageInfo, b []byte, p pointer, opts marsha... function marshalMessageSetField (line 84) | func marshalMessageSetField(mi *MessageInfo, b []byte, x ExtensionField,... function unmarshalMessageSet (line 96) | func unmarshalMessageSet(mi *MessageInfo, b []byte, p pointer, opts unma... FILE: vendor/google.golang.org/protobuf/internal/impl/codec_reflect.go function sizeEnum (line 15) | func sizeEnum(p pointer, f *coderFieldInfo, _ marshalOptions) (size int) { function appendEnum (line 20) | func appendEnum(b []byte, p pointer, f *coderFieldInfo, opts marshalOpti... function consumeEnum (line 27) | func consumeEnum(b []byte, p pointer, wtyp protowire.Type, f *coderField... function mergeEnum (line 40) | func mergeEnum(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function sizeEnumNoZero (line 51) | func sizeEnumNoZero(p pointer, f *coderFieldInfo, opts marshalOptions) (... function appendEnumNoZero (line 58) | func appendEnumNoZero(b []byte, p pointer, f *coderFieldInfo, opts marsh... function mergeEnumNoZero (line 65) | func mergeEnumNoZero(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function sizeEnumPtr (line 78) | func sizeEnumPtr(p pointer, f *coderFieldInfo, opts marshalOptions) (siz... function appendEnumPtr (line 82) | func appendEnumPtr(b []byte, p pointer, f *coderFieldInfo, opts marshalO... function consumeEnumPtr (line 86) | func consumeEnumPtr(b []byte, p pointer, wtyp protowire.Type, f *coderFi... function mergeEnumPtr (line 96) | func mergeEnumPtr(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function sizeEnumSlice (line 111) | func sizeEnumSlice(p pointer, f *coderFieldInfo, opts marshalOptions) (s... function appendEnumSlice (line 119) | func appendEnumSlice(b []byte, p pointer, f *coderFieldInfo, opts marsha... function consumeEnumSlice (line 128) | func consumeEnumSlice(b []byte, p pointer, wtyp protowire.Type, f *coder... function mergeEnumSlice (line 162) | func mergeEnumSlice(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function sizeEnumPackedSlice (line 173) | func sizeEnumPackedSlice(p pointer, f *coderFieldInfo, opts marshalOptio... function appendEnumPackedSlice (line 186) | func appendEnumPackedSlice(b []byte, p pointer, f *coderFieldInfo, opts ... FILE: vendor/google.golang.org/protobuf/internal/impl/codec_tables.go type pointerCoderFuncs (line 17) | type pointerCoderFuncs struct type valueCoderFuncs (line 27) | type valueCoderFuncs struct function fieldCoder (line 37) | func fieldCoder(fd pref.FieldDescriptor, ft reflect.Type) (*MessageInfo,... function encoderFuncsForValue (line 437) | func encoderFuncsForValue(fd pref.FieldDescriptor) valueCoderFuncs { FILE: vendor/google.golang.org/protobuf/internal/impl/convert.go type unwrapper (line 16) | type unwrapper interface type Converter (line 21) | type Converter interface function NewConverter (line 53) | func NewConverter(t reflect.Type, fd pref.FieldDescriptor) Converter { function newSingularConverter (line 90) | func newSingularConverter(t reflect.Type, fd pref.FieldDescriptor) Conve... type boolConverter (line 146) | type boolConverter struct method PBValueOf (line 151) | func (c *boolConverter) PBValueOf(v reflect.Value) pref.Value { method GoValueOf (line 157) | func (c *boolConverter) GoValueOf(v pref.Value) reflect.Value { method IsValidPB (line 160) | func (c *boolConverter) IsValidPB(v pref.Value) bool { method IsValidGo (line 164) | func (c *boolConverter) IsValidGo(v reflect.Value) bool { method New (line 167) | func (c *boolConverter) New() pref.Value { return c.def } method Zero (line 168) | func (c *boolConverter) Zero() pref.Value { return c.def } type int32Converter (line 170) | type int32Converter struct method PBValueOf (line 175) | func (c *int32Converter) PBValueOf(v reflect.Value) pref.Value { method GoValueOf (line 181) | func (c *int32Converter) GoValueOf(v pref.Value) reflect.Value { method IsValidPB (line 184) | func (c *int32Converter) IsValidPB(v pref.Value) bool { method IsValidGo (line 188) | func (c *int32Converter) IsValidGo(v reflect.Value) bool { method New (line 191) | func (c *int32Converter) New() pref.Value { return c.def } method Zero (line 192) | func (c *int32Converter) Zero() pref.Value { return c.def } type int64Converter (line 194) | type int64Converter struct method PBValueOf (line 199) | func (c *int64Converter) PBValueOf(v reflect.Value) pref.Value { method GoValueOf (line 205) | func (c *int64Converter) GoValueOf(v pref.Value) reflect.Value { method IsValidPB (line 208) | func (c *int64Converter) IsValidPB(v pref.Value) bool { method IsValidGo (line 212) | func (c *int64Converter) IsValidGo(v reflect.Value) bool { method New (line 215) | func (c *int64Converter) New() pref.Value { return c.def } method Zero (line 216) | func (c *int64Converter) Zero() pref.Value { return c.def } type uint32Converter (line 218) | type uint32Converter struct method PBValueOf (line 223) | func (c *uint32Converter) PBValueOf(v reflect.Value) pref.Value { method GoValueOf (line 229) | func (c *uint32Converter) GoValueOf(v pref.Value) reflect.Value { method IsValidPB (line 232) | func (c *uint32Converter) IsValidPB(v pref.Value) bool { method IsValidGo (line 236) | func (c *uint32Converter) IsValidGo(v reflect.Value) bool { method New (line 239) | func (c *uint32Converter) New() pref.Value { return c.def } method Zero (line 240) | func (c *uint32Converter) Zero() pref.Value { return c.def } type uint64Converter (line 242) | type uint64Converter struct method PBValueOf (line 247) | func (c *uint64Converter) PBValueOf(v reflect.Value) pref.Value { method GoValueOf (line 253) | func (c *uint64Converter) GoValueOf(v pref.Value) reflect.Value { method IsValidPB (line 256) | func (c *uint64Converter) IsValidPB(v pref.Value) bool { method IsValidGo (line 260) | func (c *uint64Converter) IsValidGo(v reflect.Value) bool { method New (line 263) | func (c *uint64Converter) New() pref.Value { return c.def } method Zero (line 264) | func (c *uint64Converter) Zero() pref.Value { return c.def } type float32Converter (line 266) | type float32Converter struct method PBValueOf (line 271) | func (c *float32Converter) PBValueOf(v reflect.Value) pref.Value { method GoValueOf (line 277) | func (c *float32Converter) GoValueOf(v pref.Value) reflect.Value { method IsValidPB (line 280) | func (c *float32Converter) IsValidPB(v pref.Value) bool { method IsValidGo (line 284) | func (c *float32Converter) IsValidGo(v reflect.Value) bool { method New (line 287) | func (c *float32Converter) New() pref.Value { return c.def } method Zero (line 288) | func (c *float32Converter) Zero() pref.Value { return c.def } type float64Converter (line 290) | type float64Converter struct method PBValueOf (line 295) | func (c *float64Converter) PBValueOf(v reflect.Value) pref.Value { method GoValueOf (line 301) | func (c *float64Converter) GoValueOf(v pref.Value) reflect.Value { method IsValidPB (line 304) | func (c *float64Converter) IsValidPB(v pref.Value) bool { method IsValidGo (line 308) | func (c *float64Converter) IsValidGo(v reflect.Value) bool { method New (line 311) | func (c *float64Converter) New() pref.Value { return c.def } method Zero (line 312) | func (c *float64Converter) Zero() pref.Value { return c.def } type stringConverter (line 314) | type stringConverter struct method PBValueOf (line 319) | func (c *stringConverter) PBValueOf(v reflect.Value) pref.Value { method GoValueOf (line 325) | func (c *stringConverter) GoValueOf(v pref.Value) reflect.Value { method IsValidPB (line 334) | func (c *stringConverter) IsValidPB(v pref.Value) bool { method IsValidGo (line 338) | func (c *stringConverter) IsValidGo(v reflect.Value) bool { method New (line 341) | func (c *stringConverter) New() pref.Value { return c.def } method Zero (line 342) | func (c *stringConverter) Zero() pref.Value { return c.def } type bytesConverter (line 344) | type bytesConverter struct method PBValueOf (line 349) | func (c *bytesConverter) PBValueOf(v reflect.Value) pref.Value { method GoValueOf (line 358) | func (c *bytesConverter) GoValueOf(v pref.Value) reflect.Value { method IsValidPB (line 361) | func (c *bytesConverter) IsValidPB(v pref.Value) bool { method IsValidGo (line 365) | func (c *bytesConverter) IsValidGo(v reflect.Value) bool { method New (line 368) | func (c *bytesConverter) New() pref.Value { return c.def } method Zero (line 369) | func (c *bytesConverter) Zero() pref.Value { return c.def } type enumConverter (line 371) | type enumConverter struct method PBValueOf (line 386) | func (c *enumConverter) PBValueOf(v reflect.Value) pref.Value { method GoValueOf (line 393) | func (c *enumConverter) GoValueOf(v pref.Value) reflect.Value { method IsValidPB (line 397) | func (c *enumConverter) IsValidPB(v pref.Value) bool { method IsValidGo (line 402) | func (c *enumConverter) IsValidGo(v reflect.Value) bool { method New (line 406) | func (c *enumConverter) New() pref.Value { method Zero (line 410) | func (c *enumConverter) Zero() pref.Value { function newEnumConverter (line 376) | func newEnumConverter(goType reflect.Type, fd pref.FieldDescriptor) Conv... type messageConverter (line 414) | type messageConverter struct method PBValueOf (line 422) | func (c *messageConverter) PBValueOf(v reflect.Value) pref.Value { method GoValueOf (line 439) | func (c *messageConverter) GoValueOf(v pref.Value) reflect.Value { method IsValidPB (line 463) | func (c *messageConverter) IsValidPB(v pref.Value) bool { method IsValidGo (line 477) | func (c *messageConverter) IsValidGo(v reflect.Value) bool { method New (line 481) | func (c *messageConverter) New() pref.Value { method Zero (line 488) | func (c *messageConverter) Zero() pref.Value { method isNonPointer (line 494) | func (c *messageConverter) isNonPointer() bool { function newMessageConverter (line 418) | func newMessageConverter(goType reflect.Type) Converter { FILE: vendor/google.golang.org/protobuf/internal/impl/convert_list.go function newListConverter (line 14) | func newListConverter(t reflect.Type, fd pref.FieldDescriptor) Converter { type listConverter (line 24) | type listConverter struct method PBValueOf (line 29) | func (c *listConverter) PBValueOf(v reflect.Value) pref.Value { method GoValueOf (line 38) | func (c *listConverter) GoValueOf(v pref.Value) reflect.Value { method IsValidPB (line 46) | func (c *listConverter) IsValidPB(v pref.Value) bool { method IsValidGo (line 54) | func (c *listConverter) IsValidGo(v reflect.Value) bool { method New (line 58) | func (c *listConverter) New() pref.Value { method Zero (line 62) | func (c *listConverter) Zero() pref.Value { type listPtrConverter (line 66) | type listPtrConverter struct method PBValueOf (line 71) | func (c *listPtrConverter) PBValueOf(v reflect.Value) pref.Value { method GoValueOf (line 78) | func (c *listPtrConverter) GoValueOf(v pref.Value) reflect.Value { method IsValidPB (line 82) | func (c *listPtrConverter) IsValidPB(v pref.Value) bool { method IsValidGo (line 90) | func (c *listPtrConverter) IsValidGo(v reflect.Value) bool { method New (line 94) | func (c *listPtrConverter) New() pref.Value { method Zero (line 98) | func (c *listPtrConverter) Zero() pref.Value { type listReflect (line 102) | type listReflect struct method Len (line 107) | func (ls *listReflect) Len() int { method Get (line 113) | func (ls *listReflect) Get(i int) pref.Value { method Set (line 116) | func (ls *listReflect) Set(i int, v pref.Value) { method Append (line 119) | func (ls *listReflect) Append(v pref.Value) { method AppendMutable (line 122) | func (ls *listReflect) AppendMutable() pref.Value { method Truncate (line 130) | func (ls *listReflect) Truncate(i int) { method NewElement (line 133) | func (ls *listReflect) NewElement() pref.Value { method IsValid (line 136) | func (ls *listReflect) IsValid() bool { method protoUnwrap (line 139) | func (ls *listReflect) protoUnwrap() interface{} { FILE: vendor/google.golang.org/protobuf/internal/impl/convert_map.go type mapConverter (line 14) | type mapConverter struct method PBValueOf (line 30) | func (c *mapConverter) PBValueOf(v reflect.Value) pref.Value { method GoValueOf (line 37) | func (c *mapConverter) GoValueOf(v pref.Value) reflect.Value { method IsValidPB (line 41) | func (c *mapConverter) IsValidPB(v pref.Value) bool { method IsValidGo (line 49) | func (c *mapConverter) IsValidGo(v reflect.Value) bool { method New (line 53) | func (c *mapConverter) New() pref.Value { method Zero (line 57) | func (c *mapConverter) Zero() pref.Value { function newMapConverter (line 19) | func newMapConverter(t reflect.Type, fd pref.FieldDescriptor) *mapConver... type mapReflect (line 61) | type mapReflect struct method Len (line 67) | func (ms *mapReflect) Len() int { method Has (line 70) | func (ms *mapReflect) Has(k pref.MapKey) bool { method Get (line 75) | func (ms *mapReflect) Get(k pref.MapKey) pref.Value { method Set (line 83) | func (ms *mapReflect) Set(k pref.MapKey, v pref.Value) { method Clear (line 88) | func (ms *mapReflect) Clear(k pref.MapKey) { method Mutable (line 92) | func (ms *mapReflect) Mutable(k pref.MapKey) pref.Value { method Range (line 103) | func (ms *mapReflect) Range(f func(pref.MapKey, pref.Value) bool) { method NewValue (line 113) | func (ms *mapReflect) NewValue() pref.Value { method IsValid (line 116) | func (ms *mapReflect) IsValid() bool { method protoUnwrap (line 119) | func (ms *mapReflect) protoUnwrap() interface{} { FILE: vendor/google.golang.org/protobuf/internal/impl/decode.go type unmarshalOptions (line 22) | type unmarshalOptions struct method Options (line 30) | func (o unmarshalOptions) Options() proto.UnmarshalOptions { method DiscardUnknown (line 39) | func (o unmarshalOptions) DiscardUnknown() bool { return o.flags&pifac... method IsDefault (line 41) | func (o unmarshalOptions) IsDefault() bool { type unmarshalOutput (line 49) | type unmarshalOutput struct method unmarshal (line 55) | func (mi *MessageInfo) unmarshal(in piface.UnmarshalInput) (piface.Unmar... method unmarshalPointer (line 83) | func (mi *MessageInfo) unmarshalPointer(b []byte, p pointer, groupTag pr... method unmarshalExtension (line 198) | func (mi *MessageInfo) unmarshalExtension(b []byte, num protowire.Number... function skipExtension (line 250) | func skipExtension(b []byte, xi *extensionFieldInfo, num protowire.Numbe... FILE: vendor/google.golang.org/protobuf/internal/impl/encode.go type marshalOptions (line 17) | type marshalOptions struct method Options (line 21) | func (o marshalOptions) Options() proto.MarshalOptions { method Deterministic (line 29) | func (o marshalOptions) Deterministic() bool { return o.flags&piface.M... method UseCachedSize (line 30) | func (o marshalOptions) UseCachedSize() bool { return o.flags&piface.M... method size (line 33) | func (mi *MessageInfo) size(in piface.SizeInput) piface.SizeOutput { method sizePointer (line 46) | func (mi *MessageInfo) sizePointer(p pointer, opts marshalOptions) (size... method sizePointerSlow (line 59) | func (mi *MessageInfo) sizePointerSlow(p pointer, opts marshalOptions) (... method marshal (line 100) | func (mi *MessageInfo) marshal(in piface.MarshalInput) (out piface.Marsh... method marshalAppendPointer (line 113) | func (mi *MessageInfo) marshalAppendPointer(b []byte, p pointer, opts ma... method sizeExtensions (line 152) | func (mi *MessageInfo) sizeExtensions(ext *map[int32]ExtensionField, opt... method appendExtensions (line 166) | func (mi *MessageInfo) appendExtensions(b []byte, ext *map[int32]Extensi... FILE: vendor/google.golang.org/protobuf/internal/impl/enum.go type EnumInfo (line 13) | type EnumInfo struct method New (line 18) | func (t *EnumInfo) New(n pref.EnumNumber) pref.Enum { method Descriptor (line 21) | func (t *EnumInfo) Descriptor() pref.EnumDescriptor { return t.Desc } FILE: vendor/google.golang.org/protobuf/internal/impl/extension.go type ExtensionInfo (line 21) | type ExtensionInfo struct method New (line 92) | func (xi *ExtensionInfo) New() pref.Value { method Zero (line 95) | func (xi *ExtensionInfo) Zero() pref.Value { method ValueOf (line 98) | func (xi *ExtensionInfo) ValueOf(v interface{}) pref.Value { method InterfaceOf (line 101) | func (xi *ExtensionInfo) InterfaceOf(v pref.Value) interface{} { method IsValidValue (line 104) | func (xi *ExtensionInfo) IsValidValue(v pref.Value) bool { method IsValidInterface (line 107) | func (xi *ExtensionInfo) IsValidInterface(v interface{}) bool { method TypeDescriptor (line 110) | func (xi *ExtensionInfo) TypeDescriptor() pref.ExtensionTypeDescriptor { method lazyInit (line 117) | func (xi *ExtensionInfo) lazyInit() Converter { method lazyInitSlow (line 124) | func (xi *ExtensionInfo) lazyInitSlow() { constant extensionInfoUninitialized (line 81) | extensionInfoUninitialized = 0 constant extensionInfoDescInit (line 82) | extensionInfoDescInit = 1 constant extensionInfoFullInit (line 83) | extensionInfoFullInit = 2 function InitExtensionInfo (line 86) | func InitExtensionInfo(xi *ExtensionInfo, xd pref.ExtensionDescriptor, g... type extensionTypeDescriptor (line 146) | type extensionTypeDescriptor struct method Type (line 151) | func (xtd *extensionTypeDescriptor) Type() pref.ExtensionType { method Descriptor (line 154) | func (xtd *extensionTypeDescriptor) Descriptor() pref.ExtensionDescrip... FILE: vendor/google.golang.org/protobuf/internal/impl/legacy_enum.go function legacyEnumName (line 22) | func legacyEnumName(ed pref.EnumDescriptor) string { function legacyWrapEnum (line 37) | func legacyWrapEnum(v reflect.Value) pref.Enum { function legacyLoadEnumType (line 46) | func legacyLoadEnumType(t reflect.Type) pref.EnumType { type legacyEnumType (line 65) | type legacyEnumType struct method New (line 71) | func (t *legacyEnumType) New(n pref.EnumNumber) pref.Enum { method Descriptor (line 79) | func (t *legacyEnumType) Descriptor() pref.EnumDescriptor { type legacyEnumWrapper (line 83) | type legacyEnumWrapper struct method Descriptor (line 89) | func (e *legacyEnumWrapper) Descriptor() pref.EnumDescriptor { method Type (line 92) | func (e *legacyEnumWrapper) Type() pref.EnumType { method Number (line 95) | func (e *legacyEnumWrapper) Number() pref.EnumNumber { method ProtoReflect (line 98) | func (e *legacyEnumWrapper) ProtoReflect() pref.Enum { method protoUnwrap (line 101) | func (e *legacyEnumWrapper) protoUnwrap() interface{} { function LegacyLoadEnumDesc (line 118) | func LegacyLoadEnumDesc(t reflect.Type) pref.EnumDescriptor { function aberrantLoadEnumDesc (line 161) | func aberrantLoadEnumDesc(t reflect.Type) pref.EnumDescriptor { function AberrantDeriveFullName (line 195) | func AberrantDeriveFullName(t reflect.Type) pref.FullName { FILE: vendor/google.golang.org/protobuf/internal/impl/legacy_export.go method LegacyEnumName (line 23) | func (Export) LegacyEnumName(ed pref.EnumDescriptor) string { method LegacyMessageTypeOf (line 29) | func (Export) LegacyMessageTypeOf(m piface.MessageV1, name pref.FullName... method UnmarshalJSONEnum (line 39) | func (Export) UnmarshalJSONEnum(ed pref.EnumDescriptor, b []byte) (pref.... method CompressGZIP (line 61) | func (Export) CompressGZIP(in []byte) (out []byte) { FILE: vendor/google.golang.org/protobuf/internal/impl/legacy_extension.go method initToLegacy (line 20) | func (xi *ExtensionInfo) initToLegacy() { method initFromLegacy (line 75) | func (xi *ExtensionInfo) initFromLegacy() { type placeholderExtension (line 140) | type placeholderExtension struct method ParentFile (line 145) | func (x placeholderExtension) ParentFile() pref.FileDescriptor ... method Parent (line 146) | func (x placeholderExtension) Parent() pref.Descriptor ... method Index (line 147) | func (x placeholderExtension) Index() int ... method Syntax (line 148) | func (x placeholderExtension) Syntax() pref.Syntax ... method Name (line 149) | func (x placeholderExtension) Name() pref.Name ... method FullName (line 150) | func (x placeholderExtension) FullName() pref.FullName ... method IsPlaceholder (line 151) | func (x placeholderExtension) IsPlaceholder() bool ... method Options (line 152) | func (x placeholderExtension) Options() pref.ProtoMessage ... method Number (line 153) | func (x placeholderExtension) Number() pref.FieldNumber ... method Cardinality (line 154) | func (x placeholderExtension) Cardinality() pref.Cardinality ... method Kind (line 155) | func (x placeholderExtension) Kind() pref.Kind ... method HasJSONName (line 156) | func (x placeholderExtension) HasJSONName() bool ... method JSONName (line 157) | func (x placeholderExtension) JSONName() string ... method TextName (line 158) | func (x placeholderExtension) TextName() string ... method HasPresence (line 159) | func (x placeholderExtension) HasPresence() bool ... method HasOptionalKeyword (line 160) | func (x placeholderExtension) HasOptionalKeyword() bool ... method IsExtension (line 161) | func (x placeholderExtension) IsExtension() bool ... method IsWeak (line 162) | func (x placeholderExtension) IsWeak() bool ... method IsPacked (line 163) | func (x placeholderExtension) IsPacked() bool ... method IsList (line 164) | func (x placeholderExtension) IsList() bool ... method IsMap (line 165) | func (x placeholderExtension) IsMap() bool ... method MapKey (line 166) | func (x placeholderExtension) MapKey() pref.FieldDescriptor ... method MapValue (line 167) | func (x placeholderExtension) MapValue() pref.FieldDescriptor ... method HasDefault (line 168) | func (x placeholderExtension) HasDefault() bool ... method Default (line 169) | func (x placeholderExtension) Default() pref.Value ... method DefaultEnumValue (line 170) | func (x placeholderExtension) DefaultEnumValue() pref.EnumValueDescrip... method ContainingOneof (line 171) | func (x placeholderExtension) ContainingOneof() pref.OneofDescriptor ... method ContainingMessage (line 172) | func (x placeholderExtension) ContainingMessage() pref.MessageDescript... method Enum (line 173) | func (x placeholderExtension) Enum() pref.EnumDescriptor ... method Message (line 174) | func (x placeholderExtension) Message() pref.MessageDescriptor ... method ProtoType (line 175) | func (x placeholderExtension) ProtoType(pref.FieldDescriptor) ... method ProtoInternal (line 176) | func (x placeholderExtension) ProtoInternal(pragma.DoNotImplement) ... FILE: vendor/google.golang.org/protobuf/internal/impl/legacy_file.go type enumV1 (line 27) | type enumV1 interface type messageV1 (line 30) | type messageV1 interface function legacyLoadFileDesc (line 43) | func legacyLoadFileDesc(b []byte) protoreflect.FileDescriptor { type resolverOnly (line 69) | type resolverOnly struct method FindFileByPath (line 73) | func (r resolverOnly) FindFileByPath(path string) (protoreflect.FileDe... method FindDescriptorByName (line 76) | func (r resolverOnly) FindDescriptorByName(name protoreflect.FullName)... method RegisterFile (line 79) | func (resolverOnly) RegisterFile(protoreflect.FileDescriptor) error { FILE: vendor/google.golang.org/protobuf/internal/impl/legacy_message.go function legacyWrapMessage (line 26) | func legacyWrapMessage(v reflect.Value) pref.Message { function legacyLoadMessageType (line 38) | func legacyLoadMessageType(t reflect.Type, name pref.FullName) protorefl... function legacyLoadMessageInfo (line 50) | func legacyLoadMessageInfo(t reflect.Type, name pref.FullName) *MessageI... function LegacyLoadMessageDesc (line 92) | func LegacyLoadMessageDesc(t reflect.Type) pref.MessageDescriptor { function legacyLoadMessageDesc (line 95) | func legacyLoadMessageDesc(t reflect.Type, name pref.FullName) pref.Mess... function aberrantLoadMessageDesc (line 167) | func aberrantLoadMessageDesc(t reflect.Type, name pref.FullName) pref.Me... function aberrantLoadMessageDescReentrant (line 175) | func aberrantLoadMessageDescReentrant(t reflect.Type, name pref.FullName... function aberrantDeriveMessageName (line 270) | func aberrantDeriveMessageName(t reflect.Type, name pref.FullName) pref.... function aberrantAppendField (line 289) | func aberrantAppendField(md *filedesc.Message, goType reflect.Type, tag,... type placeholderEnumValues (line 363) | type placeholderEnumValues struct method ByNumber (line 367) | func (placeholderEnumValues) ByNumber(n pref.EnumNumber) pref.EnumValu... type legacyMarshaler (line 372) | type legacyMarshaler interface type legacyUnmarshaler (line 377) | type legacyUnmarshaler interface type legacyMerger (line 382) | type legacyMerger interface function legacyMarshal (line 398) | func legacyMarshal(in piface.MarshalInput) (piface.MarshalOutput, error) { function legacyUnmarshal (line 413) | func legacyUnmarshal(in piface.UnmarshalInput) (piface.UnmarshalOutput, ... function legacyMerge (line 422) | func legacyMerge(in piface.MergeInput) piface.MergeOutput { type aberrantMessageType (line 455) | type aberrantMessageType struct method New (line 459) | func (mt aberrantMessageType) New() pref.Message { method Zero (line 465) | func (mt aberrantMessageType) Zero() pref.Message { method GoType (line 468) | func (mt aberrantMessageType) GoType() reflect.Type { method Descriptor (line 471) | func (mt aberrantMessageType) Descriptor() pref.MessageDescriptor { type aberrantMessage (line 480) | type aberrantMessage struct method Reset (line 485) | func (m aberrantMessage) Reset() { method ProtoReflect (line 495) | func (m aberrantMessage) ProtoReflect() pref.Message { method Descriptor (line 499) | func (m aberrantMessage) Descriptor() pref.MessageDescriptor { method Type (line 502) | func (m aberrantMessage) Type() pref.MessageType { method New (line 505) | func (m aberrantMessage) New() pref.Message { method Interface (line 511) | func (m aberrantMessage) Interface() pref.ProtoMessage { method Range (line 514) | func (m aberrantMessage) Range(f func(pref.FieldDescriptor, pref.Value... method Has (line 517) | func (m aberrantMessage) Has(pref.FieldDescriptor) bool { method Clear (line 520) | func (m aberrantMessage) Clear(pref.FieldDescriptor) { method Get (line 523) | func (m aberrantMessage) Get(fd pref.FieldDescriptor) pref.Value { method Set (line 529) | func (m aberrantMessage) Set(pref.FieldDescriptor, pref.Value) { method Mutable (line 532) | func (m aberrantMessage) Mutable(pref.FieldDescriptor) pref.Value { method NewField (line 535) | func (m aberrantMessage) NewField(pref.FieldDescriptor) pref.Value { method WhichOneof (line 538) | func (m aberrantMessage) WhichOneof(pref.OneofDescriptor) pref.FieldDe... method GetUnknown (line 541) | func (m aberrantMessage) GetUnknown() pref.RawFields { method SetUnknown (line 544) | func (m aberrantMessage) SetUnknown(pref.RawFields) { method IsValid (line 547) | func (m aberrantMessage) IsValid() bool { method ProtoMethods (line 553) | func (m aberrantMessage) ProtoMethods() *piface.Methods { method protoUnwrap (line 556) | func (m aberrantMessage) protoUnwrap() interface{} { FILE: vendor/google.golang.org/protobuf/internal/impl/merge.go type mergeOptions (line 16) | type mergeOptions struct method Merge (line 18) | func (o mergeOptions) Merge(dst, src proto.Message) { method merge (line 23) | func (mi *MessageInfo) merge(in piface.MergeInput) piface.MergeOutput { method mergePointer (line 36) | func (mi *MessageInfo) mergePointer(dst, src pointer, opts mergeOptions) { function mergeScalarValue (line 88) | func mergeScalarValue(dst, src pref.Value, opts mergeOptions) pref.Value { function mergeBytesValue (line 92) | func mergeBytesValue(dst, src pref.Value, opts mergeOptions) pref.Value { function mergeListValue (line 96) | func mergeListValue(dst, src pref.Value, opts mergeOptions) pref.Value { function mergeBytesListValue (line 105) | func mergeBytesListValue(dst, src pref.Value, opts mergeOptions) pref.Va... function mergeMessageListValue (line 116) | func mergeMessageListValue(dst, src pref.Value, opts mergeOptions) pref.... function mergeMessageValue (line 127) | func mergeMessageValue(dst, src pref.Value, opts mergeOptions) pref.Value { function mergeMessage (line 132) | func mergeMessage(dst, src pointer, f *coderFieldInfo, opts mergeOptions) { function mergeMessageSlice (line 148) | func mergeMessageSlice(dst, src pointer, f *coderFieldInfo, opts mergeOp... function mergeBytes (line 160) | func mergeBytes(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function mergeBytesNoZero (line 164) | func mergeBytesNoZero(dst, src pointer, _ *coderFieldInfo, _ mergeOption... function mergeBytesSlice (line 171) | func mergeBytesSlice(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { FILE: vendor/google.golang.org/protobuf/internal/impl/merge_gen.go function mergeBool (line 11) | func mergeBool(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function mergeBoolNoZero (line 15) | func mergeBoolNoZero(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function mergeBoolPtr (line 22) | func mergeBoolPtr(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function mergeBoolSlice (line 30) | func mergeBoolSlice(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function mergeInt32 (line 36) | func mergeInt32(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function mergeInt32NoZero (line 40) | func mergeInt32NoZero(dst, src pointer, _ *coderFieldInfo, _ mergeOption... function mergeInt32Ptr (line 47) | func mergeInt32Ptr(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function mergeInt32Slice (line 55) | func mergeInt32Slice(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function mergeUint32 (line 61) | func mergeUint32(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function mergeUint32NoZero (line 65) | func mergeUint32NoZero(dst, src pointer, _ *coderFieldInfo, _ mergeOptio... function mergeUint32Ptr (line 72) | func mergeUint32Ptr(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function mergeUint32Slice (line 80) | func mergeUint32Slice(dst, src pointer, _ *coderFieldInfo, _ mergeOption... function mergeInt64 (line 86) | func mergeInt64(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function mergeInt64NoZero (line 90) | func mergeInt64NoZero(dst, src pointer, _ *coderFieldInfo, _ mergeOption... function mergeInt64Ptr (line 97) | func mergeInt64Ptr(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function mergeInt64Slice (line 105) | func mergeInt64Slice(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function mergeUint64 (line 111) | func mergeUint64(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function mergeUint64NoZero (line 115) | func mergeUint64NoZero(dst, src pointer, _ *coderFieldInfo, _ mergeOptio... function mergeUint64Ptr (line 122) | func mergeUint64Ptr(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function mergeUint64Slice (line 130) | func mergeUint64Slice(dst, src pointer, _ *coderFieldInfo, _ mergeOption... function mergeFloat32 (line 136) | func mergeFloat32(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function mergeFloat32NoZero (line 140) | func mergeFloat32NoZero(dst, src pointer, _ *coderFieldInfo, _ mergeOpti... function mergeFloat32Ptr (line 147) | func mergeFloat32Ptr(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function mergeFloat32Slice (line 155) | func mergeFloat32Slice(dst, src pointer, _ *coderFieldInfo, _ mergeOptio... function mergeFloat64 (line 161) | func mergeFloat64(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function mergeFloat64NoZero (line 165) | func mergeFloat64NoZero(dst, src pointer, _ *coderFieldInfo, _ mergeOpti... function mergeFloat64Ptr (line 172) | func mergeFloat64Ptr(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function mergeFloat64Slice (line 180) | func mergeFloat64Slice(dst, src pointer, _ *coderFieldInfo, _ mergeOptio... function mergeString (line 186) | func mergeString(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function mergeStringNoZero (line 190) | func mergeStringNoZero(dst, src pointer, _ *coderFieldInfo, _ mergeOptio... function mergeStringPtr (line 197) | func mergeStringPtr(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function mergeStringSlice (line 205) | func mergeStringSlice(dst, src pointer, _ *coderFieldInfo, _ mergeOption... FILE: vendor/google.golang.org/protobuf/internal/impl/message.go type MessageInfo (line 27) | type MessageInfo struct method init (line 68) | func (mi *MessageInfo) init() { method initOnce (line 77) | func (mi *MessageInfo) initOnce() { method getPointer (line 100) | func (mi *MessageInfo) getPointer(m pref.Message) (p pointer, ok bool) { method makeStructInfo (line 143) | func (mi *MessageInfo) makeStructInfo(t reflect.Type) structInfo { method New (line 221) | func (mi *MessageInfo) New() protoreflect.Message { method Zero (line 224) | func (mi *MessageInfo) Zero() protoreflect.Message { method Descriptor (line 227) | func (mi *MessageInfo) Descriptor() protoreflect.MessageDescriptor { method Enum (line 230) | func (mi *MessageInfo) Enum(i int) protoreflect.EnumType { method Message (line 235) | func (mi *MessageInfo) Message(i int) protoreflect.MessageType { type exporter (line 51) | type exporter function getMessageInfo (line 56) | func getMessageInfo(mt reflect.Type) *MessageInfo { type structInfo (line 127) | type structInfo struct type mapEntryType (line 249) | type mapEntryType struct method New (line 254) | func (mt mapEntryType) New() protoreflect.Message { method Zero (line 257) | func (mt mapEntryType) Zero() protoreflect.Message { method Descriptor (line 260) | func (mt mapEntryType) Descriptor() protoreflect.MessageDescriptor { method Enum (line 263) | func (mt mapEntryType) Enum(i int) protoreflect.EnumType { method Message (line 270) | func (mt mapEntryType) Message(i int) protoreflect.MessageType { FILE: vendor/google.golang.org/protobuf/internal/impl/message_reflect.go type reflectMessageInfo (line 16) | type reflectMessageInfo struct method makeReflectFuncs (line 41) | func (mi *MessageInfo) makeReflectFuncs(t reflect.Type, si structInfo) { method makeKnownFieldsFunc (line 54) | func (mi *MessageInfo) makeKnownFieldsFunc(si structInfo) { method makeUnknownFieldsFunc (line 116) | func (mi *MessageInfo) makeUnknownFieldsFunc(t reflect.Type, si structIn... method makeExtensionFieldsFunc (line 166) | func (mi *MessageInfo) makeExtensionFieldsFunc(t reflect.Type, si struct... method makeFieldTypes (line 181) | func (mi *MessageInfo) makeFieldTypes(si structInfo) { type extensionMap (line 234) | type extensionMap method Range (line 236) | func (m *extensionMap) Range(f func(pref.FieldDescriptor, pref.Value) ... method Has (line 250) | func (m *extensionMap) Has(xt pref.ExtensionType) (ok bool) { method Clear (line 269) | func (m *extensionMap) Clear(xt pref.ExtensionType) { method Get (line 272) | func (m *extensionMap) Get(xt pref.ExtensionType) pref.Value { method Set (line 281) | func (m *extensionMap) Set(xt pref.ExtensionType, v pref.Value) { method Mutable (line 305) | func (m *extensionMap) Mutable(xt pref.ExtensionType) pref.Value { type MessageState (line 360) | type MessageState struct type messageState (line 368) | type messageState type messageDataType (line 379) | type messageDataType struct type messageReflectWrapper (line 385) | type messageReflectWrapper method pointer (line 410) | func (m *messageReflectWrapper) pointer() pointer { return m.p } method messageInfo (line 411) | func (m *messageReflectWrapper) messageInfo() *MessageInfo { return m.... type messageIfaceWrapper (line 386) | type messageIfaceWrapper method Reset (line 414) | func (m *messageIfaceWrapper) Reset() { method ProtoReflect (line 424) | func (m *messageIfaceWrapper) ProtoReflect() pref.Message { method protoUnwrap (line 427) | func (m *messageIfaceWrapper) protoUnwrap() interface{} { method MessageOf (line 399) | func (mi *MessageInfo) MessageOf(m interface{}) pref.Message { method checkField (line 433) | func (mi *MessageInfo) checkField(fd pref.FieldDescriptor) (*fieldInfo, ... FILE: vendor/google.golang.org/protobuf/internal/impl/message_reflect_field.go type fieldInfo (line 18) | type fieldInfo struct function fieldInfoForMissing (line 31) | func fieldInfoForMissing(fd pref.FieldDescriptor) fieldInfo { function fieldInfoForOneof (line 64) | func fieldInfoForOneof(fd pref.FieldDescriptor, fs reflect.StructField, ... function fieldInfoForMap (line 147) | func fieldInfoForMap(fd pref.FieldDescriptor, fs reflect.StructField, x ... function fieldInfoForList (line 200) | func fieldInfoForList(fd pref.FieldDescriptor, fs reflect.StructField, x... function fieldInfoForScalar (line 255) | func fieldInfoForScalar(fd pref.FieldDescriptor, fs reflect.StructField,... function fieldInfoForWeakMessage (line 341) | func fieldInfoForWeakMessage(fd pref.FieldDescriptor, weakOffset offset)... function fieldInfoForMessage (line 414) | func fieldInfoForMessage(fd pref.FieldDescriptor, fs reflect.StructField... type oneofInfo (line 466) | type oneofInfo struct function makeOneofInfo (line 471) | func makeOneofInfo(od pref.OneofDescriptor, si structInfo, x exporter) *... function isZero (line 509) | func isZero(v reflect.Value) bool { FILE: vendor/google.golang.org/protobuf/internal/impl/message_reflect_gen.go method Descriptor (line 14) | func (m *messageState) Descriptor() protoreflect.MessageDescriptor { method Type (line 17) | func (m *messageState) Type() protoreflect.MessageType { method New (line 20) | func (m *messageState) New() protoreflect.Message { method Interface (line 23) | func (m *messageState) Interface() protoreflect.ProtoMessage { method protoUnwrap (line 26) | func (m *messageState) protoUnwrap() interface{} { method ProtoMethods (line 29) | func (m *messageState) ProtoMethods() *protoiface.Methods { method ProtoMessageInfo (line 39) | func (m *messageState) ProtoMessageInfo() *MessageInfo { method Range (line 43) | func (m *messageState) Range(f func(protoreflect.FieldDescriptor, protor... method Has (line 64) | func (m *messageState) Has(fd protoreflect.FieldDescriptor) bool { method Clear (line 72) | func (m *messageState) Clear(fd protoreflect.FieldDescriptor) { method Get (line 80) | func (m *messageState) Get(fd protoreflect.FieldDescriptor) protoreflect... method Set (line 88) | func (m *messageState) Set(fd protoreflect.FieldDescriptor, v protorefle... method Mutable (line 96) | func (m *messageState) Mutable(fd protoreflect.FieldDescriptor) protoref... method NewField (line 104) | func (m *messageState) NewField(fd protoreflect.FieldDescriptor) protore... method WhichOneof (line 112) | func (m *messageState) WhichOneof(od protoreflect.OneofDescriptor) proto... method GetUnknown (line 119) | func (m *messageState) GetUnknown() protoreflect.RawFields { method SetUnknown (line 123) | func (m *messageState) SetUnknown(b protoreflect.RawFields) { method IsValid (line 127) | func (m *messageState) IsValid() bool { method Descriptor (line 131) | func (m *messageReflectWrapper) Descriptor() protoreflect.MessageDescrip... method Type (line 134) | func (m *messageReflectWrapper) Type() protoreflect.MessageType { method New (line 137) | func (m *messageReflectWrapper) New() protoreflect.Message { method Interface (line 140) | func (m *messageReflectWrapper) Interface() protoreflect.ProtoMessage { method protoUnwrap (line 146) | func (m *messageReflectWrapper) protoUnwrap() interface{} { method ProtoMethods (line 149) | func (m *messageReflectWrapper) ProtoMethods() *protoiface.Methods { method ProtoMessageInfo (line 159) | func (m *messageReflectWrapper) ProtoMessageInfo() *MessageInfo { method Range (line 163) | func (m *messageReflectWrapper) Range(f func(protoreflect.FieldDescripto... method Has (line 184) | func (m *messageReflectWrapper) Has(fd protoreflect.FieldDescriptor) bool { method Clear (line 192) | func (m *messageReflectWrapper) Clear(fd protoreflect.FieldDescriptor) { method Get (line 200) | func (m *messageReflectWrapper) Get(fd protoreflect.FieldDescriptor) pro... method Set (line 208) | func (m *messageReflectWrapper) Set(fd protoreflect.FieldDescriptor, v p... method Mutable (line 216) | func (m *messageReflectWrapper) Mutable(fd protoreflect.FieldDescriptor)... method NewField (line 224) | func (m *messageReflectWrapper) NewField(fd protoreflect.FieldDescriptor... method WhichOneof (line 232) | func (m *messageReflectWrapper) WhichOneof(od protoreflect.OneofDescript... method GetUnknown (line 239) | func (m *messageReflectWrapper) GetUnknown() protoreflect.RawFields { method SetUnknown (line 243) | func (m *messageReflectWrapper) SetUnknown(b protoreflect.RawFields) { method IsValid (line 247) | func (m *messageReflectWrapper) IsValid() bool { FILE: vendor/google.golang.org/protobuf/internal/impl/pointer_reflect.go constant UnsafeEnabled (line 15) | UnsafeEnabled = false type Pointer (line 18) | type Pointer interface type offset (line 22) | type offset struct method IsValid (line 42) | func (f offset) IsValid() bool { return f.index >= 0 } function offsetOf (line 28) | func offsetOf(f reflect.StructField, x exporter) offset { type pointer (line 51) | type pointer struct method IsNil (line 69) | func (p pointer) IsNil() bool { method Apply (line 75) | func (p pointer) Apply(f offset) pointer { method AsValueOf (line 86) | func (p pointer) AsValueOf(t reflect.Type) reflect.Value { method AsIfaceOf (line 95) | func (p pointer) AsIfaceOf(t reflect.Type) interface{} { method Bool (line 99) | func (p pointer) Bool() *bool { return p.v.Interface().(*... method BoolPtr (line 100) | func (p pointer) BoolPtr() **bool { return p.v.Interface().(*... method BoolSlice (line 101) | func (p pointer) BoolSlice() *[]bool { return p.v.Interface().(*... method Int32 (line 102) | func (p pointer) Int32() *int32 { return p.v.Interface().(*... method Int32Ptr (line 103) | func (p pointer) Int32Ptr() **int32 { return p.v.Interface().(*... method Int32Slice (line 104) | func (p pointer) Int32Slice() *[]int32 { return p.v.Interface().(*... method Int64 (line 105) | func (p pointer) Int64() *int64 { return p.v.Interface().(*... method Int64Ptr (line 106) | func (p pointer) Int64Ptr() **int64 { return p.v.Interface().(*... method Int64Slice (line 107) | func (p pointer) Int64Slice() *[]int64 { return p.v.Interface().(*... method Uint32 (line 108) | func (p pointer) Uint32() *uint32 { return p.v.Interface().(*... method Uint32Ptr (line 109) | func (p pointer) Uint32Ptr() **uint32 { return p.v.Interface().(*... method Uint32Slice (line 110) | func (p pointer) Uint32Slice() *[]uint32 { return p.v.Interface().(*... method Uint64 (line 111) | func (p pointer) Uint64() *uint64 { return p.v.Interface().(*... method Uint64Ptr (line 112) | func (p pointer) Uint64Ptr() **uint64 { return p.v.Interface().(*... method Uint64Slice (line 113) | func (p pointer) Uint64Slice() *[]uint64 { return p.v.Interface().(*... method Float32 (line 114) | func (p pointer) Float32() *float32 { return p.v.Interface().(*... method Float32Ptr (line 115) | func (p pointer) Float32Ptr() **float32 { return p.v.Interface().(*... method Float32Slice (line 116) | func (p pointer) Float32Slice() *[]float32 { return p.v.Interface().(*... method Float64 (line 117) | func (p pointer) Float64() *float64 { return p.v.Interface().(*... method Float64Ptr (line 118) | func (p pointer) Float64Ptr() **float64 { return p.v.Interface().(*... method Float64Slice (line 119) | func (p pointer) Float64Slice() *[]float64 { return p.v.Interface().(*... method String (line 120) | func (p pointer) String() *string { return p.v.Interface().(*... method StringPtr (line 121) | func (p pointer) StringPtr() **string { return p.v.Interface().(*... method StringSlice (line 122) | func (p pointer) StringSlice() *[]string { return p.v.Interface().(*... method Bytes (line 123) | func (p pointer) Bytes() *[]byte { return p.v.Interface().(*... method BytesPtr (line 124) | func (p pointer) BytesPtr() **[]byte { return p.v.Interface().(*... method BytesSlice (line 125) | func (p pointer) BytesSlice() *[][]byte { return p.v.Interface().(*... method WeakFields (line 126) | func (p pointer) WeakFields() *weakFields { return (*weakFields)(p.v.... method Extensions (line 127) | func (p pointer) Extensions() *map[int32]ExtensionField { method Elem (line 131) | func (p pointer) Elem() pointer { method PointerSlice (line 137) | func (p pointer) PointerSlice() []pointer { method AppendPointerSlice (line 151) | func (p pointer) AppendPointerSlice(v pointer) { method SetPointer (line 157) | func (p pointer) SetPointer(v pointer) { function pointerOf (line 54) | func pointerOf(p Pointer) pointer { function pointerOfValue (line 59) | func pointerOfValue(v reflect.Value) pointer { function pointerOfIface (line 64) | func pointerOfIface(v interface{}) pointer { method MessageStateOf (line 161) | func (Export) MessageStateOf(p Pointer) *messageState { panic("not s... method pointer (line 162) | func (ms *messageState) pointer() pointer { panic("not s... method messageInfo (line 163) | func (ms *messageState) messageInfo() *MessageInfo { panic("not s... method LoadMessageInfo (line 164) | func (ms *messageState) LoadMessageInfo() *MessageInfo { panic("not s... method StoreMessageInfo (line 165) | func (ms *messageState) StoreMessageInfo(mi *MessageInfo) { panic("not s... type atomicNilMessage (line 167) | type atomicNilMessage struct method Init (line 172) | func (m *atomicNilMessage) Init(mi *MessageInfo) *messageReflectWrapper { FILE: vendor/google.golang.org/protobuf/internal/impl/pointer_unsafe.go constant UnsafeEnabled (line 15) | UnsafeEnabled = true type Pointer (line 18) | type Pointer type offset (line 22) | type offset method IsValid (line 30) | func (f offset) IsValid() bool { return f != invalidOffset } function offsetOf (line 25) | func offsetOf(f reflect.StructField, x exporter) offset { type pointer (line 39) | type pointer struct method IsNil (line 61) | func (p pointer) IsNil() bool { method Apply (line 67) | func (p pointer) Apply(f offset) pointer { method AsValueOf (line 76) | func (p pointer) AsValueOf(t reflect.Type) reflect.Value { method AsIfaceOf (line 82) | func (p pointer) AsIfaceOf(t reflect.Type) interface{} { method Bool (line 87) | func (p pointer) Bool() *bool { return (*boo... method BoolPtr (line 88) | func (p pointer) BoolPtr() **bool { return (**bo... method BoolSlice (line 89) | func (p pointer) BoolSlice() *[]bool { return (*[]b... method Int32 (line 90) | func (p pointer) Int32() *int32 { return (*int... method Int32Ptr (line 91) | func (p pointer) Int32Ptr() **int32 { return (**in... method Int32Slice (line 92) | func (p pointer) Int32Slice() *[]int32 { return (*[]i... method Int64 (line 93) | func (p pointer) Int64() *int64 { return (*int... method Int64Ptr (line 94) | func (p pointer) Int64Ptr() **int64 { return (**in... method Int64Slice (line 95) | func (p pointer) Int64Slice() *[]int64 { return (*[]i... method Uint32 (line 96) | func (p pointer) Uint32() *uint32 { return (*uin... method Uint32Ptr (line 97) | func (p pointer) Uint32Ptr() **uint32 { return (**ui... method Uint32Slice (line 98) | func (p pointer) Uint32Slice() *[]uint32 { return (*[]u... method Uint64 (line 99) | func (p pointer) Uint64() *uint64 { return (*uin... method Uint64Ptr (line 100) | func (p pointer) Uint64Ptr() **uint64 { return (**ui... method Uint64Slice (line 101) | func (p pointer) Uint64Slice() *[]uint64 { return (*[]u... method Float32 (line 102) | func (p pointer) Float32() *float32 { return (*flo... method Float32Ptr (line 103) | func (p pointer) Float32Ptr() **float32 { return (**fl... method Float32Slice (line 104) | func (p pointer) Float32Slice() *[]float32 { return (*[]f... method Float64 (line 105) | func (p pointer) Float64() *float64 { return (*flo... method Float64Ptr (line 106) | func (p pointer) Float64Ptr() **float64 { return (**fl... method Float64Slice (line 107) | func (p pointer) Float64Slice() *[]float64 { return (*[]f... method String (line 108) | func (p pointer) String() *string { return (*str... method StringPtr (line 109) | func (p pointer) StringPtr() **string { return (**st... method StringSlice (line 110) | func (p pointer) StringSlice() *[]string { return (*[]s... method Bytes (line 111) | func (p pointer) Bytes() *[]byte { return (*[]b... method BytesPtr (line 112) | func (p pointer) BytesPtr() **[]byte { return (**[]... method BytesSlice (line 113) | func (p pointer) BytesSlice() *[][]byte { return (*[][... method WeakFields (line 114) | func (p pointer) WeakFields() *weakFields { return (*wea... method Extensions (line 115) | func (p pointer) Extensions() *map[int32]ExtensionField { return (*map... method Elem (line 117) | func (p pointer) Elem() pointer { method PointerSlice (line 124) | func (p pointer) PointerSlice() []pointer { method AppendPointerSlice (line 131) | func (p pointer) AppendPointerSlice(v pointer) { method SetPointer (line 136) | func (p pointer) SetPointer(v pointer) { function pointerOf (line 42) | func pointerOf(p Pointer) pointer { function pointerOfValue (line 47) | func pointerOfValue(v reflect.Value) pointer { function pointerOfIface (line 52) | func pointerOfIface(v interface{}) pointer { constant _ (line 141) | _ = uint(unsafe.Sizeof(unsafe.Pointer(nil)) - unsafe.Sizeof(MessageState... method MessageStateOf (line 143) | func (Export) MessageStateOf(p Pointer) *messageState { method pointer (line 147) | func (ms *messageState) pointer() pointer { method messageInfo (line 151) | func (ms *messageState) messageInfo() *MessageInfo { method LoadMessageInfo (line 158) | func (ms *messageState) LoadMessageInfo() *MessageInfo { method StoreMessageInfo (line 161) | func (ms *messageState) StoreMessageInfo(mi *MessageInfo) { type atomicNilMessage (line 165) | type atomicNilMessage struct method Init (line 167) | func (m *atomicNilMessage) Init(mi *MessageInfo) *messageReflectWrapper { FILE: vendor/google.golang.org/protobuf/internal/impl/validate.go type ValidationStatus (line 25) | type ValidationStatus method String (line 42) | func (v ValidationStatus) String() string { constant ValidationUnknown (line 33) | ValidationUnknown ValidationStatus = iota + 1 constant ValidationInvalid (line 36) | ValidationInvalid constant ValidationValid (line 39) | ValidationValid function Validate (line 59) | func Validate(mt pref.MessageType, in piface.UnmarshalInput) (out piface... type validationInfo (line 77) | type validationInfo struct type validationType (line 91) | type validationType constant validationTypeOther (line 94) | validationTypeOther validationType = iota constant validationTypeMessage (line 95) | validationTypeMessage constant validationTypeGroup (line 96) | validationTypeGroup constant validationTypeMap (line 97) | validationTypeMap constant validationTypeRepeatedVarint (line 98) | validationTypeRepeatedVarint constant validationTypeRepeatedFixed32 (line 99) | validationTypeRepeatedFixed32 constant validationTypeRepeatedFixed64 (line 100) | validationTypeRepeatedFixed64 constant validationTypeVarint (line 101) | validationTypeVarint constant validationTypeFixed32 (line 102) | validationTypeFixed32 constant validationTypeFixed64 (line 103) | validationTypeFixed64 constant validationTypeBytes (line 104) | validationTypeBytes constant validationTypeUTF8String (line 105) | validationTypeUTF8String constant validationTypeMessageSetItem (line 106) | validationTypeMessageSetItem function newFieldValidationInfo (line 109) | func newFieldValidationInfo(mi *MessageInfo, si structInfo, fd pref.Fiel... function newValidationInfo (line 145) | func newValidationInfo(fd pref.FieldDescriptor, ft reflect.Type) validat... method validate (line 225) | func (mi *MessageInfo) validate(b []byte, groupTag protowire.Number, opt... FILE: vendor/google.golang.org/protobuf/internal/impl/weak.go type weakFields (line 18) | type weakFields method get (line 20) | func (w weakFields) get(num pref.FieldNumber) (pref.ProtoMessage, bool) { method set (line 25) | func (w *weakFields) set(num pref.FieldNumber, m pref.ProtoMessage) { method clear (line 32) | func (w *weakFields) clear(num pref.FieldNumber) { method HasWeak (line 36) | func (Export) HasWeak(w WeakFields, num pref.FieldNumber) bool { method ClearWeak (line 41) | func (Export) ClearWeak(w *WeakFields, num pref.FieldNumber) { method GetWeak (line 45) | func (Export) GetWeak(w WeakFields, num pref.FieldNumber, name pref.Full... method SetWeak (line 56) | func (Export) SetWeak(w *WeakFields, num pref.FieldNumber, name pref.Ful... FILE: vendor/google.golang.org/protobuf/internal/order/order.go type FieldOrder (line 13) | type FieldOrder type KeyOrder (line 67) | type KeyOrder FILE: vendor/google.golang.org/protobuf/internal/order/range.go type messageField (line 15) | type messageField struct type FieldRanger (line 27) | type FieldRanger interface function RangeFields (line 33) | func RangeFields(fs FieldRanger, less FieldOrder, fn VisitField) { type mapEntry (line 66) | type mapEntry struct type EntryRanger (line 78) | type EntryRanger interface function RangeEntries (line 84) | func RangeEntries(es EntryRanger, less KeyOrder, fn VisitEntry) { FILE: vendor/google.golang.org/protobuf/internal/pragma/pragma.go type NoUnkeyedLiterals (line 12) | type NoUnkeyedLiterals struct type DoNotImplement (line 19) | type DoNotImplement interface type DoNotCompare (line 22) | type DoNotCompare type DoNotCopy (line 29) | type DoNotCopy FILE: vendor/google.golang.org/protobuf/internal/set/ints.go type int64s (line 11) | type int64s method Len (line 13) | func (bs *int64s) Len() int { method Has (line 16) | func (bs *int64s) Has(n uint64) bool { method Set (line 19) | func (bs *int64s) Set(n uint64) { method Clear (line 22) | func (bs *int64s) Clear(n uint64) { type Ints (line 27) | type Ints struct method Len (line 32) | func (bs *Ints) Len() int { method Has (line 35) | func (bs *Ints) Has(n uint64) bool { method Set (line 42) | func (bs *Ints) Set(n uint64) { method Clear (line 52) | func (bs *Ints) Clear(n uint64) { FILE: vendor/google.golang.org/protobuf/internal/strs/strings.go function EnforceUTF8 (line 19) | func EnforceUTF8(fd protoreflect.FieldDescriptor) bool { function GoCamelCase (line 32) | func GoCamelCase(s string) string { function GoSanitized (line 71) | func GoSanitized(s string) string { function JSONCamelCase (line 92) | func JSONCamelCase(s string) string { function JSONSnakeCase (line 110) | func JSONSnakeCase(s string) string { function MapEntryName (line 125) | func MapEntryName(s string) string { function EnumValueName (line 145) | func EnumValueName(s string) string { function TrimEnumPrefix (line 166) | func TrimEnumPrefix(s, prefix string) string { function isASCIILower (line 188) | func isASCIILower(c byte) bool { function isASCIIUpper (line 191) | func isASCIIUpper(c byte) bool { function isASCIIDigit (line 194) | func isASCIIDigit(c byte) bool { FILE: vendor/google.golang.org/protobuf/internal/strs/strings_pure.go function UnsafeString (line 11) | func UnsafeString(b []byte) string { function UnsafeBytes (line 15) | func UnsafeBytes(s string) []byte { type Builder (line 19) | type Builder struct method AppendFullName (line 21) | func (*Builder) AppendFullName(prefix pref.FullName, name pref.Name) p... method MakeString (line 25) | func (*Builder) MakeString(b []byte) string { FILE: vendor/google.golang.org/protobuf/internal/strs/strings_unsafe.go type stringHeader (line 16) | type stringHeader struct type sliceHeader (line 20) | type sliceHeader struct function UnsafeString (line 32) | func UnsafeString(b []byte) (s string) { function UnsafeBytes (line 44) | func UnsafeBytes(s string) (b []byte) { type Builder (line 55) | type Builder struct method AppendFullName (line 61) | func (sb *Builder) AppendFullName(prefix pref.FullName, name pref.Name... method MakeString (line 75) | func (sb *Builder) MakeString(b []byte) string { method grow (line 81) | func (sb *Builder) grow(n int) { method last (line 92) | func (sb *Builder) last(n int) string { FILE: vendor/google.golang.org/protobuf/internal/version/version.go constant Major (line 54) | Major = 1 constant Minor (line 55) | Minor = 26 constant Patch (line 56) | Patch = 0 constant PreRelease (line 57) | PreRelease = "" function String (line 65) | func String() string { FILE: vendor/google.golang.org/protobuf/proto/checkinit.go function CheckInitialized (line 14) | func CheckInitialized(m Message) error { function checkInitialized (line 25) | func checkInitialized(m protoreflect.Message) error { function checkInitializedSlow (line 35) | func checkInitializedSlow(m protoreflect.Message) error { FILE: vendor/google.golang.org/protobuf/proto/decode.go type UnmarshalOptions (line 23) | type UnmarshalOptions struct method Unmarshal (line 56) | func (o UnmarshalOptions) Unmarshal(b []byte, m Message) error { method UnmarshalState (line 65) | func (o UnmarshalOptions) UnmarshalState(in protoiface.UnmarshalInput)... method unmarshal (line 72) | func (o UnmarshalOptions) unmarshal(b []byte, m protoreflect.Message) ... method unmarshalMessage (line 106) | func (o UnmarshalOptions) unmarshalMessage(b []byte, m protoreflect.Me... method unmarshalMessageSlow (line 111) | func (o UnmarshalOptions) unmarshalMessageSlow(b []byte, m protoreflec... method unmarshalSingular (line 175) | func (o UnmarshalOptions) unmarshalSingular(b []byte, wtyp protowire.T... method unmarshalMap (line 193) | func (o UnmarshalOptions) unmarshalMap(b []byte, wtyp protowire.Type, ... function Unmarshal (line 49) | func Unmarshal(b []byte, m Message) error { FILE: vendor/google.golang.org/protobuf/proto/decode_gen.go method unmarshalScalar (line 22) | func (o UnmarshalOptions) unmarshalScalar(b []byte, wtyp protowire.Type,... method unmarshalList (line 194) | func (o UnmarshalOptions) unmarshalList(b []byte, wtyp protowire.Type, l... FILE: vendor/google.golang.org/protobuf/proto/encode.go type MarshalOptions (line 20) | type MarshalOptions struct method Marshal (line 87) | func (o MarshalOptions) Marshal(m Message) ([]byte, error) { method MarshalAppend (line 116) | func (o MarshalOptions) MarshalAppend(b []byte, m Message) ([]byte, er... method MarshalState (line 130) | func (o MarshalOptions) MarshalState(in protoiface.MarshalInput) (prot... method marshal (line 137) | func (o MarshalOptions) marshal(b []byte, m protoreflect.Message) (out... method marshalMessage (line 176) | func (o MarshalOptions) marshalMessage(b []byte, m protoreflect.Messag... method marshalMessageSlow (line 207) | func (o MarshalOptions) marshalMessageSlow(b []byte, m protoreflect.Me... method marshalField (line 230) | func (o MarshalOptions) marshalField(b []byte, fd protoreflect.FieldDe... method marshalList (line 242) | func (o MarshalOptions) marshalList(b []byte, fd protoreflect.FieldDes... method marshalMap (line 269) | func (o MarshalOptions) marshalMap(b []byte, fd protoreflect.FieldDesc... function Marshal (line 73) | func Marshal(m Message) ([]byte, error) { function emptyBytesForMessage (line 107) | func emptyBytesForMessage(m Message) []byte { function growcap (line 187) | func growcap(oldcap, wantcap int) (newcap int) { constant speculativeLength (line 299) | speculativeLength = 1 function appendSpeculativeLength (line 301) | func appendSpeculativeLength(b []byte) ([]byte, int) { function finishSpeculativeLength (line 307) | func finishSpeculativeLength(b []byte, pos int) []byte { FILE: vendor/google.golang.org/protobuf/proto/encode_gen.go method marshalSingular (line 40) | func (o MarshalOptions) marshalSingular(b []byte, fd protoreflect.FieldD... FILE: vendor/google.golang.org/protobuf/proto/equal.go function Equal (line 32) | func Equal(x, y Message) bool { function equalMessage (line 45) | func equalMessage(mx, my pref.Message) bool { function equalField (line 74) | func equalField(fd pref.FieldDescriptor, x, y pref.Value) bool { function equalMap (line 86) | func equalMap(fd pref.FieldDescriptor, x, y pref.Map) bool { function equalList (line 100) | func equalList(fd pref.FieldDescriptor, x, y pref.List) bool { function equalValue (line 113) | func equalValue(fd pref.FieldDescriptor, x, y pref.Value) bool { function equalUnknown (line 146) | func equalUnknown(x, y pref.RawFields) bool { FILE: vendor/google.golang.org/protobuf/proto/extension.go function HasExtension (line 13) | func HasExtension(m Message, xt protoreflect.ExtensionType) bool { function ClearExtension (line 31) | func ClearExtension(m Message, xt protoreflect.ExtensionType) { function GetExtension (line 39) | func GetExtension(m Message, xt protoreflect.ExtensionType) interface{} { function SetExtension (line 51) | func SetExtension(m Message, xt protoreflect.ExtensionType, v interface{... function RangeExtensions (line 78) | func RangeExtensions(m Message, f func(protoreflect.ExtensionType, inter... FILE: vendor/google.golang.org/protobuf/proto/merge.go function Merge (line 25) | func Merge(dst, src Message) { function Clone (line 41) | func Clone(m Message) Message { type mergeOptions (line 64) | type mergeOptions struct method mergeMessage (line 66) | func (o mergeOptions) mergeMessage(dst, src protoreflect.Message) { method mergeList (line 104) | func (o mergeOptions) mergeList(dst, src protoreflect.List, fd protore... method mergeMap (line 120) | func (o mergeOptions) mergeMap(dst, src protoreflect.Map, fd protorefl... method cloneBytes (line 137) | func (o mergeOptions) cloneBytes(v protoreflect.Value) protoreflect.Va... FILE: vendor/google.golang.org/protobuf/proto/messageset.go method sizeMessageSet (line 17) | func (o MarshalOptions) sizeMessageSet(m protoreflect.Message) (size int) { method marshalMessageSet (line 28) | func (o MarshalOptions) marshalMessageSet(b []byte, m protoreflect.Messa... method marshalMessageSetField (line 47) | func (o MarshalOptions) marshalMessageSetField(b []byte, fd protoreflect... method unmarshalMessageSet (line 59) | func (o UnmarshalOptions) unmarshalMessageSet(b []byte, m protoreflect.M... method unmarshalMessageSetField (line 76) | func (o UnmarshalOptions) unmarshalMessageSetField(m protoreflect.Messag... FILE: vendor/google.golang.org/protobuf/proto/proto.go function init (line 32) | func init() { function MessageName (line 38) | func MessageName(m Message) protoreflect.FullName { FILE: vendor/google.golang.org/protobuf/proto/proto_methods.go constant hasProtoMethods (line 15) | hasProtoMethods = true function protoMethods (line 17) | func protoMethods(m protoreflect.Message) *protoiface.Methods { FILE: vendor/google.golang.org/protobuf/proto/proto_reflect.go constant hasProtoMethods (line 15) | hasProtoMethods = false function protoMethods (line 17) | func protoMethods(m protoreflect.Message) *protoiface.Methods { FILE: vendor/google.golang.org/protobuf/proto/reset.go function Reset (line 16) | func Reset(m Message) { function resetMessage (line 24) | func resetMessage(m protoreflect.Message) { FILE: vendor/google.golang.org/protobuf/proto/size.go function Size (line 15) | func Size(m Message) int { method Size (line 20) | func (o MarshalOptions) Size(m Message) int { method size (line 32) | func (o MarshalOptions) size(m protoreflect.Message) (size int) { method sizeMessageSlow (line 51) | func (o MarshalOptions) sizeMessageSlow(m protoreflect.Message) (size in... method sizeField (line 63) | func (o MarshalOptions) sizeField(fd protoreflect.FieldDescriptor, value... method sizeList (line 75) | func (o MarshalOptions) sizeList(num protowire.Number, fd protoreflect.F... method sizeMap (line 90) | func (o MarshalOptions) sizeMap(num protowire.Number, fd protoreflect.Fi... FILE: vendor/google.golang.org/protobuf/proto/size_gen.go method sizeSingular (line 14) | func (o MarshalOptions) sizeSingular(num protowire.Number, kind protoref... FILE: vendor/google.golang.org/protobuf/proto/wrappers.go function Bool (line 8) | func Bool(v bool) *bool { return &v } function Int32 (line 11) | func Int32(v int32) *int32 { return &v } function Int64 (line 14) | func Int64(v int64) *int64 { return &v } function Float32 (line 17) | func Float32(v float32) *float32 { return &v } function Float64 (line 20) | func Float64(v float64) *float64 { return &v } function Uint32 (line 23) | func Uint32(v uint32) *uint32 { return &v } function Uint64 (line 26) | func Uint64(v uint64) *uint64 { return &v } function String (line 29) | func String(v string) *string { return &v } FILE: vendor/google.golang.org/protobuf/reflect/protoreflect/proto.go type doNotImplement (line 137) | type doNotImplement type ProtoMessage (line 142) | type ProtoMessage interface type Syntax (line 145) | type Syntax method IsValid (line 155) | func (s Syntax) IsValid() bool { method String (line 165) | func (s Syntax) String() string { method GoString (line 177) | func (s Syntax) GoString() string { type syntax (line 147) | type syntax constant Proto2 (line 150) | Proto2 Syntax = 2 constant Proto3 (line 151) | Proto3 Syntax = 3 type Cardinality (line 189) | type Cardinality method IsValid (line 201) | func (c Cardinality) IsValid() bool { method String (line 211) | func (c Cardinality) String() string { method GoString (line 225) | func (c Cardinality) GoString() string { type cardinality (line 191) | type cardinality constant Optional (line 195) | Optional Cardinality = 1 constant Required (line 196) | Required Cardinality = 2 constant Repeated (line 197) | Repeated Cardinality = 3 type Kind (line 239) | type Kind method IsValid (line 266) | func (k Kind) IsValid() bool { method String (line 281) | func (k Kind) String() string { method GoString (line 325) | func (k Kind) GoString() string { type kind (line 241) | type kind constant BoolKind (line 245) | BoolKind Kind = 8 constant EnumKind (line 246) | EnumKind Kind = 14 constant Int32Kind (line 247) | Int32Kind Kind = 5 constant Sint32Kind (line 248) | Sint32Kind Kind = 17 constant Uint32Kind (line 249) | Uint32Kind Kind = 13 constant Int64Kind (line 250) | Int64Kind Kind = 3 constant Sint64Kind (line 251) | Sint64Kind Kind = 18 constant Uint64Kind (line 252) | Uint64Kind Kind = 4 constant Sfixed32Kind (line 253) | Sfixed32Kind Kind = 15 constant Fixed32Kind (line 254) | Fixed32Kind Kind = 7 constant FloatKind (line 255) | FloatKind Kind = 2 constant Sfixed64Kind (line 256) | Sfixed64Kind Kind = 16 constant Fixed64Kind (line 257) | Fixed64Kind Kind = 6 constant DoubleKind (line 258) | DoubleKind Kind = 1 constant StringKind (line 259) | StringKind Kind = 9 constant BytesKind (line 260) | BytesKind Kind = 12 constant MessageKind (line 261) | MessageKind Kind = 11 constant GroupKind (line 262) | GroupKind Kind = 10 type FieldNumbers (line 372) | type FieldNumbers interface type FieldRanges (line 384) | type FieldRanges interface type EnumNumber (line 396) | type EnumNumber type EnumRanges (line 399) | type EnumRanges interface type Name (line 412) | type Name method IsValid (line 416) | func (s Name) IsValid() bool { type Names (line 421) | type Names interface type FullName (line 438) | type FullName method IsValid (line 442) | func (s FullName) IsValid() bool { method Name (line 480) | func (n FullName) Name() Name { method Parent (line 489) | func (n FullName) Parent() FullName { method Append (line 499) | func (n FullName) Append(s Name) FullName { function consumeIdent (line 461) | func consumeIdent(s string) (i int) { function isLetter (line 471) | func isLetter(c byte) bool { function isLetterDigit (line 474) | func isLetterDigit(c byte) bool { FILE: vendor/google.golang.org/protobuf/reflect/protoreflect/source.go type SourceLocations (line 12) | type SourceLocations interface type SourceLocation (line 36) | type SourceLocation struct type SourcePath (line 68) | type SourcePath method Equal (line 71) | func (p1 SourcePath) Equal(p2 SourcePath) bool { method String (line 91) | func (p SourcePath) String() string { method appendSingularField (line 102) | func (p *SourcePath) appendSingularField(b []byte, name string, f appe... method appendRepeatedField (line 115) | func (p *SourcePath) appendRepeatedField(b []byte, name string, f appe... type appendFunc (line 100) | type appendFunc FILE: vendor/google.golang.org/protobuf/reflect/protoreflect/source_gen.go method appendFileDescriptorProto (line 9) | func (p *SourcePath) appendFileDescriptorProto(b []byte) []byte { method appendDescriptorProto (line 42) | func (p *SourcePath) appendDescriptorProto(b []byte) []byte { method appendEnumDescriptorProto (line 71) | func (p *SourcePath) appendEnumDescriptorProto(b []byte) []byte { method appendServiceDescriptorProto (line 90) | func (p *SourcePath) appendServiceDescriptorProto(b []byte) []byte { method appendFieldDescriptorProto (line 105) | func (p *SourcePath) appendFieldDescriptorProto(b []byte) []byte { method appendFileOptions (line 136) | func (p *SourcePath) appendFileOptions(b []byte) []byte { method appendSourceCodeInfo (line 187) | func (p *SourcePath) appendSourceCodeInfo(b []byte) []byte { method appendDescriptorProto_ExtensionRange (line 198) | func (p *SourcePath) appendDescriptorProto_ExtensionRange(b []byte) []by... method appendOneofDescriptorProto (line 213) | func (p *SourcePath) appendOneofDescriptorProto(b []byte) []byte { method appendMessageOptions (line 226) | func (p *SourcePath) appendMessageOptions(b []byte) []byte { method appendDescriptorProto_ReservedRange (line 245) | func (p *SourcePath) appendDescriptorProto_ReservedRange(b []byte) []byte { method appendEnumValueDescriptorProto (line 258) | func (p *SourcePath) appendEnumValueDescriptorProto(b []byte) []byte { method appendEnumOptions (line 273) | func (p *SourcePath) appendEnumOptions(b []byte) []byte { method appendEnumDescriptorProto_EnumReservedRange (line 288) | func (p *SourcePath) appendEnumDescriptorProto_EnumReservedRange(b []byt... method appendMethodDescriptorProto (line 301) | func (p *SourcePath) appendMethodDescriptorProto(b []byte) []byte { method appendServiceOptions (line 322) | func (p *SourcePath) appendServiceOptions(b []byte) []byte { method appendFieldOptions (line 335) | func (p *SourcePath) appendFieldOptions(b []byte) []byte { method appendUninterpretedOption (line 358) | func (p *SourcePath) appendUninterpretedOption(b []byte) []byte { method appendSourceCodeInfo_Location (line 381) | func (p *SourcePath) appendSourceCodeInfo_Location(b []byte) []byte { method appendExtensionRangeOptions (line 400) | func (p *SourcePath) appendExtensionRangeOptions(b []byte) []byte { method appendOneofOptions (line 411) | func (p *SourcePath) appendOneofOptions(b []byte) []byte { method appendEnumValueOptions (line 422) | func (p *SourcePath) appendEnumValueOptions(b []byte) []byte { method appendMethodOptions (line 435) | func (p *SourcePath) appendMethodOptions(b []byte) []byte { method appendUninterpretedOption_NamePart (line 450) | func (p *SourcePath) appendUninterpretedOption_NamePart(b []byte) []byte { FILE: vendor/google.golang.org/protobuf/reflect/protoreflect/type.go type Descriptor (line 21) | type Descriptor interface type FileDescriptor (line 119) | type FileDescriptor interface type isFileDescriptor (line 144) | type isFileDescriptor interface type FileImports (line 147) | type FileImports interface type FileImport (line 157) | type FileImport struct type MessageDescriptor (line 185) | type MessageDescriptor interface type isMessageDescriptor (line 232) | type isMessageDescriptor interface type MessageType (line 237) | type MessageType interface type MessageFieldTypes (line 254) | type MessageFieldTypes interface type MessageDescriptors (line 273) | type MessageDescriptors interface type FieldDescriptor (line 291) | type FieldDescriptor interface type isFieldDescriptor (line 391) | type isFieldDescriptor interface type FieldDescriptors (line 394) | type FieldDescriptors interface type OneofDescriptor (line 417) | type OneofDescriptor interface type isOneofDescriptor (line 430) | type isOneofDescriptor interface type OneofDescriptors (line 433) | type OneofDescriptors interface type ExtensionTypeDescriptor (line 449) | type ExtensionTypeDescriptor interface type ExtensionDescriptors (line 461) | type ExtensionDescriptors interface type ExtensionType (line 494) | type ExtensionType interface type EnumDescriptor (line 535) | type EnumDescriptor interface type isEnumDescriptor (line 548) | type isEnumDescriptor interface type EnumType (line 551) | type EnumType interface type EnumDescriptors (line 562) | type EnumDescriptors interface type EnumValueDescriptor (line 582) | type EnumValueDescriptor interface type isEnumValueDescriptor (line 590) | type isEnumValueDescriptor interface type EnumValueDescriptors (line 593) | type EnumValueDescriptors interface type ServiceDescriptor (line 613) | type ServiceDescriptor interface type isServiceDescriptor (line 621) | type isServiceDescriptor interface type ServiceDescriptors (line 624) | type ServiceDescriptors interface type MethodDescriptor (line 638) | type MethodDescriptor interface type isMethodDescriptor (line 652) | type isMethodDescriptor interface type MethodDescriptors (line 655) | type MethodDescriptors interface FILE: vendor/google.golang.org/protobuf/reflect/protoreflect/value.go type Enum (line 13) | type Enum interface type Message (line 40) | type Message interface type RawFields (line 163) | type RawFields method IsValid (line 166) | func (b RawFields) IsValid() bool { type List (line 180) | type List interface type Map (line 232) | type Map interface FILE: vendor/google.golang.org/protobuf/reflect/protoreflect/value_pure.go type valueType (line 11) | type valueType constant nilType (line 14) | nilType valueType = iota constant boolType (line 15) | boolType constant int32Type (line 16) | int32Type constant int64Type (line 17) | int64Type constant uint32Type (line 18) | uint32Type constant uint64Type (line 19) | uint64Type constant float32Type (line 20) | float32Type constant float64Type (line 21) | float64Type constant stringType (line 22) | stringType constant bytesType (line 23) | bytesType constant enumType (line 24) | enumType constant ifaceType (line 25) | ifaceType type value (line 31) | type value struct function valueOfString (line 41) | func valueOfString(v string) Value { function valueOfBytes (line 44) | func valueOfBytes(v []byte) Value { function valueOfIface (line 47) | func valueOfIface(v interface{}) Value { method getString (line 51) | func (v Value) getString() string { method getBytes (line 54) | func (v Value) getBytes() []byte { method getIface (line 57) | func (v Value) getIface() interface{} { FILE: vendor/google.golang.org/protobuf/reflect/protoreflect/value_union.go type Value (line 44) | type Value method IsValid (line 165) | func (v Value) IsValid() bool { method Interface (line 172) | func (v Value) Interface() interface{} { method typeName (line 201) | func (v Value) typeName() string { method panicMessage (line 239) | func (v Value) panicMessage(what string) string { method Bool (line 244) | func (v Value) Bool() bool { method Int (line 254) | func (v Value) Int() int64 { method Uint (line 264) | func (v Value) Uint() uint64 { method Float (line 274) | func (v Value) Float() float64 { method String (line 285) | func (v Value) String() string { method Bytes (line 295) | func (v Value) Bytes() []byte { method Enum (line 305) | func (v Value) Enum() EnumNumber { method Message (line 315) | func (v Value) Message() Message { method List (line 325) | func (v Value) List() List { method Map (line 335) | func (v Value) Map() Map { method MapKey (line 345) | func (v Value) MapKey() MapKey { function ValueOf (line 62) | func ValueOf(v interface{}) Value { function ValueOfBool (line 96) | func ValueOfBool(v bool) Value { function ValueOfInt32 (line 105) | func ValueOfInt32(v int32) Value { function ValueOfInt64 (line 110) | func ValueOfInt64(v int64) Value { function ValueOfUint32 (line 115) | func ValueOfUint32(v uint32) Value { function ValueOfUint64 (line 120) | func ValueOfUint64(v uint64) Value { function ValueOfFloat32 (line 125) | func ValueOfFloat32(v float32) Value { function ValueOfFloat64 (line 130) | func ValueOfFloat64(v float64) Value { function ValueOfString (line 135) | func ValueOfString(v string) Value { function ValueOfBytes (line 140) | func ValueOfBytes(v []byte) Value { function ValueOfEnum (line 145) | func ValueOfEnum(v EnumNumber) Value { function ValueOfMessage (line 150) | func ValueOfMessage(v Message) Value { function ValueOfList (line 155) | func ValueOfList(v List) Value { function ValueOfMap (line 160) | func ValueOfMap(v Map) Value { type MapKey (line 375) | type MapKey method IsValid (line 378) | func (k MapKey) IsValid() bool { method Interface (line 383) | func (k MapKey) Interface() interface{} { method Bool (line 388) | func (k MapKey) Bool() bool { method Int (line 393) | func (k MapKey) Int() int64 { method Uint (line 398) | func (k MapKey) Uint() uint64 { method String (line 404) | func (k MapKey) String() string { method Value (line 409) | func (k MapKey) Value() Value { FILE: vendor/google.golang.org/protobuf/reflect/protoreflect/value_unsafe.go type stringHeader (line 16) | type stringHeader struct type sliceHeader (line 20) | type sliceHeader struct type ifaceHeader (line 25) | type ifaceHeader struct function typeOf (line 47) | func typeOf(t interface{}) unsafe.Pointer { type value (line 57) | type value struct function valueOfString (line 74) | func valueOfString(v string) Value { function valueOfBytes (line 78) | func valueOfBytes(v []byte) Value { function valueOfIface (line 82) | func valueOfIface(v interface{}) Value { method getString (line 87) | func (v Value) getString() (x string) { method getBytes (line 91) | func (v Value) getBytes() (x []byte) { method getIface (line 95) | func (v Value) getIface() (x interface{}) { FILE: vendor/google.golang.org/protobuf/reflect/protoregistry/registry.go type Files (line 83) | type Files struct method RegisterFile (line 111) | func (r *Files) RegisterFile(file protoreflect.FileDescriptor) error { method checkGenProtoConflict (line 180) | func (r *Files) checkGenProtoConflict(path string) { method FindDescriptorByName (line 219) | func (r *Files) FindDescriptorByName(name protoreflect.FullName) (prot... method FindFileByPath (line 311) | func (r *Files) FindFileByPath(path string) (protoreflect.FileDescript... method NumFiles (line 326) | func (r *Files) NumFiles() int { method RangeFiles (line 339) | func (r *Files) RangeFiles(f func(protoreflect.FileDescriptor) bool) { method NumFilesByPackage (line 355) | func (r *Files) NumFilesByPackage(name protoreflect.FullName) int { method RangeFilesByPackage (line 372) | func (r *Files) RangeFilesByPackage(name protoreflect.FullName, f func... type packageDescriptor (line 100) | type packageDescriptor struct function findDescriptorInMessage (line 267) | func findDescriptorInMessage(md protoreflect.MessageDescriptor, suffix n... type nameSuffix (line 297) | type nameSuffix method Pop (line 299) | func (s *nameSuffix) Pop() (name protoreflect.Name) { function rangeTopLevelDescriptors (line 393) | func rangeTopLevelDescriptors(fd protoreflect.FileDescriptor, f func(pro... type MessageTypeResolver (line 422) | type MessageTypeResolver interface type ExtensionTypeResolver (line 442) | type ExtensionTypeResolver interface type Types (line 465) | type Types struct method RegisterMessage (line 483) | func (r *Types) RegisterMessage(mt protoreflect.MessageType) error { method RegisterEnum (line 503) | func (r *Types) RegisterEnum(et protoreflect.EnumType) error { method RegisterExtension (line 523) | func (r *Types) RegisterExtension(xt protoreflect.ExtensionType) error { method register (line 560) | func (r *Types) register(kind string, desc protoreflect.Descriptor, ty... method FindEnumByName (line 581) | func (r *Types) FindEnumByName(enum protoreflect.FullName) (protorefle... method FindMessageByName (line 602) | func (r *Types) FindMessageByName(message protoreflect.FullName) (prot... method FindMessageByURL (line 623) | func (r *Types) FindMessageByURL(url string) (protoreflect.MessageType... method FindExtensionByName (line 653) | func (r *Types) FindExtensionByName(field protoreflect.FullName) (prot... method FindExtensionByNumber (line 694) | func (r *Types) FindExtensionByNumber(message protoreflect.FullName, f... method NumEnums (line 709) | func (r *Types) NumEnums() int { method RangeEnums (line 722) | func (r *Types) RangeEnums(f func(protoreflect.EnumType) bool) { method NumMessages (line 740) | func (r *Types) NumMessages() int { method RangeMessages (line 753) | func (r *Types) RangeMessages(f func(protoreflect.MessageType) bool) { method NumExtensions (line 771) | func (r *Types) NumExtensions() int { method RangeExtensions (line 784) | func (r *Types) RangeExtensions(f func(protoreflect.ExtensionType) boo... method NumExtensionsByMessage (line 803) | func (r *Types) NumExtensionsByMessage(message protoreflect.FullName) ... method RangeExtensionsByMessage (line 816) | func (r *Types) RangeExtensionsByMessage(message protoreflect.FullName... type typesByName (line 475) | type typesByName type extensionsByMessage (line 476) | type extensionsByMessage type extensionsByNumber (line 477) | type extensionsByNumber function typeName (line 831) | func typeName(t interface{}) string { function amendErrorWithCaller (line 844) | func amendErrorWithCaller(err error, prev, curr interface{}) error { function goPackage (line 853) | func goPackage(v interface{}) string { FILE: vendor/google.golang.org/protobuf/runtime/protoiface/legacy.go type MessageV1 (line 7) | type MessageV1 interface type ExtensionRangeV1 (line 13) | type ExtensionRangeV1 struct FILE: vendor/google.golang.org/protobuf/runtime/protoiface/methods.go constant SupportMarshalDeterministic (line 49) | SupportMarshalDeterministic SupportFlags = 1 << iota constant SupportUnmarshalDiscardUnknown (line 52) | SupportUnmarshalDiscardUnknown constant MarshalDeterministic (line 91) | MarshalDeterministic MarshalInputFlags = 1 << iota constant MarshalUseCachedSize (line 92) | MarshalUseCachedSize constant UnmarshalDiscardUnknown (line 120) | UnmarshalDiscardUnknown UnmarshalInputFlags = 1 << iota constant UnmarshalInitialized (line 130) | UnmarshalInitialized UnmarshalOutputFlags = 1 << iota constant MergeComplete (line 154) | MergeComplete MergeOutputFlags = 1 << iota FILE: vendor/google.golang.org/protobuf/runtime/protoimpl/impl.go constant UnsafeEnabled (line 21) | UnsafeEnabled = impl.UnsafeEnabled FILE: vendor/google.golang.org/protobuf/runtime/protoimpl/version.go constant MaxVersion (line 14) | MaxVersion = version.Minor constant GenVersion (line 19) | GenVersion = 20 constant MinVersion (line 23) | MinVersion = 0 type EnforceVersion (line 49) | type EnforceVersion constant _ (line 54) | _ = EnforceVersion(GenVersion - MinVersion) constant _ (line 55) | _ = EnforceVersion(MaxVersion - GenVersion) FILE: vendor/google.golang.org/protobuf/types/descriptorpb/descriptor.pb.go type FieldDescriptorProto_Type (line 52) | type FieldDescriptorProto_Type method Enum (line 130) | func (x FieldDescriptorProto_Type) Enum() *FieldDescriptorProto_Type { method String (line 136) | func (x FieldDescriptorProto_Type) String() string { method Descriptor (line 140) | func (FieldDescriptorProto_Type) Descriptor() protoreflect.EnumDescrip... method Type (line 144) | func (FieldDescriptorProto_Type) Type() protoreflect.EnumType { method Number (line 148) | func (x FieldDescriptorProto_Type) Number() protoreflect.EnumNumber { method UnmarshalJSON (line 153) | func (x *FieldDescriptorProto_Type) UnmarshalJSON(b []byte) error { method EnumDescriptor (line 163) | func (FieldDescriptorProto_Type) EnumDescriptor() ([]byte, []int) { constant FieldDescriptorProto_TYPE_DOUBLE (line 57) | FieldDescriptorProto_TYPE_DOUBLE FieldDescriptorProto_Type = 1 constant FieldDescriptorProto_TYPE_FLOAT (line 58) | FieldDescriptorProto_TYPE_FLOAT FieldDescriptorProto_Type = 2 constant FieldDescriptorProto_TYPE_INT64 (line 61) | FieldDescriptorProto_TYPE_INT64 FieldDescriptorProto_Type = 3 constant FieldDescriptorProto_TYPE_UINT64 (line 62) | FieldDescriptorProto_TYPE_UINT64 FieldDescriptorProto_Type = 4 constant FieldDescriptorProto_TYPE_INT32 (line 65) | FieldDescriptorProto_TYPE_INT32 FieldDescriptorProto_Type = 5 constant FieldDescriptorProto_TYPE_FIXED64 (line 66) | FieldDescriptorProto_TYPE_FIXED64 FieldDescriptorProto_Type = 6 constant FieldDescriptorProto_TYPE_FIXED32 (line 67) | FieldDescriptorProto_TYPE_FIXED32 FieldDescriptorProto_Type = 7 constant FieldDescriptorProto_TYPE_BOOL (line 68) | FieldDescriptorProto_TYPE_BOOL FieldDescriptorProto_Type = 8 constant FieldDescriptorProto_TYPE_STRING (line 69) | FieldDescriptorProto_TYPE_STRING FieldDescriptorProto_Type = 9 constant FieldDescriptorProto_TYPE_GROUP (line 74) | FieldDescriptorProto_TYPE_GROUP FieldDescriptorProto_Type = 10 constant FieldDescriptorProto_TYPE_MESSAGE (line 75) | FieldDescriptorProto_TYPE_MESSAGE FieldDescriptorProto_Type = 11 constant FieldDescriptorProto_TYPE_BYTES (line 77) | FieldDescriptorProto_TYPE_BYTES FieldDescriptorProto_Type = 12 constant FieldDescriptorProto_TYPE_UINT32 (line 78) | FieldDescriptorProto_TYPE_UINT32 FieldDescriptorProto_Type = 13 constant FieldDescriptorProto_TYPE_ENUM (line 79) | FieldDescriptorProto_TYPE_ENUM FieldDescriptorProto_Type = 14 constant FieldDescriptorProto_TYPE_SFIXED32 (line 80) | FieldDescriptorProto_TYPE_SFIXED32 FieldDescriptorProto_Type = 15 constant FieldDescriptorProto_TYPE_SFIXED64 (line 81) | FieldDescriptorProto_TYPE_SFIXED64 FieldDescriptorProto_Type = 16 constant FieldDescriptorProto_TYPE_SINT32 (line 82) | FieldDescriptorProto_TYPE_SINT32 FieldDescriptorProto_Type = 17 constant FieldDescriptorProto_TYPE_SINT64 (line 83) | FieldDescriptorProto_TYPE_SINT64 FieldDescriptorProto_Type = 18 type FieldDescriptorProto_Label (line 167) | type FieldDescriptorProto_Label method Enum (line 190) | func (x FieldDescriptorProto_Label) Enum() *FieldDescriptorProto_Label { method String (line 196) | func (x FieldDescriptorProto_Label) String() string { method Descriptor (line 200) | func (FieldDescriptorProto_Label) Descriptor() protoreflect.EnumDescri... method Type (line 204) | func (FieldDescriptorProto_Label) Type() protoreflect.EnumType { method Number (line 208) | func (x FieldDescriptorProto_Label) Number() protoreflect.EnumNumber { method UnmarshalJSON (line 213) | func (x *FieldDescriptorProto_Label) UnmarshalJSON(b []byte) error { method EnumDescriptor (line 223) | func (FieldDescriptorProto_Label) EnumDescriptor() ([]byte, []int) { constant FieldDescriptorProto_LABEL_OPTIONAL (line 171) | FieldDescriptorProto_LABEL_OPTIONAL FieldDescriptorProto_Label = 1 constant FieldDescriptorProto_LABEL_REQUIRED (line 172) | FieldDescriptorProto_LABEL_REQUIRED FieldDescriptorProto_Label = 2 constant FieldDescriptorProto_LABEL_REPEATED (line 173) | FieldDescriptorProto_LABEL_REPEATED FieldDescriptorProto_Label = 3 type FileOptions_OptimizeMode (line 228) | type FileOptions_OptimizeMode method Enum (line 251) | func (x FileOptions_OptimizeMode) Enum() *FileOptions_OptimizeMode { method String (line 257) | func (x FileOptions_OptimizeMode) String() string { method Descriptor (line 261) | func (FileOptions_OptimizeMode) Descriptor() protoreflect.EnumDescript... method Type (line 265) | func (FileOptions_OptimizeMode) Type() protoreflect.EnumType { method Number (line 269) | func (x FileOptions_OptimizeMode) Number() protoreflect.EnumNumber { method UnmarshalJSON (line 274) | func (x *FileOptions_OptimizeMode) UnmarshalJSON(b []byte) error { method EnumDescriptor (line 284) | func (FileOptions_OptimizeMode) EnumDescriptor() ([]byte, []int) { constant FileOptions_SPEED (line 231) | FileOptions_SPEED FileOptions_OptimizeMode = 1 constant FileOptions_CODE_SIZE (line 233) | FileOptions_CODE_SIZE FileOptions_OptimizeMode = 2 constant FileOptions_LITE_RUNTIME (line 234) | FileOptions_LITE_RUNTIME FileOptions_OptimizeMode = 3 type FieldOptions_CType (line 288) | type FieldOptions_CType method Enum (line 311) | func (x FieldOptions_CType) Enum() *FieldOptions_CType { method String (line 317) | func (x FieldOptions_CType) String() string { method Descriptor (line 321) | func (FieldOptions_CType) Descriptor() protoreflect.EnumDescriptor { method Type (line 325) | func (FieldOptions_CType) Type() protoreflect.EnumType { method Number (line 329) | func (x FieldOptions_CType) Number() protoreflect.EnumNumber { method UnmarshalJSON (line 334) | func (x *FieldOptions_CType) UnmarshalJSON(b []byte) error { method EnumDescriptor (line 344) | func (FieldOptions_CType) EnumDescriptor() ([]byte, []int) { constant FieldOptions_STRING (line 292) | FieldOptions_STRING FieldOptions_CType = 0 constant FieldOptions_CORD (line 293) | FieldOptions_CORD FieldOptions_CType = 1 constant FieldOptions_STRING_PIECE (line 294) | FieldOptions_STRING_PIECE FieldOptions_CType = 2 type FieldOptions_JSType (line 348) | type FieldOptions_JSType method Enum (line 373) | func (x FieldOptions_JSType) Enum() *FieldOptions_JSType { method String (line 379) | func (x FieldOptions_JSType) String() string { method Descriptor (line 383) | func (FieldOptions_JSType) Descriptor() protoreflect.EnumDescriptor { method Type (line 387) | func (FieldOptions_JSType) Type() protoreflect.EnumType { method Number (line 391) | func (x FieldOptions_JSType) Number() protoreflect.EnumNumber { method UnmarshalJSON (line 396) | func (x *FieldOptions_JSType) UnmarshalJSON(b []byte) error { method EnumDescriptor (line 406) | func (FieldOptions_JSType) EnumDescriptor() ([]byte, []int) { constant FieldOptions_JS_NORMAL (line 352) | FieldOptions_JS_NORMAL FieldOptions_JSType = 0 constant FieldOptions_JS_STRING (line 354) | FieldOptions_JS_STRING FieldOptions_JSType = 1 constant FieldOptions_JS_NUMBER (line 356) | FieldOptions_JS_NUMBER FieldOptions_JSType = 2 type MethodOptions_IdempotencyLevel (line 413) | type MethodOptions_IdempotencyLevel method Enum (line 435) | func (x MethodOptions_IdempotencyLevel) Enum() *MethodOptions_Idempote... method String (line 441) | func (x MethodOptions_IdempotencyLevel) String() string { method Descriptor (line 445) | func (MethodOptions_IdempotencyLevel) Descriptor() protoreflect.EnumDe... method Type (line 449) | func (MethodOptions_IdempotencyLevel) Type() protoreflect.EnumType { method Number (line 453) | func (x MethodOptions_IdempotencyLevel) Number() protoreflect.EnumNumb... method UnmarshalJSON (line 458) | func (x *MethodOptions_IdempotencyLevel) UnmarshalJSON(b []byte) error { method EnumDescriptor (line 468) | func (MethodOptions_IdempotencyLevel) EnumDescriptor() ([]byte, []int) { constant MethodOptions_IDEMPOTENCY_UNKNOWN (line 416) | MethodOptions_IDEMPOTENCY_UNKNOWN MethodOptions_IdempotencyLevel = 0 constant MethodOptions_NO_SIDE_EFFECTS (line 417) | MethodOptions_NO_SIDE_EFFECTS MethodOptions_IdempotencyLevel = 1 constant MethodOptions_IDEMPOTENT (line 418) | MethodOptions_IDEMPOTENT MethodOptions_IdempotencyLevel = 2 type FileDescriptorSet (line 474) | type FileDescriptorSet struct method Reset (line 482) | func (x *FileDescriptorSet) Reset() { method String (line 491) | func (x *FileDescriptorSet) String() string { method ProtoMessage (line 495) | func (*FileDescriptorSet) ProtoMessage() {} method ProtoReflect (line 497) | func (x *FileDescriptorSet) ProtoReflect() protoreflect.Message { method Descriptor (line 510) | func (*FileDescriptorSet) Descriptor() ([]byte, []int) { method GetFile (line 514) | func (x *FileDescriptorSet) GetFile() []*FileDescriptorProto { type FileDescriptorProto (line 522) | type FileDescriptorProto struct method Reset (line 552) | func (x *FileDescriptorProto) Reset() { method String (line 561) | func (x *FileDescriptorProto) String() string { method ProtoMessage (line 565) | func (*FileDescriptorProto) ProtoMessage() {} method ProtoReflect (line 567) | func (x *FileDescriptorProto) ProtoReflect() protoreflect.Message { method Descriptor (line 580) | func (*FileDescriptorProto) Descriptor() ([]byte, []int) { method GetName (line 584) | func (x *FileDescriptorProto) GetName() string { method GetPackage (line 591) | func (x *FileDescriptorProto) GetPackage() string { method GetDependency (line 598) | func (x *FileDescriptorProto) GetDependency() []string { method GetPublicDependency (line 605) | func (x *FileDescriptorProto) GetPublicDependency() []int32 { method GetWeakDependency (line 612) | func (x *FileDescriptorProto) GetWeakDependency() []int32 { method GetMessageType (line 619) | func (x *FileDescriptorProto) GetMessageType() []*DescriptorProto { method GetEnumType (line 626) | func (x *FileDescriptorProto) GetEnumType() []*EnumDescriptorProto { method GetService (line 633) | func (x *FileDescriptorProto) GetService() []*ServiceDescriptorProto { method GetExtension (line 640) | func (x *FileDescriptorProto) GetExtension() []*FieldDescriptorProto { method GetOptions (line 647) | func (x *FileDescriptorProto) GetOptions() *FileOptions { method GetSourceCodeInfo (line 654) | func (x *FileDescriptorProto) GetSourceCodeInfo() *SourceCodeInfo { method GetSyntax (line 661) | func (x *FileDescriptorProto) GetSyntax() string { type DescriptorProto (line 669) | type DescriptorProto struct method Reset (line 688) | func (x *DescriptorProto) Reset() { method String (line 697) | func (x *DescriptorProto) String() string { method ProtoMessage (line 701) | func (*DescriptorProto) ProtoMessage() {} method ProtoReflect (line 703) | func (x *DescriptorProto) ProtoReflect() protoreflect.Message { method Descriptor (line 716) | func (*DescriptorProto) Descriptor() ([]byte, []int) { method GetName (line 720) | func (x *DescriptorProto) GetName() string { method GetField (line 727) | func (x *DescriptorProto) GetField() []*FieldDescriptorProto { method GetExtension (line 734) | func (x *DescriptorProto) GetExtension() []*FieldDescriptorProto { method GetNestedType (line 741) | func (x *DescriptorProto) GetNestedType() []*DescriptorProto { method GetEnumType (line 748) | func (x *DescriptorProto) GetEnumType() []*EnumDescriptorProto { method GetExtensionRange (line 755) | func (x *DescriptorProto) GetExtensionRange() []*DescriptorProto_Exten... method GetOneofDecl (line 762) | func (x *DescriptorProto) GetOneofDecl() []*OneofDescriptorProto { method GetOptions (line 769) | func (x *DescriptorProto) GetOptions() *MessageOptions { method GetReservedRange (line 776) | func (x *DescriptorProto) GetReservedRange() []*DescriptorProto_Reserv... method GetReservedName (line 783) | func (x *DescriptorProto) GetReservedName() []string { type ExtensionRangeOptions (line 790) | type ExtensionRangeOptions struct method Reset (line 800) | func (x *ExtensionRangeOptions) Reset() { method String (line 809) | func (x *ExtensionRangeOptions) String() string { method ProtoMessage (line 813) | func (*ExtensionRangeOptions) ProtoMessage() {} method ProtoReflect (line 815) | func (x *ExtensionRangeOptions) ProtoReflect() protoreflect.Message { method Descriptor (line 828) | func (*ExtensionRangeOptions) Descriptor() ([]byte, []int) { method ExtensionRangeArray (line 837) | func (*ExtensionRangeOptions) ExtensionRangeArray() []protoiface.Exten... method GetUninterpretedOption (line 841) | func (x *ExtensionRangeOptions) GetUninterpretedOption() []*Uninterpre... type FieldDescriptorProto (line 849) | type FieldDescriptorProto struct method Reset (line 908) | func (x *FieldDescriptorProto) Reset() { method String (line 917) | func (x *FieldDescriptorProto) String() string { method ProtoMessage (line 921) | func (*FieldDescriptorProto) ProtoMessage() {} method ProtoReflect (line 923) | func (x *FieldDescriptorProto) ProtoReflect() protoreflect.Message { method Descriptor (line 936) | func (*FieldDescriptorProto) Descriptor() ([]byte, []int) { method GetName (line 940) | func (x *FieldDescriptorProto) GetName() string { method GetNumber (line 947) | func (x *FieldDescriptorProto) GetNumber() int32 { method GetLabel (line 954) | func (x *FieldDescriptorProto) GetLabel() FieldDescriptorProto_Label { method GetType (line 961) | func (x *FieldDescriptorProto) GetType() FieldDescriptorProto_Type { method GetTypeName (line 968) | func (x *FieldDescriptorProto) GetTypeName() string { method GetExtendee (line 975) | func (x *FieldDescriptorProto) GetExtendee() string { method GetDefaultValue (line 982) | func (x *FieldDescriptorProto) GetDefaultValue() string { method GetOneofIndex (line 989) | func (x *FieldDescriptorProto) GetOneofIndex() int32 { method GetJsonName (line 996) | func (x *FieldDescriptorProto) GetJsonName() string { method GetOptions (line 1003) | func (x *FieldDescriptorProto) GetOptions() *FieldOptions { method GetProto3Optional (line 1010) | func (x *FieldDescriptorProto) GetProto3Optional() bool { type OneofDescriptorProto (line 1018) | type OneofDescriptorProto struct method Reset (line 1027) | func (x *OneofDescriptorProto) Reset() { method String (line 1036) | func (x *OneofDescriptorProto) String() string { method ProtoMessage (line 1040) | func (*OneofDescriptorProto) ProtoMessage() {} method ProtoReflect (line 1042) | func (x *OneofDescriptorProto) ProtoReflect() protoreflect.Message { method Descriptor (line 1055) | func (*OneofDescriptorProto) Descriptor() ([]byte, []int) { method GetName (line 1059) | func (x *OneofDescriptorProto) GetName() string { method GetOptions (line 1066) | func (x *OneofDescriptorProto) GetOptions() *OneofOptions { type EnumDescriptorProto (line 1074) | type EnumDescriptorProto struct method Reset (line 1091) | func (x *EnumDescriptorProto) Reset() { method String (line 1100) | func (x *EnumDescriptorProto) String() string { method ProtoMessage (line 1104) | func (*EnumDescriptorProto) ProtoMessage() {} method ProtoReflect (line 1106) | func (x *EnumDescriptorProto) ProtoReflect() protoreflect.Message { method Descriptor (line 1119) | func (*EnumDescriptorProto) Descriptor() ([]byte, []int) { method GetName (line 1123) | func (x *EnumDescriptorProto) GetName() string { method GetValue (line 1130) | func (x *EnumDescriptorProto) GetValue() []*EnumValueDescriptorProto { method GetOptions (line 1137) | func (x *EnumDescriptorProto) GetOptions() *EnumOptions { method GetReservedRange (line 1144) | func (x *EnumDescriptorProto) GetReservedRange() []*EnumDescriptorProt... method GetReservedName (line 1151) | func (x *EnumDescriptorProto) GetReservedName() []string { type EnumValueDescriptorProto (line 1159) | type EnumValueDescriptorProto struct method Reset (line 1169) | func (x *EnumValueDescriptorProto) Reset() { method String (line 1178) | func (x *EnumValueDescriptorProto) String() string { method ProtoMessage (line 1182) | func (*EnumValueDescriptorProto) ProtoMessage() {} method ProtoReflect (line 1184) | func (x *EnumValueDescriptorProto) ProtoReflect() protoreflect.Message { method Descriptor (line 1197) | func (*EnumValueDescriptorProto) Descriptor() ([]byte, []int) { method GetName (line 1201) | func (x *EnumValueDescriptorProto) GetName() string { method GetNumber (line 1208) | func (x *EnumValueDescriptorProto) GetNumber() int32 { method GetOptions (line 1215) | func (x *EnumValueDescriptorProto) GetOptions() *EnumValueOptions { type ServiceDescriptorProto (line 1223) | type ServiceDescriptorProto struct method Reset (line 1233) | func (x *ServiceDescriptorProto) Reset() { method String (line 1242) | func (x *ServiceDescriptorProto) String() string { method ProtoMessage (line 1246) | func (*ServiceDescriptorProto) ProtoMessage() {} method ProtoReflect (line 1248) | func (x *ServiceDescriptorProto) ProtoReflect() protoreflect.Message { method Descriptor (line 1261) | func (*ServiceDescriptorProto) Descriptor() ([]byte, []int) { method GetName (line 1265) | func (x *ServiceDescriptorProto) GetName() string { method GetMethod (line 1272) | func (x *ServiceDescriptorProto) GetMethod() []*MethodDescriptorProto { method GetOptions (line 1279) | func (x *ServiceDescriptorProto) GetOptions() *ServiceOptions { type MethodDescriptorProto (line 1287) | type MethodDescriptorProto struct method Reset (line 1310) | func (x *MethodDescriptorProto) Reset() { method String (line 1319) | func (x *MethodDescriptorProto) String() string { method ProtoMessage (line 1323) | func (*MethodDescriptorProto) ProtoMessage() {} method ProtoReflect (line 1325) | func (x *MethodDescriptorProto) ProtoReflect() protoreflect.Message { method Descriptor (line 1338) | func (*MethodDescriptorProto) Descriptor() ([]byte, []int) { method GetName (line 1342) | func (x *MethodDescriptorProto) GetName() string { method GetInputType (line 1349) | func (x *MethodDescriptorProto) GetInputType() string { method GetOutputType (line 1356) | func (x *MethodDescriptorProto) GetOutputType() string { method GetOptions (line 1363) | func (x *MethodDescriptorProto) GetOptions() *MethodOptions { method GetClientStreaming (line 1370) | func (x *MethodDescriptorProto) GetClientStreaming() bool { method GetServerStreaming (line 1377) | func (x *MethodDescriptorProto) GetServerStreaming() bool { constant Default_MethodDescriptorProto_ClientStreaming (line 1306) | Default_MethodDescriptorProto_ClientStreaming = bool(false) constant Default_MethodDescriptorProto_ServerStreaming (line 1307) | Default_MethodDescriptorProto_ServerStreaming = bool(false) type FileOptions (line 1384) | type FileOptions struct method Reset (line 1491) | func (x *FileOptions) Reset() { method String (line 1500) | func (x *FileOptions) String() string { method ProtoMessage (line 1504) | func (*FileOptions) ProtoMessage() {} method ProtoReflect (line 1506) | func (x *FileOptions) ProtoReflect() protoreflect.Message { method Descriptor (line 1519) | func (*FileOptions) Descriptor() ([]byte, []int) { method ExtensionRangeArray (line 1528) | func (*FileOptions) ExtensionRangeArray() []protoiface.ExtensionRangeV1 { method GetJavaPackage (line 1532) | func (x *FileOptions) GetJavaPackage() string { method GetJavaOuterClassname (line 1539) | func (x *FileOptions) GetJavaOuterClassname() string { method GetJavaMultipleFiles (line 1546) | func (x *FileOptions) GetJavaMultipleFiles() bool { method GetJavaGenerateEqualsAndHash (line 1554) | func (x *FileOptions) GetJavaGenerateEqualsAndHash() bool { method GetJavaStringCheckUtf8 (line 1561) | func (x *FileOptions) GetJavaStringCheckUtf8() bool { method GetOptimizeFor (line 1568) | func (x *FileOptions) GetOptimizeFor() FileOptions_OptimizeMode { method GetGoPackage (line 1575) | func (x *FileOptions) GetGoPackage() string { method GetCcGenericServices (line 1582) | func (x *FileOptions) GetCcGenericServices() bool { method GetJavaGenericServices (line 1589) | func (x *FileOptions) GetJavaGenericServices() bool { method GetPyGenericServices (line 1596) | func (x *FileOptions) GetPyGenericServices() bool { method GetPhpGenericServices (line 1603) | func (x *FileOptions) GetPhpGenericServices() bool { method GetDeprecated (line 1610) | func (x *FileOptions) GetDeprecated() bool { method GetCcEnableArenas (line 1617) | func (x *FileOptions) GetCcEnableArenas() bool { method GetObjcClassPrefix (line 1624) | func (x *FileOptions) GetObjcClassPrefix() string { method GetCsharpNamespace (line 1631) | func (x *FileOptions) GetCsharpNamespace() string { method GetSwiftPrefix (line 1638) | func (x *FileOptions) GetSwiftPrefix() string { method GetPhpClassPrefix (line 1645) | func (x *FileOptions) GetPhpClassPrefix() string { method GetPhpNamespace (line 1652) | func (x *FileOptions) GetPhpNamespace() string { method GetPhpMetadataNamespace (line 1659) | func (x *FileOptions) GetPhpMetadataNamespace() string { method GetRubyPackage (line 1666) | func (x *FileOptions) GetRubyPackage() string { method GetUninterpretedOption (line 1673) | func (x *FileOptions) GetUninterpretedOption() []*UninterpretedOption { constant Default_FileOptions_JavaMultipleFiles (line 1480) | Default_FileOptions_JavaMultipleFiles = bool(false) constant Default_FileOptions_JavaStringCheckUtf8 (line 1481) | Default_FileOptions_JavaStringCheckUtf8 = bool(false) constant Default_FileOptions_OptimizeFor (line 1482) | Default_FileOptions_OptimizeFor = FileOptions_SPEED constant Default_FileOptions_CcGenericServices (line 1483) | Default_FileOptions_CcGenericServices = bool(false) constant Default_FileOptions_JavaGenericServices (line 1484) | Default_FileOptions_JavaGenericServices = bool(false) constant Default_FileOptions_PyGenericServices (line 1485) | Default_FileOptions_PyGenericServices = bool(false) constant Default_FileOptions_PhpGenericServices (line 1486) | Default_FileOptions_PhpGenericServices = bool(false) constant Default_FileOptions_Deprecated (line 1487) | Default_FileOptions_Deprecated = bool(false) constant Default_FileOptions_CcEnableArenas (line 1488) | Default_FileOptions_CcEnableArenas = bool(true) type MessageOptions (line 1680) | type MessageOptions struct method Reset (line 1747) | func (x *MessageOptions) Reset() { method String (line 1756) | func (x *MessageOptions) String() string { method ProtoMessage (line 1760) | func (*MessageOptions) ProtoMessage() {} method ProtoReflect (line 1762) | func (x *MessageOptions) ProtoReflect() protoreflect.Message { method Descriptor (line 1775) | func (*MessageOptions) Descriptor() ([]byte, []int) { method ExtensionRangeArray (line 1784) | func (*MessageOptions) ExtensionRangeArray() []protoiface.ExtensionRan... method GetMessageSetWireFormat (line 1788) | func (x *MessageOptions) GetMessageSetWireFormat() bool { method GetNoStandardDescriptorAccessor (line 1795) | func (x *MessageOptions) GetNoStandardDescriptorAccessor() bool { method GetDeprecated (line 1802) | func (x *MessageOptions) GetDeprecated() bool { method GetMapEntry (line 1809) | func (x *MessageOptions) GetMapEntry() bool { method GetUninterpretedOption (line 1816) | func (x *MessageOptions) GetUninterpretedOption() []*UninterpretedOpti... constant Default_MessageOptions_MessageSetWireFormat (line 1742) | Default_MessageOptions_MessageSetWireFormat = bool(false) constant Default_MessageOptions_NoStandardDescriptorAccessor (line 1743) | Default_MessageOptions_NoStandardDescriptorAccessor = bool(false) constant Default_MessageOptions_Deprecated (line 1744) | Default_MessageOptions_Deprecated = bool(false) type FieldOptions (line 1823) | type FieldOptions struct method Reset (line 1901) | func (x *FieldOptions) Reset() { method String (line 1910) | func (x *FieldOptions) String() string { method ProtoMessage (line 1914) | func (*FieldOptions) ProtoMessage() {} method ProtoReflect (line 1916) | func (x *FieldOptions) ProtoReflect() protoreflect.Message { method Descriptor (line 1929) | func (*FieldOptions) Descriptor() ([]byte, []int) { method ExtensionRangeArray (line 1938) | func (*FieldOptions) ExtensionRangeArray() []protoiface.ExtensionRange... method GetCtype (line 1942) | func (x *FieldOptions) GetCtype() FieldOptions_CType { method GetPacked (line 1949) | func (x *FieldOptions) GetPacked() bool { method GetJstype (line 1956) | func (x *FieldOptions) GetJstype() FieldOptions_JSType { method GetLazy (line 1963) | func (x *FieldOptions) GetLazy() bool { method GetDeprecated (line 1970) | func (x *FieldOptions) GetDeprecated() bool { method GetWeak (line 1977) | func (x *FieldOptions) GetWeak() bool { method GetUninterpretedOption (line 1984) | func (x *FieldOptions) GetUninterpretedOption() []*UninterpretedOption { constant Default_FieldOptions_Ctype (line 1894) | Default_FieldOptions_Ctype = FieldOptions_STRING constant Default_FieldOptions_Jstype (line 1895) | Default_FieldOptions_Jstype = FieldOptions_JS_NORMAL constant Default_FieldOptions_Lazy (line 1896) | Default_FieldOptions_Lazy = bool(false) constant Default_FieldOptions_Deprecated (line 1897) | Default_FieldOptions_Deprecated = bool(false) constant Default_FieldOptions_Weak (line 1898) | Default_FieldOptions_Weak = bool(false) type OneofOptions (line 1991) | type OneofOptions struct method Reset (line 2001) | func (x *OneofOptions) Reset() { method String (line 2010) | func (x *OneofOptions) String() string { method ProtoMessage (line 2014) | func (*OneofOptions) ProtoMessage() {} method ProtoReflect (line 2016) | func (x *OneofOptions) ProtoReflect() protoreflect.Message { method Descriptor (line 2029) | func (*OneofOptions) Descriptor() ([]byte, []int) { method ExtensionRangeArray (line 2038) | func (*OneofOptions) ExtensionRangeArray() []protoiface.ExtensionRange... method GetUninterpretedOption (line 2042) | func (x *OneofOptions) GetUninterpretedOption() []*UninterpretedOption { type EnumOptions (line 2049) | type EnumOptions struct method Reset (line 2072) | func (x *EnumOptions) Reset() { method String (line 2081) | func (x *EnumOptions) String() string { method ProtoMessage (line 2085) | func (*EnumOptions) ProtoMessage() {} method ProtoReflect (line 2087) | func (x *EnumOptions) ProtoReflect() protoreflect.Message { method Descriptor (line 2100) | func (*EnumOptions) Descriptor() ([]byte, []int) { method ExtensionRangeArray (line 2109) | func (*EnumOptions) ExtensionRangeArray() []protoiface.ExtensionRangeV1 { method GetAllowAlias (line 2113) | func (x *EnumOptions) GetAllowAlias() bool { method GetDeprecated (line 2120) | func (x *EnumOptions) GetDeprecated() bool { method GetUninterpretedOption (line 2127) | func (x *EnumOptions) GetUninterpretedOption() []*UninterpretedOption { constant Default_EnumOptions_Deprecated (line 2069) | Default_EnumOptions_Deprecated = bool(false) type EnumValueOptions (line 2134) | type EnumValueOptions struct method Reset (line 2154) | func (x *EnumValueOptions) Reset() { method String (line 2163) | func (x *EnumValueOptions) String() string { method ProtoMessage (line 2167) | func (*EnumValueOptions) ProtoMessage() {} method ProtoReflect (line 2169) | func (x *EnumValueOptions) ProtoReflect() protoreflect.Message { method Descriptor (line 2182) | func (*EnumValueOptions) Descriptor() ([]byte, []int) { method ExtensionRangeArray (line 2191) | func (*EnumValueOptions) ExtensionRangeArray() []protoiface.ExtensionR... method GetDeprecated (line 2195) | func (x *EnumValueOptions) GetDeprecated() bool { method GetUninterpretedOption (line 2202) | func (x *EnumValueOptions) GetUninterpretedOption() []*UninterpretedOp... constant Default_EnumValueOptions_Deprecated (line 2151) | Default_EnumValueOptions_Deprecated = bool(false) type ServiceOptions (line 2209) | type ServiceOptions struct method Reset (line 2229) | func (x *ServiceOptions) Reset() { method String (line 2238) | func (x *ServiceOptions) String() string { method ProtoMessage (line 2242) | func (*ServiceOptions) ProtoMessage() {} method ProtoReflect (line 2244) | func (x *ServiceOptions) ProtoReflect() protoreflect.Message { method Descriptor (line 2257) | func (*ServiceOptions) Descriptor() ([]byte, []int) { method ExtensionRangeArray (line 2266) | func (*ServiceOptions) ExtensionRangeArray() []protoiface.ExtensionRan... method GetDeprecated (line 2270) | func (x *ServiceOptions) GetDeprecated() bool { method GetUninterpretedOption (line 2277) | func (x *ServiceOptions) GetUninterpretedOption() []*UninterpretedOpti... constant Default_ServiceOptions_Deprecated (line 2226) | Default_ServiceOptions_Deprecated = bool(false) type MethodOptions (line 2284) | type MethodOptions struct method Reset (line 2306) | func (x *MethodOptions) Reset() { method String (line 2315) | func (x *MethodOptions) String() string { method ProtoMessage (line 2319) | func (*MethodOptions) ProtoMessage() {} method ProtoReflect (line 2321) | func (x *MethodOptions) ProtoReflect() protoreflect.Message { method Descriptor (line 2334) | func (*MethodOptions) Descriptor() ([]byte, []int) { method ExtensionRangeArray (line 2343) | func (*MethodOptions) ExtensionRangeArray() []protoiface.ExtensionRang... method GetDeprecated (line 2347) | func (x *MethodOptions) GetDeprecated() bool { method GetIdempotencyLevel (line 2354) | func (x *MethodOptions) GetIdempotencyLevel() MethodOptions_Idempotenc... method GetUninterpretedOption (line 2361) | func (x *MethodOptions) GetUninterpretedOption() []*UninterpretedOption { constant Default_MethodOptions_Deprecated (line 2302) | Default_MethodOptions_Deprecated = bool(false) constant Default_MethodOptions_IdempotencyLevel (line 2303) | Default_MethodOptions_IdempotencyLevel = MethodOptions_IDEMPOTENCY_UNKNOWN type UninterpretedOption (line 2374) | type UninterpretedOption struct method Reset (line 2390) | func (x *UninterpretedOption) Reset() { method String (line 2399) | func (x *UninterpretedOption) String() string { method ProtoMessage (line 2403) | func (*UninterpretedOption) ProtoMessage() {} method ProtoReflect (line 2405) | func (x *UninterpretedOption) ProtoReflect() protoreflect.Message { method Descriptor (line 2418) | func (*UninterpretedOption) Descriptor() ([]byte, []int) { method GetName (line 2422) | func (x *UninterpretedOption) GetName() []*UninterpretedOption_NamePart { method GetIdentifierValue (line 2429) | func (x *UninterpretedOption) GetIdentifierValue() string { method GetPositiveIntValue (line 2436) | func (x *UninterpretedOption) GetPositiveIntValue() uint64 { method GetNegativeIntValue (line 2443) | func (x *UninterpretedOption) GetNegativeIntValue() int64 { method GetDoubleValue (line 2450) | func (x *UninterpretedOption) GetDoubleValue() float64 { method GetStringValue (line 2457) | func (x *UninterpretedOption) GetStringValue() []byte { method GetAggregateValue (line 2464) | func (x *UninterpretedOption) GetAggregateValue() string { type SourceCodeInfo (line 2473) | type SourceCodeInfo struct method Reset (line 2524) | func (x *SourceCodeInfo) Reset() { method String (line 2533) | func (x *SourceCodeInfo) String() string { method ProtoMessage (line 2537) | func (*SourceCodeInfo) ProtoMessage() {} method ProtoReflect (line 2539) | func (x *SourceCodeInfo) ProtoReflect() protoreflect.Message { method Descriptor (line 2552) | func (*SourceCodeInfo) Descriptor() ([]byte, []int) { method GetLocation (line 2556) | func (x *SourceCodeInfo) GetLocation() []*SourceCodeInfo_Location { type GeneratedCodeInfo (line 2566) | type GeneratedCodeInfo struct method Reset (line 2576) | func (x *GeneratedCodeInfo) Reset() { method String (line 2585) | func (x *GeneratedCodeInfo) String() string { method ProtoMessage (line 2589) | func (*GeneratedCodeInfo) ProtoMessage() {} method ProtoReflect (line 2591) | func (x *GeneratedCodeInfo) ProtoReflect() protoreflect.Message { method Descriptor (line 2604) | func (*GeneratedCodeInfo) Descriptor() ([]byte, []int) { method GetAnnotation (line 2608) | func (x *GeneratedCodeInfo) GetAnnotation() []*GeneratedCodeInfo_Annot... type DescriptorProto_ExtensionRange (line 2615) | type DescriptorProto_ExtensionRange struct method Reset (line 2625) | func (x *DescriptorProto_ExtensionRange) Reset() { method String (line 2634) | func (x *DescriptorProto_ExtensionRange) String() string { method ProtoMessage (line 2638) | func (*DescriptorProto_ExtensionRange) ProtoMessage() {} method ProtoReflect (line 2640) | func (x *DescriptorProto_ExtensionRange) ProtoReflect() protoreflect.M... method Descriptor (line 2653) | func (*DescriptorProto_ExtensionRange) Descriptor() ([]byte, []int) { method GetStart (line 2657) | func (x *DescriptorProto_ExtensionRange) GetStart() int32 { method GetEnd (line 2664) | func (x *DescriptorProto_ExtensionRange) GetEnd() int32 { method GetOptions (line 2671) | func (x *DescriptorProto_ExtensionRange) GetOptions() *ExtensionRangeO... type DescriptorProto_ReservedRange (line 2681) | type DescriptorProto_ReservedRange struct method Reset (line 2690) | func (x *DescriptorProto_ReservedRange) Reset() { method String (line 2699) | func (x *DescriptorProto_ReservedRange) String() string { method ProtoMessage (line 2703) | func (*DescriptorProto_ReservedRange) ProtoMessage() {} method ProtoReflect (line 2705) | func (x *DescriptorProto_ReservedRange) ProtoReflect() protoreflect.Me... method Descriptor (line 2718) | func (*DescriptorProto_ReservedRange) Descriptor() ([]byte, []int) { method GetStart (line 2722) | func (x *DescriptorProto_ReservedRange) GetStart() int32 { method GetEnd (line 2729) | func (x *DescriptorProto_ReservedRange) GetEnd() int32 { type EnumDescriptorProto_EnumReservedRange (line 2742) | type EnumDescriptorProto_EnumReservedRange struct method Reset (line 2751) | func (x *EnumDescriptorProto_EnumReservedRange) Reset() { method String (line 2760) | func (x *EnumDescriptorProto_EnumReservedRange) String() string { method ProtoMessage (line 2764) | func (*EnumDescriptorProto_EnumReservedRange) ProtoMessage() {} method ProtoReflect (line 2766) | func (x *EnumDescriptorProto_EnumReservedRange) ProtoReflect() protore... method Descriptor (line 2779) | func (*EnumDescriptorProto_EnumReservedRange) Descriptor() ([]byte, []... method GetStart (line 2783) | func (x *EnumDescriptorProto_EnumReservedRange) GetStart() int32 { method GetEnd (line 2790) | func (x *EnumDescriptorProto_EnumReservedRange) GetEnd() int32 { type UninterpretedOption_NamePart (line 2802) | type UninterpretedOption_NamePart struct method Reset (line 2811) | func (x *UninterpretedOption_NamePart) Reset() { method String (line 2820) | func (x *UninterpretedOption_NamePart) String() string { method ProtoMessage (line 2824) | func (*UninterpretedOption_NamePart) ProtoMessage() {} method ProtoReflect (line 2826) | func (x *UninterpretedOption_NamePart) ProtoReflect() protoreflect.Mes... method Descriptor (line 2839) | func (*UninterpretedOption_NamePart) Descriptor() ([]byte, []int) { method GetNamePart (line 2843) | func (x *UninterpretedOption_NamePart) GetNamePart() string { method GetIsExtension (line 2850) | func (x *UninterpretedOption_NamePart) GetIsExtension() bool { type SourceCodeInfo_Location (line 2857) | type SourceCodeInfo_Location struct method Reset (line 2944) | func (x *SourceCodeInfo_Location) Reset() { method String (line 2953) | func (x *SourceCodeInfo_Location) String() string { method ProtoMessage (line 2957) | func (*SourceCodeInfo_Location) ProtoMessage() {} method ProtoReflect (line 2959) | func (x *SourceCodeInfo_Location) ProtoReflect() protoreflect.Message { method Descriptor (line 2972) | func (*SourceCodeInfo_Location) Descriptor() ([]byte, []int) { method GetPath (line 2976) | func (x *SourceCodeInfo_Location) GetPath() []int32 { method GetSpan (line 2983) | func (x *SourceCodeInfo_Location) GetSpan() []int32 { method GetLeadingComments (line 2990) | func (x *SourceCodeInfo_Location) GetLeadingComments() string { method GetTrailingComments (line 2997) | func (x *SourceCodeInfo_Location) GetTrailingComments() string { method GetLeadingDetachedComments (line 3004) | func (x *SourceCodeInfo_Location) GetLeadingDetachedComments() []string { type GeneratedCodeInfo_Annotation (line 3011) | type GeneratedCodeInfo_Annotation struct method Reset (line 3030) | func (x *GeneratedCodeInfo_Annotation) Reset() { method String (line 3039) | func (x *GeneratedCodeInfo_Annotation) String() string { method ProtoMessage (line 3043) | func (*GeneratedCodeInfo_Annotation) ProtoMessage() {} method ProtoReflect (line 3045) | func (x *GeneratedCodeInfo_Annotation) ProtoReflect() protoreflect.Mes... method Descriptor (line 3058) | func (*GeneratedCodeInfo_Annotation) Descriptor() ([]byte, []int) { method GetPath (line 3062) | func (x *GeneratedCodeInfo_Annotation) GetPath() []int32 { method GetSourceFile (line 3069) | func (x *GeneratedCodeInfo_Annotation) GetSourceFile() string { method GetBegin (line 3076) | func (x *GeneratedCodeInfo_Annotation) GetBegin() int32 { method GetEnd (line 3083) | func (x *GeneratedCodeInfo_Annotation) GetEnd() int32 { function file_google_protobuf_descriptor_proto_rawDescGZIP (line 3576) | func file_google_protobuf_descriptor_proto_rawDescGZIP() []byte { function init (line 3671) | func init() { file_google_protobuf_descriptor_proto_init() } function file_google_protobuf_descriptor_proto_init (line 3672) | func file_google_protobuf_descriptor_proto_init() { FILE: vendor/google.golang.org/protobuf/types/known/emptypb/empty.pb.go type Empty (line 52) | type Empty struct method Reset (line 58) | func (x *Empty) Reset() { method String (line 67) | func (x *Empty) String() string { method ProtoMessage (line 71) | func (*Empty) ProtoMessage() {} method ProtoReflect (line 73) | func (x *Empty) ProtoReflect() protoreflect.Message { method Descriptor (line 86) | func (*Empty) Descriptor() ([]byte, []int) { function file_google_protobuf_empty_proto_rawDescGZIP (line 112) | func file_google_protobuf_empty_proto_rawDescGZIP() []byte { function init (line 131) | func init() { file_google_protobuf_empty_proto_init() } function file_google_protobuf_empty_proto_init (line 132) | func file_google_protobuf_empty_proto_init() { FILE: vendor/google.golang.org/protobuf/types/known/wrapperspb/wrappers.pb.go type DoubleValue (line 56) | type DoubleValue struct method Reset (line 70) | func (x *DoubleValue) Reset() { method String (line 79) | func (x *DoubleValue) String() string { method ProtoMessage (line 83) | func (*DoubleValue) ProtoMessage() {} method ProtoReflect (line 85) | func (x *DoubleValue) ProtoReflect() protoreflect.Message { method Descriptor (line 98) | func (*DoubleValue) Descriptor() ([]byte, []int) { method GetValue (line 102) | func (x *DoubleValue) GetValue() float64 { function Double (line 66) | func Double(v float64) *DoubleValue { type FloatValue (line 112) | type FloatValue struct method Reset (line 126) | func (x *FloatValue) Reset() { method String (line 135) | func (x *FloatValue) String() string { method ProtoMessage (line 139) | func (*FloatValue) ProtoMessage() {} method ProtoReflect (line 141) | func (x *FloatValue) ProtoReflect() protoreflect.Message { method Descriptor (line 154) | func (*FloatValue) Descriptor() ([]byte, []int) { method GetValue (line 158) | func (x *FloatValue) GetValue() float32 { function Float (line 122) | func Float(v float32) *FloatValue { type Int64Value (line 168) | type Int64Value struct method Reset (line 182) | func (x *Int64Value) Reset() { method String (line 191) | func (x *Int64Value) String() string { method ProtoMessage (line 195) | func (*Int64Value) ProtoMessage() {} method ProtoReflect (line 197) | func (x *Int64Value) ProtoReflect() protoreflect.Message { method Descriptor (line 210) | func (*Int64Value) Descriptor() ([]byte, []int) { method GetValue (line 214) | func (x *Int64Value) GetValue() int64 { function Int64 (line 178) | func Int64(v int64) *Int64Value { type UInt64Value (line 224) | type UInt64Value struct method Reset (line 238) | func (x *UInt64Value) Reset() { method String (line 247) | func (x *UInt64Value) String() string { method ProtoMessage (line 251) | func (*UInt64Value) ProtoMessage() {} method ProtoReflect (line 253) | func (x *UInt64Value) ProtoReflect() protoreflect.Message { method Descriptor (line 266) | func (*UInt64Value) Descriptor() ([]byte, []int) { method GetValue (line 270) | func (x *UInt64Value) GetValue() uint64 { function UInt64 (line 234) | func UInt64(v uint64) *UInt64Value { type Int32Value (line 280) | type Int32Value struct method Reset (line 294) | func (x *Int32Value) Reset() { method String (line 303) | func (x *Int32Value) String() string { method ProtoMessage (line 307) | func (*Int32Value) ProtoMessage() {} method ProtoReflect (line 309) | func (x *Int32Value) ProtoReflect() protoreflect.Message { method Descriptor (line 322) | func (*Int32Value) Descriptor() ([]byte, []int) { method GetValue (line 326) | func (x *Int32Value) GetValue() int32 { function Int32 (line 290) | func Int32(v int32) *Int32Value { type UInt32Value (line 336) | type UInt32Value struct method Reset (line 350) | func (x *UInt32Value) Reset() { method String (line 359) | func (x *UInt32Value) String() string { method ProtoMessage (line 363) | func (*UInt32Value) ProtoMessage() {} method ProtoReflect (line 365) | func (x *UInt32Value) ProtoReflect() protoreflect.Message { method Descriptor (line 378) | func (*UInt32Value) Descriptor() ([]byte, []int) { method GetValue (line 382) | func (x *UInt32Value) GetValue() uint32 { function UInt32 (line 346) | func UInt32(v uint32) *UInt32Value { type BoolValue (line 392) | type BoolValue struct method Reset (line 406) | func (x *BoolValue) Reset() { method String (line 415) | func (x *BoolValue) String() string { method ProtoMessage (line 419) | func (*BoolValue) ProtoMessage() {} method ProtoReflect (line 421) | func (x *BoolValue) ProtoReflect() protoreflect.Message { method Descriptor (line 434) | func (*BoolValue) Descriptor() ([]byte, []int) { method GetValue (line 438) | func (x *BoolValue) GetValue() bool { function Bool (line 402) | func Bool(v bool) *BoolValue { type StringValue (line 448) | type StringValue struct method Reset (line 462) | func (x *StringValue) Reset() { method String (line 471) | func (x *StringValue) String() string { method ProtoMessage (line 475) | func (*StringValue) ProtoMessage() {} method ProtoReflect (line 477) | func (x *StringValue) ProtoReflect() protoreflect.Message { method Descriptor (line 490) | func (*StringValue) Descriptor() ([]byte, []int) { method GetValue (line 494) | func (x *StringValue) GetValue() string { function String (line 458) | func String(v string) *StringValue { type BytesValue (line 504) | type BytesValue struct method Reset (line 518) | func (x *BytesValue) Reset() { method String (line 527) | func (x *BytesValue) String() string { method ProtoMessage (line 531) | func (*BytesValue) ProtoMessage() {} method ProtoReflect (line 533) | func (x *BytesValue) ProtoReflect() protoreflect.Message { method Descriptor (line 546) | func (*BytesValue) Descriptor() ([]byte, []int) { method GetValue (line 550) | func (x *BytesValue) GetValue() []byte { function Bytes (line 514) | func Bytes(v []byte) *BytesValue { function file_google_protobuf_wrappers_proto_rawDescGZIP (line 600) | func file_google_protobuf_wrappers_proto_rawDescGZIP() []byte { function init (line 627) | func init() { file_google_protobuf_wrappers_proto_init() } function file_google_protobuf_wrappers_proto_init (line 628) | func file_google_protobuf_wrappers_proto_init() { FILE: vendor/google.golang.org/protobuf/types/pluginpb/plugin.pb.go type CodeGeneratorResponse_Feature (line 61) | type CodeGeneratorResponse_Feature method Enum (line 80) | func (x CodeGeneratorResponse_Feature) Enum() *CodeGeneratorResponse_F... method String (line 86) | func (x CodeGeneratorResponse_Feature) String() string { method Descriptor (line 90) | func (CodeGeneratorResponse_Feature) Descriptor() protoreflect.EnumDes... method Type (line 94) | func (CodeGeneratorResponse_Feature) Type() protoreflect.EnumType { method Number (line 98) | func (x CodeGeneratorResponse_Feature) Number() protoreflect.EnumNumber { method UnmarshalJSON (line 103) | func (x *CodeGeneratorResponse_Feature) UnmarshalJSON(b []byte) error { method EnumDescriptor (line 113) | func (CodeGeneratorResponse_Feature) EnumDescriptor() ([]byte, []int) { constant CodeGeneratorResponse_FEATURE_NONE (line 64) | CodeGeneratorResponse_FEATURE_NONE CodeGeneratorResponse_Feat... constant CodeGeneratorResponse_FEATURE_PROTO3_OPTIONAL (line 65) | CodeGeneratorResponse_FEATURE_PROTO3_OPTIONAL CodeGeneratorResponse_Feat... type Version (line 118) | type Version struct method Reset (line 131) | func (x *Version) Reset() { method String (line 140) | func (x *Version) String() string { method ProtoMessage (line 144) | func (*Version) ProtoMessage() {} method ProtoReflect (line 146) | func (x *Version) ProtoReflect() protoreflect.Message { method Descriptor (line 159) | func (*Version) Descriptor() ([]byte, []int) { method GetMajor (line 163) | func (x *Version) GetMajor() int32 { method GetMinor (line 170) | func (x *Version) GetMinor() int32 { method GetPatch (line 177) | func (x *Version) GetPatch() int32 { method GetSuffix (line 184) | func (x *Version) GetSuffix() string { type CodeGeneratorRequest (line 192) | type CodeGeneratorRequest struct method Reset (line 222) | func (x *CodeGeneratorRequest) Reset() { method String (line 231) | func (x *CodeGeneratorRequest) String() string { method ProtoMessage (line 235) | func (*CodeGeneratorRequest) ProtoMessage() {} method ProtoReflect (line 237) | func (x *CodeGeneratorRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 250) | func (*CodeGeneratorRequest) Descriptor() ([]byte, []int) { method GetFileToGenerate (line 254) | func (x *CodeGeneratorRequest) GetFileToGenerate() []string { method GetParameter (line 261) | func (x *CodeGeneratorRequest) GetParameter() string { method GetProtoFile (line 268) | func (x *CodeGeneratorRequest) GetProtoFile() []*descriptorpb.FileDesc... method GetCompilerVersion (line 275) | func (x *CodeGeneratorRequest) GetCompilerVersion() *Version { type CodeGeneratorResponse (line 283) | type CodeGeneratorResponse struct method Reset (line 303) | func (x *CodeGeneratorResponse) Reset() { method String (line 312) | func (x *CodeGeneratorResponse) String() string { method ProtoMessage (line 316) | func (*CodeGeneratorResponse) ProtoMessage() {} method ProtoReflect (line 318) | func (x *CodeGeneratorResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 331) | func (*CodeGeneratorResponse) Descriptor() ([]byte, []int) { method GetError (line 335) | func (x *CodeGeneratorResponse) GetError() string { method GetSupportedFeatures (line 342) | func (x *CodeGeneratorResponse) GetSupportedFeatures() uint64 { method GetFile (line 349) | func (x *CodeGeneratorResponse) GetFile() []*CodeGeneratorResponse_File { type CodeGeneratorResponse_File (line 357) | type CodeGeneratorResponse_File struct method Reset (line 420) | func (x *CodeGeneratorResponse_File) Reset() { method String (line 429) | func (x *CodeGeneratorResponse_File) String() string { method ProtoMessage (line 433) | func (*CodeGeneratorResponse_File) ProtoMessage() {} method ProtoReflect (line 435) | func (x *CodeGeneratorResponse_File) ProtoReflect() protoreflect.Messa... method Descriptor (line 448) | func (*CodeGeneratorResponse_File) Descriptor() ([]byte, []int) { method GetName (line 452) | func (x *CodeGeneratorResponse_File) GetName() string { method GetInsertionPoint (line 459) | func (x *CodeGeneratorResponse_File) GetInsertionPoint() string { method GetContent (line 466) | func (x *CodeGeneratorResponse_File) GetContent() string { method GetGeneratedCodeInfo (line 473) | func (x *CodeGeneratorResponse_File) GetGeneratedCodeInfo() *descripto... function file_google_protobuf_compiler_plugin_proto_rawDescGZIP (line 549) | func file_google_protobuf_compiler_plugin_proto_rawDescGZIP() []byte { function init (line 579) | func init() { file_google_protobuf_compiler_plugin_proto_init() } function file_google_protobuf_compiler_plugin_proto_init (line 580) | func file_google_protobuf_compiler_plugin_proto_init() { FILE: vendor_test.go function TestNoExternalDeps (line 23) | func TestNoExternalDeps(t *testing.T) { FILE: version_constant.go constant TwirpPackageIsVersion7 (line 18) | TwirpPackageIsVersion7 = true constant TwirpPackageMinVersion_8_1_0 (line 22) | TwirpPackageMinVersion_8_1_0 = true FILE: website/core/Footer.js class Footer (line 10) | class Footer extends React.Component { method render (line 11) | render() { FILE: website/pages/en/help.js class Help (line 16) | class Help extends React.Component { method render (line 17) | render() { FILE: website/pages/en/index.js function imgUrl (line 17) | function imgUrl(img) { function docUrl (line 21) | function docUrl(doc, language) { function pageUrl (line 25) | function pageUrl(page, language) { class Button (line 29) | class Button extends React.Component { method render (line 30) | render() { class HomeSplash (line 74) | class HomeSplash extends React.Component { method render (line 75) | render() { class Index (line 100) | class Index extends React.Component { method render (line 101) | render() { FILE: website/pages/en/users.js class Users (line 15) | class Users extends React.Component { method render (line 16) | render() {