Searched refs:getStaticType (Results 1 – 8 of 8) sorted by relevance
438 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()
231 type = prop->getStaticType(); in setProperty()254 type = locprop->getStaticType(); in setProperty()
50 Type getStaticType() const;
58 Type LocalizedPropertyNode::getStaticType() const { in getStaticType() function in configmgr::LocalizedPropertyNode
49 Type getStaticType() const;
364 Type type = prop->getStaticType(); in writeNode()407 getStaticType(); in writeNode()
58 Type PropertyNode::getStaticType() const { in getStaticType() function in configmgr::PropertyNode
393 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()
Completed in 36 milliseconds