Home
last modified time | relevance | path

Searched defs:PropertyData (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.h94 struct PropertyData { struct
96 constexpr PropertyData(XFA_Element property, in PropertyData() function
103 XFA_Element property;
104 uint8_t occurrence_count;
105 Mask<XFA_PropertyFlag> flags;
/external/kotlinpoet/interop/kotlinx-metadata/src/main/kotlin/com/squareup/kotlinpoet/metadata/specs/
DPropertyData.kt35 public data class PropertyData( class
/external/clang/include/clang/Sema/
DAttributeList.h188 struct PropertyData { struct
190 PropertyData(IdentifierInfo *getterId, IdentifierInfo *setterId) in PropertyData() argument