Home
last modified time | relevance | path

Searched refs:struct_value (Results 1 – 9 of 9) sorted by relevance

/external/protobuf/python/google/protobuf/internal/
Dwell_known_types.py629 def _SetStructValue(struct_value, value): argument
631 struct_value.null_value = 0
635 struct_value.bool_value = value
637 struct_value.string_value = value
639 struct_value.number_value = value
644 def _GetStructValue(struct_value): argument
645 which = struct_value.WhichOneof('kind')
647 return struct_value.struct_value
651 return struct_value.number_value
653 return struct_value.string_value
[all …]
Djson_format_test.py421 message.value.values.add().struct_value['name'] = 'Jim'
/external/protobuf/src/google/protobuf/
Dstruct.pb.h272 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() function
642 inline void Value::set_allocated_struct_value(::google::protobuf::Struct* struct_value) { in set_allocated_struct_value() argument
644 if (struct_value) { in set_allocated_struct_value()
646 kind_.struct_value_ = struct_value; in set_allocated_struct_value()
Dstruct.pb.cc913 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::Value
1174 void Value::set_allocated_struct_value(::google::protobuf::Struct* struct_value) { in set_allocated_struct_value() argument
1176 if (struct_value) { in set_allocated_struct_value()
1178 kind_.struct_value_ = struct_value; in set_allocated_struct_value()
Dstruct.proto75 Struct struct_value = 5; field
/external/protobuf/python/google/protobuf/
Djson_format.py258 value = message.struct_value
462 _ConvertStructMessage(value, message.struct_value)
/external/golang-protobuf/ptypes/struct/
Dstruct.proto75 Struct struct_value = 5; field
/external/protobuf/conformance/
Dconformance_test.cc1726 struct_value: {
1779 struct_value: {
1940 struct_value: {
/external/protobuf/java/util/src/test/proto/com/google/protobuf/util/
Djson_test.proto190 google.protobuf.Struct struct_value = 1; field