Home
last modified time | relevance | path

Searched defs:Attr (Results 1 – 25 of 109) sorted by relevance

12345

/prebuilts/go/linux-x86/src/log/slog/
Dattr.go12 type Attr struct { struct
13 Key string
14 Value Value
89 func (a Attr) Equal(b Attr) bool {
93 func (a Attr) String() string {
99 func (a Attr) isEmpty() bool {
Drecord_test.go116 func newRecordWithAttrs(as []Attr) Record {
128 func attrsEqual(as1, as2 []Attr) bool {
/prebuilts/go/linux-x86/src/log/slog/internal/slogtest/
Dslogtest.go13 func RemoveTime(groups []string, a slog.Attr) slog.Attr {
/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DASTMutationListener.h16 class Attr; variable
128 const Attr *Attr) {} in DeclarationMarkedOpenMPDeclareTarget()
147 virtual void AddedAttributeToRecord(const Attr *Attr, in AddedAttributeToRecord()
DAttrVisitor.h48 RetTy VisitAttr(PTR(Attr)) { return RetTy(); } in VisitAttr()
DAttrIterator.h25 class Attr; variable
/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DASTMutationListener.h16 class Attr; variable
128 const Attr *Attr) {} in DeclarationMarkedOpenMPDeclareTarget()
147 virtual void AddedAttributeToRecord(const Attr *Attr, in AddedAttributeToRecord()
DAttrVisitor.h48 RetTy VisitAttr(PTR(Attr)) { return RetTy(); } in VisitAttr()
DAttrIterator.h25 class Attr; variable
/prebuilts/go/linux-x86/src/encoding/xml/
Dread.go192 UnmarshalXMLAttr(attr Attr) error
251 func (d *Decoder) unmarshalAttr(val reflect.Value, attr Attr) error {
/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DASTMutationListener.h16 class Attr; variable
130 const Attr *Attr) {} in DeclarationMarkedOpenMPDeclareTarget()
149 virtual void AddedAttributeToRecord(const Attr *Attr, in AddedAttributeToRecord()
DAttrVisitor.h48 RetTy VisitAttr(PTR(Attr)) { return RetTy(); } in VisitAttr()
DAttrIterator.h25 class Attr; variable
/prebuilts/clang/host/linux-x86/clang-r547379/include/clang/AST/
DASTMutationListener.h16 class Attr; variable
130 const Attr *Attr) {} in DeclarationMarkedOpenMPDeclareTarget()
149 virtual void AddedAttributeToRecord(const Attr *Attr, in AddedAttributeToRecord()
DAttrVisitor.h48 RetTy VisitAttr(PTR(Attr)) { return RetTy(); } in VisitAttr()
DAttrIterator.h25 class Attr; variable
/prebuilts/go/linux-x86/src/cmd/go/internal/vcs/
Ddiscovery.go90 func attrValue(attrs []xml.Attr, name string) string {
/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/
DAttributes.h282 inline LLVMAttributeRef wrap(Attribute Attr) { in wrap()
287 inline Attribute unwrap(LLVMAttributeRef Attr) { in unwrap()
/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/DWARF/
DDWARFAttribute.h30 dwarf::Attribute Attr = dwarf::Attribute(0); member
/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/DWARF/
DDWARFAttribute.h30 dwarf::Attribute Attr = dwarf::Attribute(0); member
/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/DebugInfo/DWARF/
DDWARFAttribute.h30 dwarf::Attribute Attr = dwarf::Attribute(0); member
/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/DWARF/
DDWARFAttribute.h30 dwarf::Attribute Attr = dwarf::Attribute(0); member
/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/IR/
DAttributes.h315 inline LLVMAttributeRef wrap(Attribute Attr) { in wrap()
320 inline Attribute unwrap(LLVMAttributeRef Attr) { in unwrap()
/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/
DAttributes.h298 inline LLVMAttributeRef wrap(Attribute Attr) { in wrap()
303 inline Attribute unwrap(LLVMAttributeRef Attr) { in unwrap()
/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/
DAttributes.h298 inline LLVMAttributeRef wrap(Attribute Attr) { in wrap()
303 inline Attribute unwrap(LLVMAttributeRef Attr) { in unwrap()

12345