Home
last modified time | relevance | path

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

/third_party/libxml2/
Dgentest.py527 rettypes = {} variable
534 if not rettypes.has_key(type):
535 rettypes[type] = func
548 if (name == None) or ((name not in argtypes) and (name not in rettypes)):
586 if (is_known_return_type(name) == 0) and (name in rettypes):
/third_party/chromium/patch/
D0001-cve.patch120771 rettypes = {}
120776 - if not rettypes.has_key(type):
120777 - rettypes[type] = func
120778 + if type not in rettypes:
120779 + rettypes[type] = func
120848 if (is_known_return_type(name) == 0) and (name in rettypes):