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

  /external/chromium_org/third_party/protobuf/python/
mox.py 664 def _CheckAndCreateNewGroup(self, group_name, group_class):
666 group_class. Adds the current method to this group or creates a new one.
671 group_class: the class used to create instance of this new group
676 if isinstance(group, group_class) and group.group_name() == group_name:
681 new_group = group_class(group_name)
    [all...]
  /external/protobuf/python/
mox.py 664 def _CheckAndCreateNewGroup(self, group_name, group_class):
666 group_class. Adds the current method to this group or creates a new one.
671 group_class: the class used to create instance of this new group
676 if isinstance(group, group_class) and group.group_name() == group_name:
681 new_group = group_class(group_name)
    [all...]

Completed in 39 milliseconds