Home
last modified time | relevance | path

Searched defs:default_value (Results 1 – 25 of 130) sorted by relevance

123456

/third_party/protobuf/src/google/protobuf/
Dinlined_string_field.h70 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 …]
Darenastring_unittest.cc59 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/
Dspec-constant.vk.frag.json38 "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/
Ddebug.c58 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/
Ddictobject.c.h65 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
Dodictobject.c.h68 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/
Dflag.h259 #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/
Dworkgroup-size-spec-constant.comp.json45 "default_value" : 1 number
52 "default_value" : 1 number
59 "default_value" : 1 number
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
Dglue.h29 T* fromMaybe(T* default_value) const { in fromMaybe()
57 const T& fromMaybe(const T& default_value) const { in fromMaybe()
Dmaybe.h29 T* fromMaybe(T* default_value) const { in fromMaybe()
57 const T& fromMaybe(const T& default_value) const { in fromMaybe()
Dfind_by_first.h31 T default_value) { in FindByFirst()
/third_party/python/Modules/clinic/
Dunicodedata.c.h27 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.h73 PyObject *default_value = Py_None; in _dbm_dbm_get() local
109 PyObject *default_value = NULL; in _dbm_dbm_setdefault() local
D_gdbmmodule.c.h22 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/
Dcontext.c.h26 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/
Dutility.cc58 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/
Dproperties.h136 int property_get(const char *key, char *value, const char *default_value) { in property_get()
/third_party/mesa3d/src/android_stub/
Dcutils_stub.cpp7 property_get(const char *key, char *value, const char *default_value) in property_get()
/third_party/skia/third_party/externals/abseil-cpp/absl/status/
Dstatusor.h746 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/
Dexif-gps-ifd.h49 const char *default_value; member
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-deprecated.h105 float default_value; member
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-error-prototype.c55lit_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/
Dcsharp_field_base.cc333 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/
Dargs.h35 Value default_value; // Default value given in declare_args. member
/third_party/rust/crates/clap/src/builder/
Daction.rs292 pub(crate) fn default_value(&self) -> Option<&'static std::ffi::OsStr> { in default_value() method

123456