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

  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Naming.py 140 h_guard_prefix = "__PYX_HAVE__" variable
ModuleNode.py 140 h_guard = Naming.h_guard_prefix + self.api_name(env)
608 code.putln("#define %s" % Naming.h_guard_prefix + self.api_name(env))
    [all...]

Completed in 1650 milliseconds