Searched refs:nillable_ (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/configmgr/source/ |
H A D | localizedpropertynode.cxx | 47 Node(layer), staticType_(staticType), nillable_(nillable) in LocalizedPropertyNode() 63 return nillable_; in isNillable() 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() 63 return nillable_; in isNillable() 95 Node(other), staticType_(other.staticType_), nillable_(other.nillable_), in PropertyNode()
|
H A D | localizedpropertynode.hxx | 66 bool nillable_; member in configmgr::LocalizedPropertyNode
|
H A D | propertynode.hxx | 71 bool nillable_; member in configmgr::PropertyNode
|
Completed in 19 milliseconds