Searched refs:macro_ref_str (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/cronet/third_party/protobuf/objectivec/DevTools/ |
H A D | pddm.py | 263 def Expand(self, macro_ref_str): argument 275 match = _MACRO_RE.match(macro_ref_str) 276 if match is None or match.group(0) != macro_ref_str: 277 raise PDDMError('Failed to parse macro reference: "%s"' % macro_ref_str) 280 return self._Expand(match, [], macro_ref_str) 288 def _Expand(self, macro_ref_match, macro_stack, macro_ref_str=None): argument 289 if macro_ref_str is None: 290 macro_ref_str = macro_ref_match.group('macro_ref') 295 (macro_ref_str, self._FormatStack(macro_stack))) 303 (len(macro.args), macro_ref_str, [all …]
|
/aosp_15_r20/external/protobuf/objectivec/DevTools/ |
H A D | pddm.py | 263 def Expand(self, macro_ref_str): argument 275 match = _MACRO_RE.match(macro_ref_str) 276 if match is None or match.group(0) != macro_ref_str: 277 raise PDDMError('Failed to parse macro reference: "%s"' % macro_ref_str) 280 return self._Expand(match, [], macro_ref_str) 288 def _Expand(self, macro_ref_match, macro_stack, macro_ref_str=None): argument 289 if macro_ref_str is None: 290 macro_ref_str = macro_ref_match.group('macro_ref') 295 (macro_ref_str, self._FormatStack(macro_stack))) 303 (len(macro.args), macro_ref_str, [all …]
|