Home
last modified time | relevance | path

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

/third_party/protobuf/objectivec/DevTools/
H A Dpddm.py135 class PDDMError(Exception): class
150 PDDMError if there are any issues.
190 PDDMError if there are any issues.
203 PDDMError if there are any issues.
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('Empt
[all...]
H A 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:
494 except pddm.PDDMError as e:
514 except pddm.PDDMError as e:

Completed in 2 milliseconds