Searched defs:is_nullable (Results 1 – 6 of 6) sorted by relevance
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
139 std::unique_ptr<Type> _buildType(std::string type_name, bool is_nullable) { in _buildType()193 bool is_nullable = false; in _parseOption() local
158 bool is_nullable = aidl.IsNullable(); in GetTypeInfo() local
346 bool is_nullable = !maybe_null_val->GetUses().empty(); in RunVisitListTest() local
112 def __init__(self, spec=None, is_nullable=False, module=None): argument
4021 int is_nullable = 0; in xmlRelaxNGCheckChoiceDeterminism() local