Home
last modified time | relevance | path

Searched defs:is_nullable (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/pytorch/torchgen/
H A Dmodel.py1868 def is_nullable(self) -> bool: member in Type
1910 def is_nullable(self) -> bool: member in BaseType
1934 def is_nullable(self) -> bool: member in OptionalType
1958 def is_nullable(self) -> bool: member in CustomClassType
1990 def is_nullable(self) -> bool: member in ListType
/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dinvalid_arguments.cpp139 std::unique_ptr<Type> _buildType(std::string type_name, bool is_nullable) { in _buildType()
193 bool is_nullable = false; in _parseOption() local
/aosp_15_r20/system/tools/aidl/
Daidl_to_ndk.cpp158 bool is_nullable = aidl.IsNullable(); in GetTypeInfo() local
/aosp_15_r20/art/compiler/optimizing/
H A Dreference_type_propagation_test.cc346 bool is_nullable = !maybe_null_val->GetUses().empty(); in RunVisitListTest() local
/aosp_15_r20/external/libchrome/mojo/public/tools/bindings/pylib/mojom/generate/
H A Dmodule.py112 def __init__(self, spec=None, is_nullable=False, module=None): argument
/aosp_15_r20/external/libxml2/
H A Drelaxng.c4021 int is_nullable = 0; in xmlRelaxNGCheckChoiceDeterminism() local