Searched defs:is_nullable (Results 1 – 4 of 4) sorted by relevance
139 std::unique_ptr<Type> _buildType(std::string type_name, bool is_nullable) { in _buildType()193 bool is_nullable = false; in _parseOption() local
1868 def is_nullable(self) -> bool: member in Type1910 def is_nullable(self) -> bool: member in BaseType1934 def is_nullable(self) -> bool: member in OptionalType1958 def is_nullable(self) -> bool: member in CustomClassType1990 def is_nullable(self) -> bool: member in ListType
112 def __init__(self, spec=None, is_nullable=False, module=None): argument
4022 int is_nullable = 0; in xmlRelaxNGCheckChoiceDeterminism() local