Home
last modified time | relevance | path

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

/external/protobuf/objectivec/DevTools/
Dpddm.py135 class PDDMError(Exception): class
212 raise PDDMError('Attempt to redefine macro: "%s"' % line)
218 raise PDDMError('Got DEFINE-END directive without an active macro:'
222 raise PDDMError('Hit a line with an unknown directive: "%s"' % line)
232 raise PDDMError('Hit a line that wasn\'t a directive and no open macro'
241 raise PDDMError('Failed to parse macro definition: "%s"' % input_line)
249 raise PDDMError('Empty arg name in macro definition: "%s"'
252 raise PDDMError('Invalid arg name "%s" in macro definition: "%s"'
255 raise PDDMError('Arg name "%s" used more than once in macro'
274 raise PDDMError('Failed to parse macro reference: "%s"' % macro_ref_str)
[all …]
Dpddm_tests.py123 except pddm.PDDMError as e:
178 except pddm.PDDMError as e:
271 except pddm.PDDMError as e:
315 except pddm.PDDMError as e:
390 except pddm.PDDMError as e:
487 except pddm.PDDMError as e:
507 except pddm.PDDMError as e: