Searched refs:_SetStructValue (Results 1 - 1 of 1) sorted by relevance

/external/protobuf/python/google/protobuf/internal/
H A Dwell_known_types.py629 def _SetStructValue(struct_value, value): function
671 _SetStructValue(self.fields[key], value)
691 _SetStructValue(self.values.add(), value)
702 _SetStructValue(self.values.__getitem__(index), value)

Completed in 613 milliseconds