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

/external/protobuf/python/google/protobuf/internal/
H A Dwell_known_types.py629 def _SetStructValue(struct_value, value):
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):
645 which = struct_value.WhichOneof('kind')
646 if which == 'struct_value':
647 return struct_value.struct_value
[all...]
H A Djson_format_test.py421 message.value.values.add().struct_value['name'] = 'Jim'
/external/protobuf/src/google/protobuf/
H A Dstruct.pb.h268 // optional .google.protobuf.Struct struct_value = 5;
272 const ::google::protobuf::Struct& struct_value() const;
275 void set_allocated_struct_value(::google::protobuf::Struct* struct_value);
603 // optional .google.protobuf.Struct struct_value = 5;
616 inline const ::google::protobuf::Struct& Value::struct_value() const { function in class:google::protobuf::Value
617 // @@protoc_insertion_point(field_get:google.protobuf.Value.struct_value)
628 // @@protoc_insertion_point(field_mutable:google.protobuf.Value.struct_value)
632 // @@protoc_insertion_point(field_release:google.protobuf.Value.struct_value)
642 inline void Value::set_allocated_struct_value(::google::protobuf::Struct* struct_value) { argument
644 if (struct_value) {
[all...]
H A Dstruct.pb.cc686 // optional .google.protobuf.Struct struct_value = 5;
762 // optional .google.protobuf.Struct struct_value = 5;
807 // optional .google.protobuf.Struct struct_value = 5;
853 // optional .google.protobuf.Struct struct_value = 5;
913 mutable_struct_value()->::google::protobuf::Struct::MergeFrom(from.struct_value());
1135 // optional .google.protobuf.Struct struct_value = 5;
1148 const ::google::protobuf::Struct& Value::struct_value() const { function in class:google::protobuf::Value
1149 // @@protoc_insertion_point(field_get:google.protobuf.Value.struct_value)
1160 // @@protoc_insertion_point(field_mutable:google.protobuf.Value.struct_value)
1164 // @@protoc_insertion_point(field_release:google.protobuf.Value.struct_value)
1174 set_allocated_struct_value(::google::protobuf::Struct* struct_value) argument
[all...]
/external/protobuf/python/google/protobuf/
H A Djson_format.py257 if which == 'struct_value':
258 value = message.struct_value
462 _ConvertStructMessage(value, message.struct_value)
/external/protobuf/conformance/
H A Dconformance_test.cc1726 struct_value: {
1779 struct_value: {
1940 struct_value: {

Completed in 138 milliseconds