Home
last modified time | relevance | path

Searched refs:stringMethods (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/tools/go/analysis/passes/unusedresult/
Dunusedresult.go44 var funcs, stringMethods stringSetFlag var
84 stringMethods.Set("Error,String")
85 Analyzer.Flags.Var(&stringMethods, "stringmethods",
117 if stringMethods[fn.Name()] {
/aosp_15_r20/external/starlark-go/starlark/
H A Dvalue.go545 func (s String) Attr(name string) (Value, error) { return builtinAttr(s, name, stringMethods) }
546 func (s String) AttrNames() []string { return builtinAttrNames(stringMethods) }
H A Dlibrary.go103 stringMethods = map[string]*Builtin{ var