HomeSort by relevance Sort by last modified time
    Searched full:is_cpp_string (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/cython/src/Cython/Compiler/
PyrexTypes.py 161 # is_cpp_string boolean Is a C++ std::string type
213 is_cpp_string = 0 variable in class:PyrexType
    [all...]
Optimize.py     [all...]
ExprNodes.py     [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
cpp.py 731 def is_cpp_string(line): function
802 if comment_position != -1 and not is_cpp_string(line[:comment_position]):
    [all...]

Completed in 140 milliseconds