Home
last modified time | relevance | path

Searched refs:mp_obj_cast_to_native_base (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Dobjtuple.c116 another_in = mp_obj_cast_to_native_base(another_in, MP_OBJ_FROM_PTR(&mp_type_tuple)); in tuple_cmp_helper()
A Ddynruntime.h115 #define mp_obj_cast_to_native_base(o, t) (mp_obj_cast_to_native_base_dyn((o), (t))) macro
A Dobj.h771 mp_obj_t mp_obj_cast_to_native_base(mp_obj_t self_in, mp_const_obj_t native_type);
A Dobjtype.c1406 mp_obj_t mp_obj_cast_to_native_base(mp_obj_t self_in, mp_const_obj_t native_type) { in mp_obj_cast_to_native_base() function
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dmodframebuf.c530 mp_obj_t source_in = mp_obj_cast_to_native_base(args[1], MP_OBJ_FROM_PTR(&mp_type_framebuf)); in framebuf_blit()

Completed in 16 milliseconds