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

  /external/protobuf/python/google/protobuf/
message.py 74 def __eq__(self, other_msg):
78 def __ne__(self, other_msg):
79 # Can't just say self != other_msg, since that would infinitely recurse. :)
80 return not self == other_msg
93 def MergeFrom(self, other_msg):
102 other_msg: Message to merge into the current message.
106 def CopyFrom(self, other_msg):
113 other_msg: Message to copy into the current one.
115 if self is other_msg:
118 self.MergeFrom(other_msg)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_mailbox.py     [all...]
  /external/python/cpython2/Lib/test/
test_mailbox.py     [all...]
  /external/python/cpython3/Lib/test/
test_mailbox.py     [all...]

Completed in 123 milliseconds