Searched refs:staticType_ (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/configmgr/source/ |
H A D | localizedpropertynode.cxx | 47 Node(layer), staticType_(staticType), nillable_(nillable) in LocalizedPropertyNode() 59 return staticType_; in getStaticType() 68 Node(other), staticType_(other.staticType_), nillable_(other.nillable_) in LocalizedPropertyNode()
|
H A D | propertynode.cxx | 50 Node(layer), staticType_(staticType), nillable_(nillable), value_(value), in PropertyNode() 59 return staticType_; in getStaticType() 95 Node(other), staticType_(other.staticType_), nillable_(other.nillable_), in PropertyNode()
|
H A D | localizedpropertynode.hxx | 63 Type staticType_; member in configmgr::LocalizedPropertyNode
|
H A D | propertynode.hxx | 68 Type staticType_; member in configmgr::PropertyNode
|
Completed in 19 milliseconds