Home
last modified time | relevance | path

Searched refs:GetDefaultValue (Results 1 – 22 of 22) sorted by relevance

/external/lldb/source/Interpreter/
DOptionGroupFormat.cpp54 if (m_byte_size.GetDefaultValue() < UINT64_MAX) in GetNumDefinitions()
56 if (m_count.GetDefaultValue() < UINT64_MAX) in GetNumDefinitions()
85 if (m_count.GetDefaultValue() == 0) in SetOptionValue()
98 if (m_byte_size.GetDefaultValue() == 0) in SetOptionValue()
150 const bool byte_size_enabled = m_byte_size.GetDefaultValue() < UINT64_MAX; in SetOptionValue()
151 const bool count_enabled = m_count.GetDefaultValue() < UINT64_MAX; in SetOptionValue()
DOptionGroupBoolean.cpp53 m_value.SetCurrentValue (!m_value.GetDefaultValue()); in SetOptionValue()
/external/chromium_org/mojo/public/python/mojo/bindings/
Ddescriptor.py28 def GetDefaultValue(self, value): member in Type
99 def GetDefaultValue(self, value): member in NumericType
385 def GetDefaultValue(self, value): member in StructType
448 def GetDefaultValue(self): member in FieldDescriptor
449 return self.field_type.GetDefaultValue(self._default_value)
Dreflection.py141 self._fields[field.name] = field.GetDefaultValue()
/external/lldb/include/lldb/Interpreter/
DOptionValueBoolean.h114 GetDefaultValue() const in GetDefaultValue() function
DOptionValueFormat.h83 GetDefaultValue() const in GetDefaultValue() function
DOptionValueUInt64.h110 GetDefaultValue() const in GetDefaultValue() function
DOptionValueEnumeration.h98 GetDefaultValue() const in GetDefaultValue() function
DOptionValueFileSpec.h91 GetDefaultValue() const in GetDefaultValue() function
DOptionValueArch.h113 GetDefaultValue() const in GetDefaultValue() function
DOptionValueSInt64.h112 GetDefaultValue() const in GetDefaultValue() function
DOptionValueString.h184 GetDefaultValue() const in GetDefaultValue() function
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_colors.cpp427 …virtual void GetDefaultValue(int iComponent, FX_FLOAT& value, FX_FLOAT& min, FX_FLOAT& max) const;
454 void CPDF_LabCS::GetDefaultValue(int iComponent, FX_FLOAT& value, FX_FLOAT& min, FX_FLOAT& max) con… in GetDefaultValue() function in CPDF_LabCS
537 void GetDefaultValue(int i, FX_FLOAT& min, FX_FLOAT& max) const in GetDefaultValue() function in CPDF_ICCBasedCS
723 void GetDefaultValue(int iComponent, FX_FLOAT& min, FX_FLOAT& max) const in GetDefaultValue() function in CPDF_IndexedCS
775 m_pBaseCS->GetDefaultValue(i, defvalue, m_pCompMinMax[i * 2], m_pCompMinMax[i * 2 + 1]); in v_Load()
876 … virtual void GetDefaultValue(int iComponent, FX_FLOAT& value, FX_FLOAT& min, FX_FLOAT& max) const in GetDefaultValue() function in CPDF_SeparationCS
971 … virtual void GetDefaultValue(int iComponent, FX_FLOAT& value, FX_FLOAT& min, FX_FLOAT& max) const in GetDefaultValue() function in CPDF_DeviceNCS
1206 GetDefaultValue(i, buf[i], min, max); in GetDefaultColor()
/external/pdfium/fpdfsdk/include/
Dfsdk_baseform.h80 CFX_WideString GetDefaultValue() const;
/external/chromium_org/chrome/browser/chromeos/drive/
Djob_scheduler.cc36 static T GetDefaultValue() { return T(); } in GetDefaultValue() function
39 static T GetDefaultValue() { return T(); } in GetDefaultValue() function
57 callback.Run(error, DefaultValueCreator<P1>::GetDefaultValue()); in Run()
/external/pdfium/core/include/fpdfapi/
Dfpdf_resource.h610 …virtual void GetDefaultValue(int iComponent, FX_FLOAT& value, FX_FLOAT& min, FX_FLOAT& max) const in GetDefaultValue() function
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_loadimage.cpp536 m_pColorSpace->GetDefaultValue(i, def_value, def_min, def_max); in LoadColorInfo()
547 …m_pColorSpace->GetDefaultValue(i, def_value, m_pCompData[i].m_DecodeMin, m_pCompData[i].m_DecodeSt… in LoadColorInfo()
/external/pdfium/core/src/fpdfdoc/
Ddoc_formfield.cpp336 CFX_WideString CPDF_FormField::GetDefaultValue() in GetDefaultValue() function in CPDF_FormField
/external/chromium_org/v8/include/
Dv8.h2625 V8_INLINE internal::Object* GetDefaultValue();
6173 *value_ = GetDefaultValue();
6184 *value_ = GetDefaultValue();
6267 internal::Object* ReturnValue<T>::GetDefaultValue() {
/external/pdfium/core/include/fpdfdoc/
Dfpdf_doc.h1170 CFX_WideString GetDefaultValue();
/external/pdfium/fpdfsdk/src/
Dfsdk_baseform.cpp233 CFX_WideString CPDFSDK_Widget::GetDefaultValue() const in GetDefaultValue() function in CPDFSDK_Widget
238 return pFormField->GetDefaultValue(); in GetDefaultValue()
/external/pdfium/fpdfsdk/src/javascript/
DField.cpp1211 vp << pFormField->GetDefaultValue(); in defaultValue()