Home
last modified time | relevance | path

Searched defs:hasAttributes (Results 1 – 14 of 14) sorted by relevance

/external/guice/core/src/com/google/inject/
DKey.java290 public boolean hasAttributes() { in hasAttributes() method in Key
308 boolean hasAttributes(); in hasAttributes() method
358 public boolean hasAttributes() { in hasAttributes() method in Key.NullAnnotationStrategy
393 public boolean hasAttributes() { in hasAttributes() method in Key.AnnotationInstanceStrategy
446 public boolean hasAttributes() { in hasAttributes() method in Key.AnnotationTypeStrategy
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DAttributes.h261 bool hasAttributes() const { return SetNode != nullptr; } in hasAttributes() function
DGlobalVariable.h209 bool hasAttributes() const { in hasAttributes() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DAttributeImpl.h182 bool hasAttributes() const { return NumAttrs != 0; } in hasAttributes() function
DAttributes.cpp1209 bool AttributeList::hasAttributes(unsigned Index) const { in hasAttributes() function in AttributeList
1531 bool AttrBuilder::hasAttributes() const { in hasAttributes() function in AttrBuilder
1535 bool AttrBuilder::hasAttributes(AttributeList AL, uint64_t Index) const { in hasAttributes() function in AttrBuilder
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DDOM2DTMdefaultNamespaceDeclarationNode.java79 public boolean hasAttributes() {return false;} in hasAttributes() method in DOM2DTMdefaultNamespaceDeclarationNode
/external/llvm/lib/IR/
DAttributeImpl.h187 bool hasAttributes() const { return NumAttrs != 0; } in hasAttributes() function
DAttributes.cpp1102 bool AttributeSet::hasAttributes(unsigned Index) const { in hasAttributes() function in AttributeSet
1472 bool AttrBuilder::hasAttributes() const { in hasAttributes() function in AttrBuilder
1476 bool AttrBuilder::hasAttributes(AttributeSet A, uint64_t Index) const { in hasAttributes() function in AttrBuilder
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemLiteralResult.java935 public boolean hasAttributes() in hasAttributes() method
/external/apache-xml/src/main/java/org/apache/xml/utils/
DUnImplNode.java409 public boolean hasAttributes() in hasAttributes() method in UnImplNode
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMNodeProxy.java1173 public boolean hasAttributes() in hasAttributes() method in DTMNodeProxy
/external/clang/include/clang/Sema/
DDeclSpec.h747 bool hasAttributes() const { return !Attrs.empty(); } in hasAttributes() function
2190 bool hasAttributes() const { in hasAttributes() function
/external/python/cpython3/Lib/xml/dom/
Dminidom.py880 def hasAttributes(self): member in Element
/external/python/cpython2/Lib/xml/dom/
Dminidom.py823 def hasAttributes(self): member in Element