/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 | OptionValueLanguage.h | 55 lldb::LanguageType GetDefaultValue() const { return m_default_value; } in GetDefaultValue() function
|
D | OptionValueChar.h | 55 char 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 | 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 | 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 | 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 | 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 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
|
/external/pdfium/core/fpdfdoc/ |
D | cpdf_formfield.cpp | 328 WideString CPDF_FormField::GetDefaultValue() const { in GetDefaultValue() function in CPDF_FormField
|
/external/pdfium/fpdfsdk/ |
D | cpdfsdk_widget.cpp | 462 WideString CPDFSDK_Widget::GetDefaultValue() const { in GetDefaultValue() function in CPDFSDK_Widget
|
/external/flatbuffers/src/ |
D | idl_gen_python.cpp | 734 std::string GetDefaultValue(const FieldDef &field) { in GetDefaultValue() function in flatbuffers::python::PythonGenerator
|
/external/protobuf/python/google/protobuf/pyext/ |
D | descriptor.cc | 797 static PyObject* GetDefaultValue(PyBaseDescriptor *self, void *closure) { in GetDefaultValue() function
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_node.cpp | 2037 Optional<void*> CXFA_Node::GetDefaultValue(XFA_Attribute attr, in GetDefaultValue() function in CXFA_Node
|
/external/golang-protobuf/protoc-gen-go/descriptor/ |
D | descriptor.pb.go | 899 func (m *FieldDescriptorProto) GetDefaultValue() string { func
|