Searched refs:bytesMethods (Results 1 – 2 of 2) sorted by relevance
1412 func (b Bytes) Attr(name string) (Value, error) { return builtinAttr(b, name, bytesMethods) }1413 func (b Bytes) AttrNames() []string { return builtinAttrNames(bytesMethods) }
77 bytesMethods = map[string]*Builtin{ var