Home
last modified time | relevance | path

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

/external/libxml2/
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):