Home
last modified time | relevance | path

Searched defs:AttrNames (Results 1 – 7 of 7) sorted by relevance

/external/starlark-go/lib/proto/
Dproto.go807 func (m *Message) AttrNames() []string { func
973 func (f FileDescriptor) AttrNames() []string { func
1032 func (d MessageDescriptor) AttrNames() []string { func
1077 func (d FieldDescriptor) AttrNames() []string { func
1117 func (e EnumDescriptor) AttrNames() []string { func
1205 func (e EnumValueDescriptor) AttrNames() []string { func
/external/starlark-go/starlarkstruct/
Dmodule.go22 func (m *Module) AttrNames() []string { return m.Members.Keys() } func
Dstruct.go238 func (s *Struct) AttrNames() []string { func
/external/starlark-go/starlark/
Dbench_test.go83 func (benchmark) AttrNames() []string { return []string{"n", "restart", "start", "stop"} } func
Dvalue.go317 AttrNames() []string // callers must not modify the result. methodSpec
546 func (s String) AttrNames() []string { return builtinAttrNames(stringMethods) } func
798 func (d *Dict) AttrNames() []string { return builtinAttrNames(dictMethods) } func
886 func (l *List) AttrNames() []string { return builtinAttrNames(listMethods) } func
1065 func (s *Set) AttrNames() []string { return builtinAttrNames(setMethods) } func
1413 func (b Bytes) AttrNames() []string { return builtinAttrNames(bytesMethods) } func
Deval_test.go250 func (hf *hasfields) AttrNames() []string { func
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUAnnotateKernelFeatures.cpp200 static constexpr StringLiteral AttrNames[] = { in copyFeaturesToFunction() local