Searched refs:nullable (Results 1 – 5 of 5) sorted by relevance
| /openbmc/openbmc/poky/bitbake/lib/hashserv/ |
| H A D | sqlalchemy.py | 44 method = Column(Text, nullable=False) 45 taskhash = Column(Text, nullable=False) 46 unihash = Column(Text, nullable=False) 47 gc_mark = Column(Text, nullable=False) 59 method = Column(Text, nullable=False) 60 taskhash = Column(Text, nullable=False) 61 outhash = Column(Text, nullable=False) 79 username = Column(Text, nullable=False) 80 token = Column(Text, nullable=False) 89 name = Column(Text, nullable=False) [all …]
|
| /openbmc/qemu/hw/display/ |
| H A D | apple-gfx-mmio.m | 43 @property (readwrite, nonatomic, copy, nullable) IOSFCMapMemory mapMemory; 44 @property (readwrite, nonatomic, copy, nullable) IOSFCUnmapMemory unmapMemory; 45 @property (readwrite, nonatomic, copy, nullable) IOSFCRaiseInterrupt raiseInterrupt;
|
| /openbmc/openbmc/poky/bitbake/lib/ply/ |
| H A D | yacc.py | 2095 nullable = {} 2100 nullable[p.name] = 1 2103 if not t in nullable: break 2105 nullable[p.name] = 1 2106 if len(nullable) == num_nullable: break 2107 num_nullable = len(nullable) 2108 return nullable 2141 def dr_relation(self,C,trans,nullable): argument 2208 def compute_lookback_includes(self,C,trans,nullable): argument 2243 if not p.prod[li] in nullable: break [all …]
|
| /openbmc/docs/designs/ |
| H A D | external-sensor.md | 89 the field is essentially now nullable. Instead of having to arbitrarily choose
|
| /openbmc/openbmc/poky/meta/recipes-support/vte/vte/ |
| H A D | 0004-fast_float-Add-single-header-library-for-from_char-i.patch | 1265 + span<const UC> integer{}; // non-nullable 1266 + span<const UC> fraction{}; // nullable
|