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

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

Completed in 444 milliseconds