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

/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DCode.pxd73 @cython.locals(intern=bint, is_str=bint, is_unicode=bint)
74 cpdef get_py_string_const(self, encoding, identifier=*, is_str=*, py3str_cstring=*)
79 ## cdef public bint is_str
H A DCode.py774 is_str=False, py3str_cstring=None):
778 is_str = bool(identifier or is_str)
779 is_unicode = encoding is None and not is_str
793 key = (is_str, is_unicode, encoding_key, py3str_cstring)
823 (is_str and 's') or (is_unicode and 'u') or 'b',
828 pystring_cname, encoding, is_unicode, is_str, py3str_cstring, intern)
840 # is_str boolean
842 def __init__(self, cname, encoding, is_unicode, is_str=False,
847 self.is_str
[all...]
H A DExprNodes.py1422 self.value, identifier=self.is_identifier, is_str=True,
7638 func.name, identifier=True, is_str=False, unicode_value=func.name)
7641 file_path_const = code.get_py_string_const(file_path, identifier=False, is_str=True)
/external/chromium_org/base/test/
H A Dtrace_event_analyzer.cc254 bool is_str = GetAsString(event, &str_value); local
255 if (is_str)
/external/chromium_org/third_party/cython/src/Cython/Utility/
H A DModuleSetupCode.c365 const char is_unicode; const char is_str; const char intern; } __Pyx_StringTabEntry; /*proto*/ member in struct:__anon11762
H A DStringTools.c27 if (t->is_unicode | t->is_str) {
/external/chromium_org/third_party/bintrees/bintrees/
H A Dcwalker.c293 typedef struct {PyObject **p; char *s; const long n; const char* encoding; const char is_unicode; const char is_str; const char intern; } __Pyx_StringTabEntry; /*proto*/ member in struct:__anon11592
3689 if (t->is_unicode | t->is_str) {
H A Dqavltree.c293 typedef struct {PyObject **p; char *s; const long n; const char* encoding; const char is_unicode; const char is_str; const char intern; } __Pyx_StringTabEntry; /*proto*/ member in struct:__anon11596
3292 if (t->is_unicode | t->is_str) {
H A Dqbintree.c293 typedef struct {PyObject **p; char *s; const long n; const char* encoding; const char is_unicode; const char is_str; const char intern; } __Pyx_StringTabEntry; /*proto*/ member in struct:__anon11600
3287 if (t->is_unicode | t->is_str) {
H A Dqrbtree.c293 typedef struct {PyObject **p; char *s; const long n; const char* encoding; const char is_unicode; const char is_str; const char intern; } __Pyx_StringTabEntry; /*proto*/ member in struct:__anon11604
3289 if (t->is_unicode | t->is_str) {

Completed in 966 milliseconds