Home
last modified time | relevance | path

Searched refs:getStaticType (Results 1 – 8 of 8) sorted by relevance

/trunk/main/configmgr/source/
H A Dxcuparser.cxx438 node.get())->getStaticType(); in handleItem()
785 if (type != TYPE_ERROR && property->getStaticType() != TYPE_ANY && in handlePlainGroupProp()
786 type != property->getStaticType()) in handlePlainGroupProp()
795 valueParser_.type_ = type == TYPE_ERROR ? property->getStaticType() : type; in handlePlainGroupProp()
836 if (type != TYPE_ERROR && property->getStaticType() != TYPE_ANY && in handleLocalizedGroupProp()
837 type != property->getStaticType()) in handleLocalizedGroupProp()
846 valueParser_.type_ = type == TYPE_ERROR ? property->getStaticType() : type; in handleLocalizedGroupProp()
860 valueParser_.getLayer(), property->getStaticType(), in handleLocalizedGroupProp()
H A Dchildaccess.cxx231 type = prop->getStaticType(); in setProperty()
254 type = locprop->getStaticType(); in setProperty()
H A Dlocalizedpropertynode.hxx50 Type getStaticType() const;
H A Dwritemodfile.cxx364 Type type = prop->getStaticType(); in writeNode()
407 getStaticType(); in writeNode()
H A Daccess.cxx393 checkValue(value, locprop->getStaticType(), locprop->isNillable()); in insertLocalizedValueChild()
1059 dynamic_cast< LocalizedPropertyNode * >(p.get())->getStaticType()); in getElementType()
2094 type = mapType(prop->getStaticType()); in asProperty()
2108 type = mapType(locprop->getStaticType()); in asProperty()
2118 type = mapType(locprop->getStaticType()); in asProperty()
H A Dlocalizedpropertynode.cxx58 Type LocalizedPropertyNode::getStaticType() const { in getStaticType() function in configmgr::LocalizedPropertyNode
H A Dpropertynode.hxx49 Type getStaticType() const;
H A Dpropertynode.cxx58 Type PropertyNode::getStaticType() const { in getStaticType() function in configmgr::PropertyNode

Completed in 37 milliseconds