Home
last modified time | relevance | path

Searched refs:_MACRO_RE (Results 1 – 1 of 1) sorted by relevance

/external/protobuf/objectivec/DevTools/
Dpddm.py111 _MACRO_RE = re.compile(r'(?P<name>\w+)\((?P<args>.*?)\)') variable
238 match = _MACRO_RE.match(line)
272 match = _MACRO_RE.match(macro_ref_str)