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

  /external/chromium_org/third_party/protobuf/python/
mox.py 534 self._call_queue = call_queue
536 self._call_queue = deque(self._call_queue)
562 self._call_queue.append(self)
584 return self._call_queue.popleft()
651 this_method = self._call_queue.pop()
658 group = self._call_queue[-1]
683 self._call_queue.append(new_group)
    [all...]
  /external/protobuf/python/
mox.py 534 self._call_queue = call_queue
536 self._call_queue = deque(self._call_queue)
562 self._call_queue.append(self)
584 return self._call_queue.popleft()
651 this_method = self._call_queue.pop()
658 group = self._call_queue[-1]
683 self._call_queue.append(new_group)
    [all...]

Completed in 34 milliseconds