/external/llvm-project/lldb/source/Interpreter/ |
D | OptionGroupFormat.cpp | 46 if (m_byte_size.GetDefaultValue() < UINT64_MAX) { in GetDefinitions() 47 if (m_count.GetDefaultValue() < UINT64_MAX) in GetDefinitions() 67 if (m_count.GetDefaultValue() == 0) { in SetOptionValue() 78 if (m_byte_size.GetDefaultValue() == 0) { in SetOptionValue() 120 const bool byte_size_enabled = m_byte_size.GetDefaultValue() < UINT64_MAX; in SetOptionValue() 121 const bool count_enabled = m_count.GetDefaultValue() < UINT64_MAX; in SetOptionValue()
|
D | OptionGroupBoolean.cpp | 45 m_value.SetCurrentValue(!m_value.GetDefaultValue()); in SetOptionValue()
|
/external/libchrome/base/task_scheduler/ |
D | task_traits_details.h | 45 return getter.GetDefaultValue(); 109 constexpr ValueType GetDefaultValue() const { return false; } 116 constexpr ValueType GetDefaultValue() const { return DefaultValue; }
|
/external/llvm-project/lldb/include/lldb/Interpreter/ |
D | OptionValueFormatEntity.h | 54 FormatEntity::Entry &GetDefaultValue() { return m_default_entry; } in GetDefaultValue() function 56 const FormatEntity::Entry &GetDefaultValue() const { return m_default_entry; } in GetDefaultValue() function
|
D | OptionValueChar.h | 55 char GetDefaultValue() const { return m_default_value; } in GetDefaultValue() function
|
D | OptionValueLanguage.h | 55 lldb::LanguageType GetDefaultValue() const { return m_default_value; } in GetDefaultValue() function
|
D | OptionValueBoolean.h | 72 bool GetDefaultValue() const { return m_default_value; } in GetDefaultValue() function
|
D | OptionValueFormat.h | 52 lldb::Format GetDefaultValue() const { return m_default_value; } in GetDefaultValue() function
|
D | OptionValueEnumeration.h | 69 enum_type GetDefaultValue() const { return m_default_value; } in GetDefaultValue() function
|
D | OptionValueArch.h | 66 const ArchSpec &GetDefaultValue() const { return m_default_value; } in GetDefaultValue() function
|
D | OptionValueUInt64.h | 68 uint64_t GetDefaultValue() const { return m_default_value; } in GetDefaultValue() function
|
D | OptionValueFileSpec.h | 62 const FileSpec &GetDefaultValue() const { return m_default_value; } in GetDefaultValue() function
|
D | OptionValueSInt64.h | 69 int64_t GetDefaultValue() const { return m_default_value; } in GetDefaultValue() function
|
D | OptionValueString.h | 109 const char *GetDefaultValue() const { return m_default_value.c_str(); } in GetDefaultValue() function
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_colorspace.cpp | 179 void GetDefaultValue(int iComponent, 276 void GetDefaultValue(int iComponent, 303 void GetDefaultValue(int iComponent, 593 GetDefaultValue(i, &buf[i], &min, &max); in CreateBufAndSetDefaultColor() 602 void CPDF_ColorSpace::GetDefaultValue(int iComponent, in GetDefaultValue() function in CPDF_ColorSpace 813 void CPDF_LabCS::GetDefaultValue(int iComponent, in GetDefaultValue() function in CPDF_LabCS 1149 m_pBaseCS->GetDefaultValue(i, &defvalue, &m_pCompMinMax[i * 2], in v_Load() 1210 void CPDF_SeparationCS::GetDefaultValue(int iComponent, in GetDefaultValue() function in CPDF_SeparationCS 1293 void CPDF_DeviceNCS::GetDefaultValue(int iComponent, in GetDefaultValue() function in CPDF_DeviceNCS
|
D | cpdf_colorspace.h | 95 virtual void GetDefaultValue(int iComponent,
|
D | cpdf_dib.cpp | 450 m_pColorSpace->GetDefaultValue(i, &def_value, &def_min, &def_max); in GetDecodeAndMaskArray() 459 m_pColorSpace->GetDefaultValue(i, &def_value, &m_CompData[i].m_DecodeMin, in GetDecodeAndMaskArray()
|
/external/pdfium/fpdfsdk/ |
D | cpdfsdk_widget.h | 80 WideString GetDefaultValue() const;
|
D | cpdfsdk_widget.cpp | 462 WideString CPDFSDK_Widget::GetDefaultValue() const { in GetDefaultValue() function in CPDFSDK_Widget 464 return pFormField->GetDefaultValue(); in GetDefaultValue()
|
/external/pdfium/core/fpdfdoc/ |
D | cpdf_formfield.h | 107 WideString GetDefaultValue() const;
|
D | cpdf_formfield.cpp | 328 WideString CPDF_FormField::GetDefaultValue() const { in GetDefaultValue() function in CPDF_FormField
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_node.h | 420 Optional<void*> GetDefaultValue(XFA_Attribute attr,
|
/external/protobuf/python/google/protobuf/pyext/ |
D | descriptor.cc | 797 static PyObject* GetDefaultValue(PyBaseDescriptor *self, void *closure) { in GetDefaultValue() function 974 { "default_value", (getter)GetDefaultValue, NULL, "Default Value"},
|
/external/golang-protobuf/protoc-gen-go/generator/ |
D | generator.go | 1713 if def := field.GetDefaultValue(); def != "" { 2355 protoDef: field.GetDefaultValue(), 2382 protoDef: field.GetDefaultValue(),
|
/external/flatbuffers/src/ |
D | idl_gen_python.cpp | 734 std::string GetDefaultValue(const FieldDef &field) { in GetDefaultValue() function in flatbuffers::python::PythonGenerator 865 auto default_value = GetDefaultValue(field); in GenInitialize()
|