Home
last modified time | relevance | path

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

/third_party/python/Objects/
Denumobject.c154 enum_next(enumobject *en) in enum_next() function
250 (iternextfunc)enum_next, /* tp_iternext */
/third_party/libabigail/src/
Dabg-ctf-reader.cc1507 ctf_next_t *enum_next = NULL; in process_ctf_enum_type() local
1511 while ((ename = ctf_enum_next(ctf_dictionary, ctf_type, &enum_next, &evalue))) in process_ctf_enum_type()