Home
last modified time | relevance | path

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

12

/external/llvm-project/lldb/source/Interpreter/
DOptionGroupFormat.cpp46 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()
DOptionGroupBoolean.cpp45 m_value.SetCurrentValue(!m_value.GetDefaultValue()); in SetOptionValue()
/external/libchrome/base/task_scheduler/
Dtask_traits_details.h45 return getter.GetDefaultValue();
109 constexpr ValueType GetDefaultValue() const { return false; }
116 constexpr ValueType GetDefaultValue() const { return DefaultValue; }
/external/llvm-project/lldb/include/lldb/Interpreter/
DOptionValueFormatEntity.h54 FormatEntity::Entry &GetDefaultValue() { return m_default_entry; } in GetDefaultValue() function
56 const FormatEntity::Entry &GetDefaultValue() const { return m_default_entry; } in GetDefaultValue() function
DOptionValueChar.h55 char GetDefaultValue() const { return m_default_value; } in GetDefaultValue() function
DOptionValueLanguage.h55 lldb::LanguageType GetDefaultValue() const { return m_default_value; } in GetDefaultValue() function
DOptionValueBoolean.h72 bool GetDefaultValue() const { return m_default_value; } in GetDefaultValue() function
DOptionValueFormat.h52 lldb::Format GetDefaultValue() const { return m_default_value; } in GetDefaultValue() function
DOptionValueEnumeration.h69 enum_type GetDefaultValue() const { return m_default_value; } in GetDefaultValue() function
DOptionValueArch.h66 const ArchSpec &GetDefaultValue() const { return m_default_value; } in GetDefaultValue() function
DOptionValueUInt64.h68 uint64_t GetDefaultValue() const { return m_default_value; } in GetDefaultValue() function
DOptionValueFileSpec.h62 const FileSpec &GetDefaultValue() const { return m_default_value; } in GetDefaultValue() function
DOptionValueSInt64.h69 int64_t GetDefaultValue() const { return m_default_value; } in GetDefaultValue() function
DOptionValueString.h109 const char *GetDefaultValue() const { return m_default_value.c_str(); } in GetDefaultValue() function
/external/pdfium/core/fpdfapi/page/
Dcpdf_colorspace.cpp179 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
Dcpdf_colorspace.h95 virtual void GetDefaultValue(int iComponent,
Dcpdf_dib.cpp450 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/
Dcpdfsdk_widget.h80 WideString GetDefaultValue() const;
Dcpdfsdk_widget.cpp462 WideString CPDFSDK_Widget::GetDefaultValue() const { in GetDefaultValue() function in CPDFSDK_Widget
464 return pFormField->GetDefaultValue(); in GetDefaultValue()
/external/pdfium/core/fpdfdoc/
Dcpdf_formfield.h107 WideString GetDefaultValue() const;
Dcpdf_formfield.cpp328 WideString CPDF_FormField::GetDefaultValue() const { in GetDefaultValue() function in CPDF_FormField
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.h420 Optional<void*> GetDefaultValue(XFA_Attribute attr,
/external/protobuf/python/google/protobuf/pyext/
Ddescriptor.cc797 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/
Dgenerator.go1713 if def := field.GetDefaultValue(); def != "" {
2355 protoDef: field.GetDefaultValue(),
2382 protoDef: field.GetDefaultValue(),
/external/flatbuffers/src/
Didl_gen_python.cpp734 std::string GetDefaultValue(const FieldDef &field) { in GetDefaultValue() function in flatbuffers::python::PythonGenerator
865 auto default_value = GetDefaultValue(field); in GenInitialize()

12