Home
last modified time | relevance | path

Searched refs:MP_UNARY_OP_SIZEOF (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Druntime0.h55 #define MP_UNARY_OP_NUM_RUNTIME (MP_UNARY_OP_SIZEOF + 1)
79 MP_UNARY_OP_SIZEOF, // for sys.getsizeof() enumerator
A Dobjdeque.c86 case MP_UNARY_OP_SIZEOF: { in deque_unary_op()
A Dmodsys.c162 return mp_unary_op(MP_UNARY_OP_SIZEOF, obj); in mp_sys_getsizeof()
A Dobjtype.c383 [MP_UNARY_OP_SIZEOF] = MP_QSTR___sizeof__,
391 if (MP_UNLIKELY(op == MP_UNARY_OP_SIZEOF)) { in instance_unary_op()
A Dobjdict.c136 case MP_UNARY_OP_SIZEOF: { in dict_unary_op()
A Dobjlist.c101 case MP_UNARY_OP_SIZEOF: { in list_unary_op()

Completed in 11 milliseconds