Searched refs:sub_view (Results 1 – 2 of 2) sorted by relevance
727 Py_buffer sub_view = {NULL, NULL}; in tailmatch() local736 if (PyObject_GetBuffer(substr, &sub_view, PyBUF_SIMPLE) != 0) in tailmatch()738 sub = sub_view.buf; in tailmatch()739 slen = sub_view.len; in tailmatch()761 PyBuffer_Release(&sub_view); in tailmatch()765 PyBuffer_Release(&sub_view); in tailmatch()
325 for (UIView* sub_view in [flutter_view subviews]) {326 [sub_view removeFromSuperview];