Searched refs:rettypes (Results 1 - 1 of 1) sorted by relevance

/external/libxml2/
H A Dgentest.py524 rettypes = {} variable
531 if not rettypes.has_key(type):
532 rettypes[type] = func
545 if (name == None) or ((name not in argtypes) and (name not in rettypes)):
583 if (is_known_return_type(name) == 0) and (name in rettypes):

Completed in 48 milliseconds