Lines Matching refs:attribute
33 [attribute] long Prop1;
34 [attribute, readonly] long Prop2;
35 /*[attribute, readonly, maybevoid] long Prop3Void;*/
36 [attribute, readonly/*, maybevoid*/] long Prop3Long;
37 /*[attribute, readonly, optional] long Prop4None;*/
38 [attribute, readonly/*, optional*/] long Prop4Long;
39 /*[attribute, readonly, maybevoid, optional] long Prop5None;*/
40 /*[attribute, readonly, maybevoid, optional] long Prop5Void;*/
41 [attribute, readonly/*, maybevoid, optional*/] long Prop5Long;
42 [attribute/*, maybevoid*/] long Prop6;
43 /*[attribute, maybevoid, optional] long Prop7None;*/
44 [attribute/*, maybevoid, optional*/] long Prop7;
45 /*[attribute, optional] long Prop8None;*/
46 [attribute/*, optional*/] long Prop8Long;