Home
last modified time | relevance | path

Searched defs:defaultValue (Results 26 - 50 of 77) sorted by relevance

1234

/third_party/node/deps/icu-small/source/common/
H A Dpluralmap.h229 getMutableWithDefault( Category category, const T &defaultValue, UErrorCode &status) getMutableWithDefault() argument
260 getMutable( Category category, const T *defaultValue, UErrorCode &status) getMutable() argument
/third_party/protobuf/csharp/src/Google.Protobuf/
H A DFieldCodec.cs220 public static FieldCodec<string> ForString(uint tag, string defaultValue) in ForString() argument
231 public static FieldCodec<ByteString> ForBytes(uint tag, ByteString defaultValue) in ForBytes() argument
242 public static FieldCodec<bool> ForBool(uint tag, bool defaultValue) in ForBool() argument
253 ForInt32(uint tag, int defaultValue) ForInt32() argument
264 ForSInt32(uint tag, int defaultValue) ForSInt32() argument
275 ForFixed32(uint tag, uint defaultValue) ForFixed32() argument
286 ForSFixed32(uint tag, int defaultValue) ForSFixed32() argument
297 ForUInt32(uint tag, uint defaultValue) ForUInt32() argument
308 ForInt64(uint tag, long defaultValue) ForInt64() argument
319 ForSInt64(uint tag, long defaultValue) ForSInt64() argument
330 ForFixed64(uint tag, ulong defaultValue) ForFixed64() argument
341 ForSFixed64(uint tag, long defaultValue) ForSFixed64() argument
352 ForUInt64(uint tag, ulong defaultValue) ForUInt64() argument
363 ForFloat(uint tag, float defaultValue) ForFloat() argument
374 ForDouble(uint tag, double defaultValue) ForDouble() argument
390 ForEnum(uint tag, Func<T, int> toInt32, Func<int, T> fromInt32, T defaultValue) ForEnum() argument
[all...]
/third_party/skia/src/core/
H A DSkUtils.cpp46 int GetIntParamWithDefault(int paramValue, int maxValue, int defaultValue) in GetIntParamWithDefault() argument
/third_party/skia/third_party/externals/oboe/src/common/
H A DUtilities.cpp282 int getPropertyInteger(const char * name, int defaultValue) { in getPropertyInteger() argument
/third_party/skia/third_party/externals/icu/source/common/
H A Dpluralmap.h229 getMutableWithDefault( Category category, const T &defaultValue, UErrorCode &status) getMutableWithDefault() argument
260 getMutable( Category category, const T *defaultValue, UErrorCode &status) getMutable() argument
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DMapEntryLite.java51 public final V defaultValue; field in MapEntryLite.Metadata
53 Metadata( WireFormat.FieldType keyType, K defaultKey, WireFormat.FieldType valueType, V defaultValue) Metadata() argument
73 MapEntryLite( WireFormat.FieldType keyType, K defaultKey, WireFormat.FieldType valueType, V defaultValue) MapEntryLite() argument
102 newDefaultInstance( WireFormat.FieldType keyType, K defaultKey, WireFormat.FieldType valueType, V defaultValue) newDefaultInstance() argument
[all...]
H A DMapEntry.java82 MapEntry( Descriptor descriptor, WireFormat.FieldType keyType, K defaultKey, WireFormat.FieldType valueType, V defaultValue) MapEntry() argument
122 newDefaultInstance( Descriptor descriptor, WireFormat.FieldType keyType, K defaultKey, WireFormat.FieldType valueType, V defaultValue) newDefaultInstance() argument
[all...]
/third_party/protobuf/objectivec/
H A DGPBDescriptor.h178 @property(nonatomic, readonly) GPBGenericValue defaultValue; variable
314 @property(nonatomic, readonly, nullable) id defaultValue; variable
H A DGPBDescriptor_PackagePrivate.h116 GPBGenericValue defaultValue; member
132 GPBGenericValue defaultValue; member
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
H A DRubyRepeatedField.java351 private IRubyObject defaultValue(ThreadContext context) { in defaultValue() method in RubyRepeatedField
/third_party/vk-gl-cts/framework/opengl/
H A DgluRenderConfig.hpp119 T getValueOrDefault (const RenderConfig& config, const T RenderConfig::*field, T defaultValue) in getValueOrDefault() argument
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DCompactCharArray.java65 public CompactCharArray(char defaultValue) in CompactCharArray() argument
431 char defaultValue; field in CompactCharArray
H A DCompactByteArray.java64 public CompactByteArray(byte defaultValue) in CompactByteArray() argument
404 byte defaultValue; field in CompactByteArray
/third_party/icu/icu4j/main/classes/currdata/src/com/ibm/icu/impl/
H A DICUCurrencyMetaInfo.java167 private long getDate(ICUResourceBundle b, long defaultValue, boolean endOfDay) { in getDate() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DICUCurrencyMetaInfo.java169 private long getDate(ICUResourceBundle b, long defaultValue, boolean endOfDay) { in getDate() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DCompactCharArray.java67 public CompactCharArray(char defaultValue) in CompactCharArray() argument
433 char defaultValue; field in CompactCharArray
H A DCompactByteArray.java66 public CompactByteArray(byte defaultValue) in CompactByteArray() argument
406 byte defaultValue; field in CompactByteArray
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
H A DColumn.java60 public static <T extends Enum<T>> Column<T> of(Class<T> clazz, String name, T defaultValue) { in of() argument
144 public abstract T defaultValue(); in defaultValue() method in Column
50 create( Class<T> clazz, String name, T defaultValue, Function<String, T> parseFn) create() argument
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-var-fvar-table.hh149 HBFixed defaultValue; /* The default coordinate value for the axis. */ member
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fInternalFormatQueryTests.cpp227 const glw::GLint defaultValue = -123; // queries always return positive values in iterate() local
286 const glw::GLint defaultValue = -123; // queries always return positive values in iterate() local
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DShaderModule.h222 OverridableConstantScalar defaultValue; member
/third_party/skia/tools/flags/
H A DCommandLineFlags.cpp16 CreateStringFlag(const char* name, const char* shortName, CommandLineFlags::StringArray* pStrings, const char* defaultValue, const char* helpString, const char* extendedHelpString) CreateStringFlag() argument
31 SetDefaultStrings(CommandLineFlags::StringArray* pStrings, const char* defaultValue) SetDefaultStrings() argument
[all...]
H A DCommandLineFlags.h273 CreateBoolFlag(const char* name, const char* shortName, bool* pBool, bool defaultValue, const char* helpString) CreateBoolFlag() argument
300 CreateIntFlag(const char* name, int* pInt, int defaultValue, const char* helpString) CreateIntFlag() argument
310 CreateIntFlag(const char* name, const char* shortName, int* pInt, int defaultValue, const char* helpString) CreateIntFlag() argument
324 CreateDoubleFlag(const char* name, double* pDouble, double defaultValue, const char* helpString) CreateDoubleFlag() argument
400 SkString defaultValue() const { defaultValue() function in SkFlagInfo
[all...]
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeCommandLine.hpp61 const char* defaultValue; //!< Default value (parsed from string), or null if should not be set member
272 const char* defaultValue; member
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DTimeZoneGenericNames.java104 String defaultValue() { in defaultValue() method in TimeZoneGenericNames.Pattern

Completed in 15 milliseconds

1234