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

/external/chromium_org/third_party/protobuf/python/
H A Dmox.py102 class UnexpectedMethodCallError(Error): class in inherits:Error
440 UnexpectedMethodCallError if the object does not expect the call to
471 UnexpectedMethodCallError if the object does not expect the call to
586 raise UnexpectedMethodCallError(self, None)
611 raise UnexpectedMethodCallError(self, expected)
1226 If the method is not in the set, an UnexpectedMethodCallError will be
1236 UnexpectedMethodCallError if the mock_method was not in the group.
1255 raise UnexpectedMethodCallError(mock_method, self)
1288 If the method is not in the set, an UnexpectedMethodCallError will be
1298 UnexpectedMethodCallError i
[all...]
/external/protobuf/python/
H A Dmox.py102 class UnexpectedMethodCallError(Error): class in inherits:Error
440 UnexpectedMethodCallError if the object does not expect the call to
471 UnexpectedMethodCallError if the object does not expect the call to
586 raise UnexpectedMethodCallError(self, None)
611 raise UnexpectedMethodCallError(self, expected)
1226 If the method is not in the set, an UnexpectedMethodCallError will be
1236 UnexpectedMethodCallError if the mock_method was not in the group.
1255 raise UnexpectedMethodCallError(mock_method, self)
1288 If the method is not in the set, an UnexpectedMethodCallError will be
1298 UnexpectedMethodCallError i
[all...]

Completed in 59 milliseconds