Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Ddynruntime.h118 #define mp_obj_str_get_str(s) (mp_obj_str_get_data_dyn((s), NULL))
119 #define mp_obj_str_get_data(o, len) (mp_obj_str_get_data_dyn((o), (len)))
151 static inline void *mp_obj_str_get_data_dyn(mp_obj_t o, size_t *l) { in mp_obj_str_get_data_dyn() function

Completed in 4 milliseconds