Home | History | Annotate | Download | only in protobuf

Lines Matching refs:containing_type

116                file, containing_type, serialized_start=None,
130 containing_type: if provided, this is a nested descriptor, with this
145 self.containing_type = containing_type
153 while desc.containing_type is not None:
154 desc = desc.containing_type
186 containing_type: (Descriptor) Reference to the descriptor of the
226 def __init__(self, name, full_name, filename, containing_type, fields,
238 containing_type, serialized_start=serialized_start,
248 field.containing_type = self
257 enum_type.containing_type = self
337 containing_type: (Descriptor) Descriptor of the protocol message
429 default_value, message_type, enum_type, containing_type,
435 Note that containing_type may be None, and may be set later if necessary
449 self.containing_type = containing_type
505 containing_type: (Descriptor) Descriptor of the immediate containing
515 containing_type=None, options=None, file=None,
524 containing_type, serialized_start=serialized_start,