Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/delibs/decpp/
DdeCommandLine.hpp69 …* shortName_, const char* longName_, const char* description_, const char* defaultValue_ = DE_NULL) in Option()
73 , defaultValue (defaultValue_) in Option()
81 …t char* longName_, const char* description_, ParseFunc parse_, const char* defaultValue_ = DE_NULL) in Option()
85 , defaultValue (defaultValue_) in Option()
93 …>* namedValues_, const NamedValue<ValueType>* namedValuesEnd_, const char* defaultValue_ = DE_NULL) in Option()
97 , defaultValue (defaultValue_) in Option()
106 …, const NamedValue<ValueType> (&namedValues_)[NumNamedValues], const char* defaultValue_ = DE_NULL) in Option()
110 , defaultValue (defaultValue_) in Option()
/third_party/protobuf/objectivec/
DGPBDescriptor.m464 GPBGenericValue defaultValue_;
569 defaultValue_ = ((GPBMessageFieldDescriptionWithDefault *)description)->defaultValue;
573 const uint8_t *bytes = (const uint8_t *)defaultValue_.valueData;
579 defaultValue_.valueData =
591 [defaultValue_.valueData release];
687 // Depends on the fact that defaultValue_ is initialized either to "0/nil" or
689 GPBGenericValue value = defaultValue_;
981 GPBGenericValue defaultValue_;
1016 defaultValue_.valueData =
1024 defaultValue_ = description_->defaultValue;
[all …]
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DType.cs484 defaultValue_ = other.defaultValue_; in Field()
622 private string defaultValue_ = ""; field in Google.Protobuf.WellKnownTypes.Field
628 get { return defaultValue_; }
630 defaultValue_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs2165 defaultValue_ = other.defaultValue_; in FieldDescriptorProto()
2338 private string defaultValue_; field in Google.Protobuf.Reflection.FieldDescriptorProto
2348 get { return defaultValue_ ?? DefaultValueDefaultValue; }
2350 defaultValue_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
2356 get { return defaultValue_ != null; }
2361 defaultValue_ = null; in ClearDefaultValue()