Lines Matching full:composite
147 # Constructor with only repeated composite types should succeed.
269 # composite (i.e., foreign or group) field in TestAllTypes,
271 # scalar field within that composite.
303 # proto.composite.HasField('scalar') will still return False.
307 # Assert that the composite object does not "have" the scalar.
309 # Assert that proto does not "have" the composite field.
312 # Now set the scalar within the composite field. Ensure that the setting
313 # is reflected, and that proto.HasField('composite') and
314 # proto.composite.HasField('scalar') now both return True.
429 # Do the same test, but with a repeated composite field within the
594 # or to nonrepeated composite fields. Ensure that this fails.
600 # Composite fields.
1502 # TODO(anuraag): Implement deepcopy for repeated composite / extension dict
1862 # Change a nonrepeated composite field.
1885 # Change value within a repeated composite field.
1890 # Add a value to a repeated composite field.
1905 # nonrepeated composite field.