/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/grpc/src/core/lib/gprpp/ |
D | global_config_env.h | 63 constexpr GlobalConfigEnvBool(char* name, bool default_value) in GlobalConfigEnvBool() 75 constexpr GlobalConfigEnvInt32(char* name, int32_t default_value) in GlobalConfigEnvInt32() 87 constexpr GlobalConfigEnvString(char* name, const char* default_value) in GlobalConfigEnvString() 106 #define GPR_GLOBAL_CONFIG_DEFINE_BOOL(name, default_value, help) \ argument 113 #define GPR_GLOBAL_CONFIG_DEFINE_INT32(name, default_value, help) \ argument 120 #define GPR_GLOBAL_CONFIG_DEFINE_STRING(name, default_value, help) \ argument
|
/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/wayland-ivi-extension/ivi-layermanagement-examples/EGLWLMockNavigation/src/ |
D | Argument.cpp | 23 BoolArgument::BoolArgument(string name, bool default_value, int argc, const char * const argv[]) in BoolArgument() 40 FloatArgument::FloatArgument(string name, float default_value, int argc, const char * const argv[]) in FloatArgument() 67 IntArgument::IntArgument(string name, int default_value, int argc, const char * const argv[]) in IntArgument() 94 UnsignedIntArgument::UnsignedIntArgument(string name, unsigned int default_value, int argc, const c… in UnsignedIntArgument()
|
/third_party/glib/gobject/ |
D | gparamspecs.h | 625 gint8 default_value; member 642 guint8 default_value; member 655 gboolean default_value; member 672 gint default_value; member 689 guint default_value; member 706 glong default_value; member 723 gulong default_value; member 740 gint64 default_value; member 757 guint64 default_value; member 770 gunichar default_value; member [all …]
|
D | gparamspecs.c | 1651 gint8 default_value, in g_param_spec_char() 1693 guint8 default_value, in g_param_spec_uchar() 1737 gboolean default_value, in g_param_spec_boolean() 1779 gint default_value, in g_param_spec_int() 1823 guint default_value, in g_param_spec_uint() 1867 glong default_value, in g_param_spec_long() 1912 gulong default_value, in g_param_spec_ulong() 1956 gint64 default_value, in g_param_spec_int64() 2001 guint64 default_value, in g_param_spec_uint64() 2043 gunichar default_value, in g_param_spec_unichar() [all …]
|
/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 138 PyObject *default_value = NULL; in dict_pop() local
|
/third_party/abseil-cpp/absl/flags/ |
D | flag.h | 259 #define ABSL_FLAG(Type, name, default_value, help) \ argument 345 #define ABSL_FLAG_IMPL_DECLARE_DEF_VAL_WRAPPER(name, Type, default_value) \ argument 358 #define ABSL_FLAG_IMPL(Type, name, default_value, help) \ argument 390 #define ABSL_RETIRED_FLAG(type, name, default_value, explanation) \ argument
|
/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/boost/boost/gil/extension/io/png/ |
D | tags.hpp | 196 static const type default_value = PNG_COMPRESSION_TYPE_BASE; member 203 static const type default_value = 3; member 208 static const type default_value = MAX_MEM_LEVEL; member 213 static const type default_value = Z_DEFAULT_STRATEGY; member 218 static const type default_value = 9; member 223 static const type default_value = 8; member 228 static const type default_value = 8192; member 237 static const type default_value = 0; member 242 static const type default_value = 0; member 250 static const type default_value = 0; member [all …]
|
/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/boost/boost/gil/extension/io/jpeg/ |
D | tags.hpp | 57 static const type default_value = 100; member 66 static const type default_value = 0; member 72 static const type default_value = 0; member 83 static const type default_value = slow; member
|
/third_party/boost/boost/local_function/aux_/preprocessor/traits/decl_/ |
D | append.hpp | 28 params, default_value) \ argument 99 decl_traits, default_value) \ argument
|
/third_party/weston/shared/ |
D | config-parser.c | 158 int32_t *value, int32_t default_value) in weston_config_section_get_int() 181 uint32_t *value, uint32_t default_value) in weston_config_section_get_uint() 256 double *value, double default_value) in weston_config_section_get_double() 282 char **value, const char *default_value) in weston_config_section_get_string() 305 bool *value, bool default_value) in weston_config_section_get_bool()
|
/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 | 60 PyObject *default_value = Py_None; in _dbm_dbm_get() local 94 PyObject *default_value = NULL; in _dbm_dbm_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/flutter/engine/flutter/shell/platform/embedder/ |
D | embedder_safe_access.h | 10 #define SAFE_ACCESS(pointer, member, default_value) \ argument
|
/third_party/json/benchmarks/thirdparty/benchmark/src/ |
D | commandlineflags.cc | 95 bool BoolFromEnv(const char* flag, bool default_value) { in BoolFromEnv() 105 int32_t Int32FromEnv(const char* flag, int32_t default_value) { in Int32FromEnv() 125 const char* StringFromEnv(const char* flag, const char* default_value) { in StringFromEnv()
|
/third_party/grpc/test/cpp/microbenchmarks/ |
D | callback_test_service.cc | 32 int default_value) { in GetIntValueFromMetadataHelper() 44 int default_value) { in GetIntValueFromMetadata()
|
/third_party/boost/boost/algorithm/searching/detail/ |
D | bm_traits.hpp | 51 skip_table ( std::size_t patSize, value_type default_value ) in skip_table() 82 …skip_table ( std::size_t /*patSize*/, value_type default_value ) : k_default_value ( default_value… in skip_table()
|
/third_party/boost/tools/build/src/util/ |
D | option.py | 21 def get(name, default_value=None, implied_value=None): argument
|
/third_party/boost/boost/histogram/algorithm/ |
D | empty.hpp | 26 const value_type default_value = value_type(); in empty() 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()
|