/third_party/node/deps/icu-small/source/common/ |
H A D | pluralmap.h | 229 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 D | FieldCodec.cs | 220 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 D | SkUtils.cpp | 46 int GetIntParamWithDefault(int paramValue, int maxValue, int defaultValue) in GetIntParamWithDefault() argument
|
/third_party/skia/third_party/externals/oboe/src/common/ |
H A D | Utilities.cpp | 282 int getPropertyInteger(const char * name, int defaultValue) { in getPropertyInteger() argument
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | pluralmap.h | 229 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 D | MapEntryLite.java | 51 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 D | MapEntry.java | 82 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 D | GPBDescriptor.h | 178 @property(nonatomic, readonly) GPBGenericValue defaultValue; variable 314 @property(nonatomic, readonly, nullable) id defaultValue; variable
|
H A D | GPBDescriptor_PackagePrivate.h | 116 GPBGenericValue defaultValue; member 132 GPBGenericValue defaultValue; member
|
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
H A D | RubyRepeatedField.java | 351 private IRubyObject defaultValue(ThreadContext context) { in defaultValue() method in RubyRepeatedField
|
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluRenderConfig.hpp | 119 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 D | CompactCharArray.java | 65 public CompactCharArray(char defaultValue) in CompactCharArray() argument 431 char defaultValue; field in CompactCharArray
|
H A D | CompactByteArray.java | 64 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 D | ICUCurrencyMetaInfo.java | 167 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 D | ICUCurrencyMetaInfo.java | 169 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 D | CompactCharArray.java | 67 public CompactCharArray(char defaultValue) in CompactCharArray() argument 433 char defaultValue; field in CompactCharArray
|
H A D | CompactByteArray.java | 66 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 D | Column.java | 60 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 D | hb-ot-var-fvar-table.hh | 149 HBFixed defaultValue; /* The default coordinate value for the axis. */ member
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fInternalFormatQueryTests.cpp | 227 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 D | ShaderModule.h | 222 OverridableConstantScalar defaultValue; member
|
/third_party/skia/tools/flags/ |
H A D | CommandLineFlags.cpp | 16 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 D | CommandLineFlags.h | 273 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 D | deCommandLine.hpp | 61 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 D | TimeZoneGenericNames.java | 104 String defaultValue() { in defaultValue() method in TimeZoneGenericNames.Pattern
|