Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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.py438 message.value.values.add().struct_value['name'] = 'Jim'
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dstruct.pb.h280 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() function
654 inline void Value::set_allocated_struct_value(::google::protobuf::Struct* struct_value) { in set_allocated_struct_value() argument
656 if (struct_value) { in set_allocated_struct_value()
658 kind_.struct_value_ = struct_value; in set_allocated_struct_value()
Dstruct.pb.cc988 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::Value
1249 void Value::set_allocated_struct_value(::google::protobuf::Struct* struct_value) { in set_allocated_struct_value() argument
1251 if (struct_value) { in set_allocated_struct_value()
1253 kind_.struct_value_ = struct_value; in set_allocated_struct_value()
Dstruct.proto75 Struct struct_value = 5; field
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/
Djson_format.py257 value = message.struct_value
480 self._ConvertStructMessage(value, message.struct_value)
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/
Dconformance_test.cc1744 struct_value: {
1797 struct_value: {
1958 struct_value: {
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/util/src/test/proto/com/google/protobuf/util/
Djson_test.proto191 google.protobuf.Struct struct_value = 1; field