Home
last modified time | relevance | path

Searched refs:PropertyAttr (Results 1 – 2 of 2) sorted by relevance

/trunk/main/autodoc/source/display/idl/
H A Dhfi_service.cxx253 typedef ary::idl::ifc_property::attr PropertyAttr; typedef
267 if (PropertyAttr::HasAnyStereotype(i_property)) in produce_SummaryDeclaration()
270 if (PropertyAttr::IsReadOnly(i_property)) in produce_SummaryDeclaration()
272 if (PropertyAttr::IsBound(i_property)) in produce_SummaryDeclaration()
274 if (PropertyAttr::IsConstrained(i_property)) in produce_SummaryDeclaration()
276 if (PropertyAttr::IsMayBeAmbiguous(i_property)) in produce_SummaryDeclaration()
278 if (PropertyAttr::IsMayBeDefault(i_property)) in produce_SummaryDeclaration()
280 if (PropertyAttr::IsMayBeVoid(i_property)) in produce_SummaryDeclaration()
282 if (PropertyAttr::IsRemovable(i_property)) in produce_SummaryDeclaration()
284 if (PropertyAttr::IsTransient(i_property)) in produce_SummaryDeclaration()
[all …]
H A Dhfi_property.cxx116 typedef ary::idl::ifc_property::attr PropertyAttr; typedef
121 if (PropertyAttr::HasAnyStereotype(i_ce)) in write_Declaration()
124 if (PropertyAttr::IsReadOnly(i_ce)) in write_Declaration()
126 if (PropertyAttr::IsBound(i_ce)) in write_Declaration()
128 if (PropertyAttr::IsConstrained(i_ce)) in write_Declaration()
130 if (PropertyAttr::IsMayBeAmbiguous(i_ce)) in write_Declaration()
132 if (PropertyAttr::IsMayBeDefault(i_ce)) in write_Declaration()
134 if (PropertyAttr::IsMayBeVoid(i_ce)) in write_Declaration()
136 if (PropertyAttr::IsRemovable(i_ce)) in write_Declaration()
138 if (PropertyAttr::IsTransient(i_ce)) in write_Declaration()
[all …]

Completed in 21 milliseconds