Lines Matching refs:elt
301 params = [(getElemName(elt), elt) for elt in elem.findall('param')]
303 def is_count_output(name, elt):
308 and (elt.tail is None or 'const' not in elt.tail) \
311 countParams = [elt
312 for name, elt in params
313 if is_count_output(name, elt)]
510 type_elts = [elt
511 for elt in info.elem.findall('member')
512 if getElemType(elt) == TYPEENUM]