/third_party/protobuf/src/google/protobuf/ |
D | inlined_string_field.h | 70 void ClearToEmpty(const std::string* default_value, in ClearToEmpty() 83 void ClearToDefault(const std::string* default_value, in ClearToDefault() 90 void Destroy(const std::string* default_value, in Destroy() 99 std::string* Mutable(const std::string* default_value, in Mutable() 106 std::string* Release(const std::string* default_value, Arena* /*arena*/) { in Release() 109 std::string* ReleaseNonDefault(const std::string* default_value, in ReleaseNonDefault() 113 std::string* ReleaseNoArena(const std::string* default_value) { in ReleaseNoArena() 118 void Set(const std::string* default_value, StringPiece value, in Set() 122 void SetLite(const std::string* default_value, StringPiece value, in SetLite() 129 void Set(const std::string* default_value, const std::string& value, in Set() [all …]
|
D | arenastring_unittest.cc | 59 std::string default_value = "default"; in TEST() local 84 std::string default_value = "default"; in TEST() local 110 std::string default_value = "default"; in TEST() local
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-reflection/frag/ |
D | spec-constant.vk.frag.json | 38 "default_value" : 1.5 number 45 "default_value" : 2.5 number 52 "default_value" : 3 number 59 "default_value" : 4 number 66 "default_value" : 5 number 73 "default_value" : 6 number 80 "default_value" : false boolean 87 "default_value" : true boolean
|
/third_party/mesa3d/src/util/ |
D | debug.c | 58 uint64_t default_value, in parse_enable_string() 118 env_var_as_boolean(const char *var_name, bool default_value) in env_var_as_boolean() 143 env_var_as_unsigned(const char *var_name, unsigned default_value) in env_var_as_unsigned()
|
/third_party/python/Objects/clinic/ |
D | dictobject.c.h | 65 PyObject *default_value = Py_None; in dict_get() local 102 PyObject *default_value = Py_None; in dict_setdefault() local 139 PyObject *default_value = NULL; in dict_pop() local
|
D | odictobject.c.h | 68 PyObject *default_value = Py_None; in OrderedDict_setdefault() local 111 PyObject *default_value = NULL; in OrderedDict_pop() local
|
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/ |
D | flag.h | 259 #define ABSL_FLAG(Type, name, default_value, help) \ argument 348 #define ABSL_FLAG_IMPL_DECLARE_DEF_VAL_WRAPPER(name, Type, default_value) \ argument 361 #define ABSL_FLAG_IMPL(Type, name, default_value, help) \ argument 393 #define ABSL_RETIRED_FLAG(type, name, default_value, explanation) \ argument
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-reflection/comp/ |
D | workgroup-size-spec-constant.comp.json | 45 "default_value" : 1 number 52 "default_value" : 1 number 59 "default_value" : 1 number
|
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/ |
D | glue.h | 29 T* fromMaybe(T* default_value) const { in fromMaybe() 57 const T& fromMaybe(const T& default_value) const { in fromMaybe()
|
D | maybe.h | 29 T* fromMaybe(T* default_value) const { in fromMaybe() 57 const T& fromMaybe(const T& default_value) const { in fromMaybe()
|
D | find_by_first.h | 31 T default_value) { in FindByFirst()
|
/third_party/python/Modules/clinic/ |
D | unicodedata.c.h | 27 PyObject *default_value = NULL; in unicodedata_UCD_decimal() local 76 PyObject *default_value = NULL; in unicodedata_UCD_digit() local 126 PyObject *default_value = NULL; in unicodedata_UCD_numeric() local 503 PyObject *default_value = NULL; in unicodedata_UCD_name() local
|
D | _dbmmodule.c.h | 73 PyObject *default_value = Py_None; in _dbm_dbm_get() local 109 PyObject *default_value = NULL; in _dbm_dbm_setdefault() local
|
D | _gdbmmodule.c.h | 22 PyObject *default_value = Py_None; in _gdbm_gdbm_get() local 57 PyObject *default_value = Py_None; in _gdbm_gdbm_setdefault() local
|
/third_party/python/Python/clinic/ |
D | context.c.h | 26 PyObject *default_value = Py_None; in _contextvars_Context_get() local 139 PyObject *default_value = NULL; in _contextvars_ContextVar_get() local
|
/third_party/protobuf/src/google/protobuf/util/internal/ |
D | utility.cc | 58 StringPiece option_name, bool default_value) { in GetBoolOptionOrDefault() 68 StringPiece option_name, int64 default_value) { in GetInt64OptionOrDefault() 78 StringPiece option_name, double default_value) { in GetDoubleOptionOrDefault() 88 StringPiece option_name, StringPiece default_value) { in GetStringOptionOrDefault()
|
/third_party/mesa3d/include/android_stub/cutils/ |
D | properties.h | 136 int property_get(const char *key, char *value, const char *default_value) { in property_get()
|
/third_party/mesa3d/src/android_stub/ |
D | cutils_stub.cpp | 7 property_get(const char *key, char *value, const char *default_value) in property_get()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/status/ |
D | statusor.h | 746 T StatusOr<T>::value_or(U&& default_value) const& { in value_or() 755 T StatusOr<T>::value_or(U&& default_value) && { in value_or()
|
/third_party/libexif/libexif/ |
D | exif-gps-ifd.h | 49 const char *default_value; member
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-deprecated.h | 105 float default_value; member
|
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
D | ecma-builtin-error-prototype.c | 55 … lit_magic_string_id_t default_value) /**< default prop value */ in ecma_builtin_error_prototype_object_to_string_helper()
|
/third_party/protobuf/src/google/protobuf/compiler/csharp/ |
D | csharp_field_base.cc | 333 std::string FieldGeneratorBase::default_value() { in default_value() function in google::protobuf::compiler::csharp::FieldGeneratorBase 337 std::string FieldGeneratorBase::default_value(const FieldDescriptor* descriptor) { in default_value() function in google::protobuf::compiler::csharp::FieldGeneratorBase
|
/third_party/gn/src/gn/ |
D | args.h | 35 Value default_value; // Default value given in declare_args. member
|
/third_party/rust/crates/clap/src/builder/ |
D | action.rs | 292 pub(crate) fn default_value(&self) -> Option<&'static std::ffi::OsStr> { in default_value() method
|