Lines Matching refs:PropertyAttribute
115 infos.instancePropertiesInfo.attributes.push_back(PropertyAttribute(tempStr, true, true, true));
118 infos.staticPropertiesInfo.attributes.push_back(PropertyAttribute(tempStr, true, true, true));
121 infos.nonStaticPropertiesInfo.attributes.push_back(PropertyAttribute(tempStr, true, true, true));
138 infos.instancePropertiesInfo.attributes.push_back(PropertyAttribute(instanceStr, true, true, true));
143 infos.staticPropertiesInfo.attributes.push_back(PropertyAttribute(staticStr, true, true, true));
148 infos.nonStaticPropertiesInfo.attributes.push_back(PropertyAttribute(nonStaticStr, true, true, true));
155 infos.instancePropertiesInfo.attributes.push_back(PropertyAttribute(duplicatedValue, true, true, true));
443 infos.staticPropertiesInfo.attributes.push_back(PropertyAttribute(func, true, true, true));
463 infos.staticPropertiesInfo.attributes.push_back(PropertyAttribute(getterSetter, true, true, true));
486 infos.staticPropertiesInfo.attributes.push_back(PropertyAttribute(staticValue, true, true, true));
506 info.attributes.push_back(PropertyAttribute(str, true, true, true));