HomeSort by relevance Sort by last modified time
    Searched refs:unexpected_method (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/protobuf/python/
mox.py 109 def __init__(self, unexpected_method, expected):
113 # unexpected_method: MockMethod that was called but was not at the head of
117 unexpected_method: MockMethod
122 self._unexpected_method = unexpected_method
    [all...]
  /external/protobuf/python/
mox.py 109 def __init__(self, unexpected_method, expected):
113 # unexpected_method: MockMethod that was called but was not at the head of
117 unexpected_method: MockMethod
122 self._unexpected_method = unexpected_method
    [all...]

Completed in 36 milliseconds