Home
last modified time | relevance | path

Searched refs:defaultValue_ (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBDescriptor.m352 GPBGenericValue defaultValue_;
433 defaultValue_ = ((GPBMessageFieldDescriptionWithDefault *)description)->defaultValue;
437 const uint8_t *bytes = (const uint8_t *)defaultValue_.valueData;
442 defaultValue_.valueData =
454 [defaultValue_.valueData release];
550 // Depends on the fact that defaultValue_ is initialized either to "0/nil" or
552 GPBGenericValue value = defaultValue_;
823 GPBGenericValue defaultValue_;
858 defaultValue_.valueData =
866 defaultValue_ = description->defaultValue;
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/WellKnownTypes/
DType.cs387 defaultValue_ = other.defaultValue_; in Field()
524 private string defaultValue_ = ""; field in Google.Protobuf.WellKnownTypes.Field
530 get { return defaultValue_; }
532 defaultValue_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs1360 defaultValue_ = other.defaultValue_; in FieldDescriptorProto()
1454 private string defaultValue_ = ""; field in Google.Protobuf.Reflection.FieldDescriptorProto
1464 get { return defaultValue_; }
1466 defaultValue_ = pb::ProtoPreconditions.CheckNotNull(value, "value");