Searched refs:mkassert (Results 1 - 2 of 2) sorted by relevance
/third_party/littlefs/scripts/ |
H A D | explode_asserts.py | 164 def mkassert(type, comp, lh, rh, size=None): function 261 return mkassert('str', COMP[comp], lh, rh) 275 return mkassert('mem', COMP[comp], lh, rh, size) 283 return mkassert('int', COMP[comp], lh, rh) 289 return mkassert('bool', 'eq', lh, 'true') 338 return ws + mkassert('int', 'eq', lh, rh)
|
H A D | prettyasserts.py | 189 def mkassert(type, cmp, lh, rh, size=None): function 275 return mkassert('mem', CMP[cmp], lh, rh, size) 292 return mkassert('str', CMP[cmp], lh, rh) 304 return mkassert('int', CMP[cmp], lh, rh) 313 return mkassert('bool', 'eq', lh, 'true') 365 return ws + mkassert('mem', 'eq', lh, rh, size) 380 return ws + mkassert('str', 'eq', lh, rh) 388 return ws + mkassert('int', 'eq', lh, rh)
|
Completed in 2 milliseconds