Searched defs:AttrNames (Results 1 – 7 of 7) sorted by relevance
807 func (m *Message) AttrNames() []string { func973 func (f FileDescriptor) AttrNames() []string { func1032 func (d MessageDescriptor) AttrNames() []string { func1077 func (d FieldDescriptor) AttrNames() []string { func1117 func (e EnumDescriptor) AttrNames() []string { func1205 func (e EnumValueDescriptor) AttrNames() []string { func
22 func (m *Module) AttrNames() []string { return m.Members.Keys() } func
238 func (s *Struct) AttrNames() []string { func
83 func (benchmark) AttrNames() []string { return []string{"n", "restart", "start", "stop"} } func
317 AttrNames() []string // callers must not modify the result. methodSpec546 func (s String) AttrNames() []string { return builtinAttrNames(stringMethods) } func798 func (d *Dict) AttrNames() []string { return builtinAttrNames(dictMethods) } func886 func (l *List) AttrNames() []string { return builtinAttrNames(listMethods) } func1065 func (s *Set) AttrNames() []string { return builtinAttrNames(setMethods) } func1413 func (b Bytes) AttrNames() []string { return builtinAttrNames(bytesMethods) } func
250 func (hf *hasfields) AttrNames() []string { func
200 static constexpr StringLiteral AttrNames[] = { in copyFeaturesToFunction() local