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

  /external/chromium_org/tools/grit/grit/format/
rc_header.py 79 _cached_ids = {} variable
91 if root not in _cached_ids:
92 _cached_ids[root] = _ComputeIds(root)
93 return _cached_ids[root]

Completed in 423 milliseconds