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

  /external/libchrome/third_party/jinja2/
parser.py 48 self._last_identifier = 0
116 self._last_identifier += 1
118 nodes.Node.__init__(rv, 'fi%d' % self._last_identifier, lineno=lineno)
    [all...]
compiler.py 297 self._last_identifier = 0
319 self._last_identifier += 1
320 return 't_%d' % self._last_identifier
    [all...]

Completed in 52 milliseconds