Home
last modified time | relevance | path

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

/external/python/cffi/cffi/
Dcparser.py387 decl.type, name=decl.name, partial_length_ok=True)
476 partial_length_ok=True)
553 def _get_type_and_quals(self, typenode, name=None, partial_length_ok=False): argument
569 typenode.dim, partial_length_ok=partial_length_ok)
571 partial_length_ok=partial_length_ok)
785 partial_length_ok=True)
815 def _parse_constant(self, exprnode, partial_length_ok=False): argument
846 if partial_length_ok: