Home
last modified time | relevance | path

Searched refs:GetOptionValue (Results 1 – 11 of 11) sorted by relevance

/external/lldb/include/lldb/Interpreter/
DOptionGroupFile.h64 GetOptionValue () in GetOptionValue() function
70 GetOptionValue () const in GetOptionValue() function
123 GetOptionValue () in GetOptionValue() function
129 GetOptionValue () const in GetOptionValue() function
DOptionGroupBoolean.h64 GetOptionValue () in GetOptionValue() function
70 GetOptionValue () const in GetOptionValue() function
DOptionGroupUInt64.h63 GetOptionValue () in GetOptionValue() function
69 GetOptionValue () const in GetOptionValue() function
DOptionGroupString.h63 GetOptionValue () in GetOptionValue() function
69 GetOptionValue () const in GetOptionValue() function
DOptionGroupUUID.h50 GetOptionValue () const in GetOptionValue() function
/external/pdfium/core/src/fpdfdoc/
Ddoc_formfield.cpp495 CFX_WideString csOpt = GetOptionValue(iOptIndex); in GetSelectedIndex()
502 if (sel_value == GetOptionValue(i)) { in GetSelectedIndex()
552 CFX_WideString opt_value = GetOptionValue(index); in IsItemSelected()
598 CFX_WideString opt_value = GetOptionValue(index); in SetItemSelection()
629 opt_value = GetOptionValue(i); in SetItemSelection()
664 opt_value = GetOptionValue(i); in SetItemSelection()
719 if (csDV == GetOptionValue(i)) { in GetDefaultSelectedItem()
771 CFX_WideString CPDF_FormField::GetOptionValue(int index) in GetOptionValue() function in CPDF_FormField
779 CFX_WideString csValue = GetOptionValue(i); in FindOption()
793 CFX_WideString csValue = GetOptionValue(iStartIndex); in FindOptionValue()
/external/lldb/source/Commands/
DCommandObjectTarget.cpp226 FileSpec core_file (m_core_file.GetOptionValue().GetCurrentValue()); in DoExecute()
227 FileSpec remote_file (m_remote_file.GetOptionValue().GetCurrentValue()); in DoExecute()
231 FileSpec symfile (m_symbol_file.GetOptionValue().GetCurrentValue()); in DoExecute()
249 const bool get_dependent_files = m_add_dependents.GetOptionValue().GetCurrentValue(); in DoExecute()
585 if (m_cleanup_option.GetOptionValue ()) in DoExecute()
837 … const FileSpecList &compile_units = m_option_compile_units.GetOptionValue().GetCurrentValue(); in DoExecute()
838 … const FileSpecList &shlibs = m_option_shared_libraries.GetOptionValue().GetCurrentValue(); in DoExecute()
2620 if (m_uuid_option_group.GetOptionValue ().OptionWasSet()) in DoExecute()
2624 module_spec.GetUUID() = m_uuid_option_group.GetOptionValue ().GetCurrentValue(); in DoExecute()
2625 if (m_symbol_file.GetOptionValue().OptionWasSet()) in DoExecute()
[all …]
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
DProcessKDP.cpp992 if (!m_command_byte.GetOptionValue().OptionWasSet()) in DoExecute()
999 const uint64_t command_byte = m_command_byte.GetOptionValue().GetUInt64Value(0); in DoExecute()
1010 … const char *ascii_hex_bytes_cstr = m_packet_data.GetOptionValue().GetCurrentValue(); in DoExecute()
/external/pdfium/fpdfsdk/src/formfiller/
DFFL_ComboBox.cpp430 swRet = pFormField->GetOptionValue(nExport); in GetSelectExportText()
/external/pdfium/core/include/fpdfdoc/
Dfpdf_doc.h1159 CFX_WideString GetOptionValue(int index);
/external/pdfium/fpdfsdk/src/javascript/
DField.cpp3150 ElementValue = pFormField->GetOptionValue(iIndex).c_str(); in value()
3684 CFX_WideString strval = pFormField->GetOptionValue(nIdx); in getItemAt()