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 …]
421 message.value.values.add().struct_value['name'] = 'Jim'
272 const ::google::protobuf::Struct& struct_value() const;275 void set_allocated_struct_value(::google::protobuf::Struct* struct_value);616 inline const ::google::protobuf::Struct& Value::struct_value() const { in struct_value() function642 inline void Value::set_allocated_struct_value(::google::protobuf::Struct* struct_value) { in set_allocated_struct_value() argument644 if (struct_value) { in set_allocated_struct_value()646 kind_.struct_value_ = struct_value; in set_allocated_struct_value()
913 mutable_struct_value()->::google::protobuf::Struct::MergeFrom(from.struct_value()); in MergeFrom()1148 const ::google::protobuf::Struct& Value::struct_value() const { in struct_value() function in google::protobuf::Value1174 void Value::set_allocated_struct_value(::google::protobuf::Struct* struct_value) { in set_allocated_struct_value() argument1176 if (struct_value) { in set_allocated_struct_value()1178 kind_.struct_value_ = struct_value; in set_allocated_struct_value()
75 Struct struct_value = 5; field
258 value = message.struct_value462 _ConvertStructMessage(value, message.struct_value)
1726 struct_value: {1779 struct_value: {1940 struct_value: {
190 google.protobuf.Struct struct_value = 1; field