Searched refs:struct_value (Results 1 – 8 of 8) sorted by relevance
629 def _SetStructValue(struct_value, value): argument631 struct_value.null_value = 0635 struct_value.bool_value = value637 struct_value.string_value = value639 struct_value.number_value = value644 def _GetStructValue(struct_value): argument645 which = struct_value.WhichOneof('kind')647 return struct_value.struct_value651 return struct_value.number_value653 return struct_value.string_value[all …]
438 message.value.values.add().struct_value['name'] = 'Jim'
280 const ::google::protobuf::Struct& struct_value() const;283 void set_allocated_struct_value(::google::protobuf::Struct* struct_value);628 inline const ::google::protobuf::Struct& Value::struct_value() const { in struct_value() function654 inline void Value::set_allocated_struct_value(::google::protobuf::Struct* struct_value) { in set_allocated_struct_value() argument656 if (struct_value) { in set_allocated_struct_value()658 kind_.struct_value_ = struct_value; in set_allocated_struct_value()
988 mutable_struct_value()->::google::protobuf::Struct::MergeFrom(from.struct_value()); in MergeFrom()1223 const ::google::protobuf::Struct& Value::struct_value() const { in struct_value() function in google::protobuf::Value1249 void Value::set_allocated_struct_value(::google::protobuf::Struct* struct_value) { in set_allocated_struct_value() argument1251 if (struct_value) { in set_allocated_struct_value()1253 kind_.struct_value_ = struct_value; in set_allocated_struct_value()
75 Struct struct_value = 5; field
257 value = message.struct_value480 self._ConvertStructMessage(value, message.struct_value)
1744 struct_value: {1797 struct_value: {1958 struct_value: {
191 google.protobuf.Struct struct_value = 1; field