Home
last modified time | relevance | path

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

/third_party/protobuf/python/google/protobuf/internal/
H A Dwell_known_types.py718 def _SetStructValue(struct_value, value):
720 struct_value.null_value = 0
724 struct_value.bool_value = value
726 struct_value.string_value = value
728 struct_value.number_value = value
730 struct_value.struct_value.Clear()
731 struct_value.struct_value.update(value)
733 struct_value
[all...]
H A Djson_format_test.py628 message.value.values.add().struct_value['name'] = 'Jim'
/third_party/protobuf/ruby/tests/
H A Dwell_known_types_test.rb158 'b' => {struct_value: {
163 'c' => {struct_value: {}}
183 b: {struct_value: {
H A Dcommon_tests.rb1209 ret.struct_value = value
1211 ret.struct_value = struct_from_ruby(value)
/third_party/protobuf/src/google/protobuf/
H A Dstruct.pb.cc445 static const PROTOBUF_NAMESPACE_ID::Struct& struct_value(const Value* msg);
450 Value::_Internal::struct_value(const Value* msg) { in struct_value() function in Value::_Internal
457 void Value::set_allocated_struct_value(PROTOBUF_NAMESPACE_ID::Struct* struct_value) { in set_allocated_struct_value() argument
460 if (struct_value) { in set_allocated_struct_value()
462 ::PROTOBUF_NAMESPACE_ID::Arena::GetArena(struct_value); in set_allocated_struct_value()
464 struct_value = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage( in set_allocated_struct_value()
465 message_arena, struct_value, submessage_arena); in set_allocated_struct_value()
468 kind_.struct_value_ = struct_value; in set_allocated_struct_value()
470 // @@protoc_insertion_point(field_set_allocated:google.protobuf.Value.struct_value) in set_allocated_struct_value()
650 // .google.protobuf.Struct struct_value in _InternalParse()
[all...]
H A Dstruct.pb.h477 // .google.protobuf.Struct struct_value = 5;
483 const PROTOBUF_NAMESPACE_ID::Struct& struct_value() const;
486 void set_allocated_struct_value(PROTOBUF_NAMESPACE_ID::Struct* struct_value);
492 PROTOBUF_NAMESPACE_ID::Struct* struct_value);
948 // .google.protobuf.Struct struct_value = 5;
967 // @@protoc_insertion_point(field_release:google.protobuf.Value.struct_value) in release_struct_value()
985 inline const PROTOBUF_NAMESPACE_ID::Struct& Value::struct_value() const { in struct_value() function in Value
986 // @@protoc_insertion_point(field_get:google.protobuf.Value.struct_value) in struct_value()
990 // @@protoc_insertion_point(field_unsafe_arena_release:google.protobuf.Value.struct_value) in unsafe_arena_release_struct_value()
1000 inline void Value::unsafe_arena_set_allocated_struct_value(PROTOBUF_NAMESPACE_ID::Struct* struct_value) { in unsafe_arena_set_allocated_struct_value() argument
[all...]
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DMessage.php1203 $struct_value = $this->getStructValue(); variable
1204 if (is_null($struct_value)) {
1205 $struct_value = new Struct(); variable
1206 $this->setStructValue($struct_value);
1211 $values = $struct_value->getFields();
/third_party/protobuf/python/google/protobuf/
H A Djson_format.py359 if which == 'struct_value':
360 value = message.struct_value
637 self._ConvertStructMessage(value, message.struct_value)

Completed in 13 milliseconds