Lines Matching defs:not
67 # Again, not sure how to best convey this.
91 return not self == other_msg
183 of bytes returned does not include the bytes
258 for all fields in the message which are not empty. The values vary by
267 field_name is not defined in the message descriptor, :exc:`ValueError` will
277 ValueError: if the `field_name` is not a member of this message.
291 ValueError: if the `field_name` is not a member of this message.
324 there is no separate notion of presence: a "not present" repeated
364 Clients should not call this directly.
393 if not isinstance(serialized, bytes):
402 # Python does not pickle nested classes; use the symbol_database on the
411 from google.protobuf import symbol_database # pylint:disable=g-import-not-at-top