Searched refs:py3str_cstring (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/cython/src/Cython/Compiler/ |
D | Code.py | 774 is_str=False, py3str_cstring=None): argument 793 key = (is_str, is_unicode, encoding_key, py3str_cstring) 828 pystring_cname, encoding, is_unicode, is_str, py3str_cstring, intern) 843 py3str_cstring=None, intern=False): argument 845 self.py3str_cstring = py3str_cstring 1091 py3str_cstring = None 1094 py3str_cstring = self.get_string_const(unicode_value, py_version=3) 1099 text.encoding, identifier, is_str, py3str_cstring) 1244 if py_string.py3str_cstring: 1249 py_string.py3str_cstring.cname, [all …]
|
D | Code.pxd | 74 cpdef get_py_string_const(self, encoding, identifier=*, is_str=*, py3str_cstring=*) argument
|