HomeSort by relevance Sort by last modified time
    Searched refs:is_str (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Code.pxd 73 @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
Code.py 774 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 = is_st
    [all...]
ExprNodes.py     [all...]
  /external/chromium_org/base/test/
trace_event_analyzer.cc 254 bool is_str = GetAsString(event, &str_value); local
255 if (is_str)
  /external/chromium_org/third_party/cython/src/Cython/Utility/
ModuleSetupCode.c 365 const char is_unicode; const char is_str; const char intern; } __Pyx_StringTabEntry; /*proto*/ member in struct:__anon16387
StringTools.c 27 if (t->is_unicode | t->is_str) {
  /external/chromium_org/third_party/bintrees/bintrees/
cwalker.c 293 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:__anon16217
    [all...]
qavltree.c 293 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:__anon16221
    [all...]
qbintree.c 293 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:__anon16225
    [all...]
qrbtree.c 293 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:__anon16229
    [all...]

Completed in 84 milliseconds