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

  /external/chromium_org/third_party/protobuf/python/
mox.py 115 # expected: MockMethod or UnorderedGroup the method should have
118 expected: MockMethod or UnorderedGroup
702 return self._CheckAndCreateNewGroup(group_name, UnorderedGroup)
1203 class UnorderedGroup(MethodGroup):
1204 """UnorderedGroup holds a set of method calls that may occur in any order.
1211 super(UnorderedGroup, self).__init__(group_name)
    [all...]
  /external/protobuf/python/
mox.py 115 # expected: MockMethod or UnorderedGroup the method should have
118 expected: MockMethod or UnorderedGroup
702 return self._CheckAndCreateNewGroup(group_name, UnorderedGroup)
1203 class UnorderedGroup(MethodGroup):
1204 """UnorderedGroup holds a set of method calls that may occur in any order.
1211 super(UnorderedGroup, self).__init__(group_name)
    [all...]

Completed in 141 milliseconds