Searched refs:mp_obj_stringio_t (Results 1 – 4 of 4) sorted by relevance
39 STATIC void check_stringio_is_open(const mp_obj_stringio_t *o) { in check_stringio_is_open()50 mp_obj_stringio_t *self = MP_OBJ_TO_PTR(self_in); in stringio_print()56 mp_obj_stringio_t *o = MP_OBJ_TO_PTR(o_in); in stringio_read()70 STATIC void stringio_copy_on_write(mp_obj_stringio_t *o) { in stringio_copy_on_write()80 mp_obj_stringio_t *o = MP_OBJ_TO_PTR(o_in); in stringio_write()114 mp_obj_stringio_t *o = MP_OBJ_TO_PTR(o_in); in stringio_ioctl()166 mp_obj_stringio_t *self = MP_OBJ_TO_PTR(self_in); in stringio_getvalue()179 STATIC mp_obj_stringio_t *stringio_new(const mp_obj_type_t *type) { in stringio_new()180 mp_obj_stringio_t *o = m_new_obj(mp_obj_stringio_t); in stringio_new()194 mp_obj_stringio_t *o = stringio_new(type_in); in stringio_make_new()
38 } mp_obj_stringio_t; typedef
236 mp_obj_stringio_t *o = m_new_obj(mp_obj_stringio_t); in resource_stream()
364 mp_obj_stringio_t sio = {{&mp_type_stringio}, &vstr, 0, MP_OBJ_NULL}; in mod_ujson_loads()
Completed in 6 milliseconds