Searched refs:defaultValue_ (Results 1 – 4 of 4) sorted by relevance
/external/deqp/framework/delibs/decpp/ |
D | deCommandLine.hpp | 69 …* 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()
|
/external/protobuf/objectivec/ |
D | GPBDescriptor.m | 341 GPBGenericValue defaultValue_; 422 defaultValue_ = ((GPBMessageFieldDescriptionWithDefault *)description)->defaultValue; 426 const uint8_t *bytes = (const uint8_t *)defaultValue_.valueData; 431 defaultValue_.valueData = 443 [defaultValue_.valueData release]; 539 // Depends on the fact that defaultValue_ is initialized either to "0/nil" or 541 GPBGenericValue value = defaultValue_; 796 GPBGenericValue defaultValue_; 831 defaultValue_.valueData = 839 defaultValue_ = description->defaultValue; [all …]
|
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
D | Type.cs | 365 defaultValue_ = other.defaultValue_; in Field() 492 private string defaultValue_ = ""; field in Google.Protobuf.WellKnownTypes.Field 497 get { return defaultValue_; } 499 defaultValue_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | Descriptor.cs | 1261 defaultValue_ = other.defaultValue_; in FieldDescriptorProto() 1348 private string defaultValue_ = ""; field in Google.Protobuf.Reflection.FieldDescriptorProto 1357 get { return defaultValue_; } 1359 defaultValue_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|