Searched defs:UnorderedGroup (Results 1 - 2 of 2) sorted by relevance

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

Completed in 32 milliseconds