/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
H A D | OptionValueFormat.h | 22 OptionValueFormat(lldb::Format current_value, lldb::Format default_value) in OptionValueFormat()
|
H A D | OptionValueLanguage.h | 24 lldb::LanguageType default_value) in OptionValueLanguage()
|
H A D | OptionValueBoolean.h | 20 OptionValueBoolean(bool current_value, bool default_value) in OptionValueBoolean()
|
H A D | OptionValueChar.h | 21 OptionValueChar(char current_value, char default_value) in OptionValueChar()
|
H A D | OptionValueArch.h | 29 OptionValueArch(const ArchSpec ¤t_value, const ArchSpec &default_value) in OptionValueArch()
|
H A D | OptionValueSInt64.h | 24 OptionValueSInt64(int64_t current_value, int64_t default_value) in OptionValueSInt64()
|
H A D | OptionValueUInt64.h | 24 OptionValueUInt64(uint64_t current_value, uint64_t default_value) in OptionValueUInt64()
|
H A D | OptionValueString.h | 38 OptionValueString(const char *current_value, const char *default_value) { in OptionValueString()
|
/freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | OptionGroupBoolean.cpp | 19 bool default_value, in OptionGroupBoolean()
|
H A D | OptionGroupUInt64.cpp | 21 uint64_t default_value) in OptionGroupUInt64()
|
H A D | OptionGroupString.cpp | 21 const char *default_value) in OptionGroupString()
|
H A D | OptionValueFileSpec.cpp | 29 const FileSpec &default_value, in OptionValueFileSpec()
|
/freebsd/contrib/atf/atf-c++/detail/ |
H A D | env.cpp | 50 impl::get(const std::string& name, const std::string& default_value) in get()
|
/freebsd/contrib/atf/atf-c/detail/ |
H A D | env.c | 48 atf_env_get_with_default(const char *name, const char *default_value) in atf_env_get_with_default()
|
/freebsd/contrib/kyua/utils/ |
H A D | env.cpp | 106 const std::string& default_value) in getenv_with_default()
|
/freebsd/contrib/kyua/store/ |
H A D | migrate_v1_v2.sql | 171 default_value TEXT NOT NULL field
|
/freebsd/contrib/atf/atf-c/ |
H A D | build.c | 42 append_config_var(const char *var, const char *default_value, atf_list_t *argv) in append_config_var()
|
/freebsd/contrib/googletest/googletest/src/ |
H A D | gtest-port.cc | 1366 bool BoolFromGTestEnv(const char* flag, bool default_value) { in BoolFromGTestEnv() 1380 int32_t Int32FromGTestEnv(const char* flag, int32_t default_value) { in Int32FromGTestEnv() 1423 const char* StringFromGTestEnv(const char* flag, const char* default_value) { in StringFromGTestEnv()
|
H A D | gtest-internal-inl.h | 295 inline E GetElementOr(const std::vector<E>& v, int i, E default_value) { in GetElementOr()
|
/freebsd/contrib/dialog/ |
H A D | rangebox.c | 164 int default_value) in dialog_rangebox()
|
/freebsd/contrib/kyua/utils/cmdline/ |
H A D | options.cpp | 186 cmdline::base_option::default_value(void) const in default_value() function in cmdline::base_option
|
/freebsd/contrib/expat/tests/ |
H A D | handlers.h | 436 const XML_Char *default_value; global() member
|
/freebsd/lib/libnv/tests/ |
H A D | dnv_tests.cc | 230 const void *default_value, *actual_value; in ATF_TEST_CASE_BODY() local
|
/freebsd/sys/dev/nvmf/controller/ |
H A D | ctl_frontend_nvmf.c | 665 dnvlist_get_strnum(nvlist_t *nvl, const char *name, u_long default_value, in dnvlist_get_strnum()
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | dsl_prop.c | 1332 uint64_t default_value; in dsl_prop_nvlist_add_uint64() local
|