Home
last modified time | relevance | path

Searched defs:GetOptionValue (Results 1 – 24 of 24) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Interpreter/
DOptionGroupFile.h38 OptionValueFileSpec &GetOptionValue() { return m_file; } in GetOptionValue() function
40 const OptionValueFileSpec &GetOptionValue() const { return m_file; } in GetOptionValue() function
68 OptionValueFileSpecList &GetOptionValue() { return m_file_list; } in GetOptionValue() function
70 const OptionValueFileSpecList &GetOptionValue() const { return m_file_list; } in GetOptionValue() function
DOptionGroupBoolean.h39 OptionValueBoolean &GetOptionValue() { return m_value; } in GetOptionValue() function
41 const OptionValueBoolean &GetOptionValue() const { return m_value; } in GetOptionValue() function
DOptionGroupString.h36 OptionValueString &GetOptionValue() { return m_value; } in GetOptionValue() function
38 const OptionValueString &GetOptionValue() const { return m_value; } in GetOptionValue() function
DOptionGroupUInt64.h37 OptionValueUInt64 &GetOptionValue() { return m_value; } in GetOptionValue() function
39 const OptionValueUInt64 &GetOptionValue() const { return m_value; } in GetOptionValue() function
DOptionGroupUUID.h32 const OptionValueUUID &GetOptionValue() const { return m_uuid; } in GetOptionValue() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Interpreter/
DOptionGroupFile.h38 OptionValueFileSpec &GetOptionValue() { return m_file; } in GetOptionValue() function
40 const OptionValueFileSpec &GetOptionValue() const { return m_file; } in GetOptionValue() function
68 OptionValueFileSpecList &GetOptionValue() { return m_file_list; } in GetOptionValue() function
70 const OptionValueFileSpecList &GetOptionValue() const { return m_file_list; } in GetOptionValue() function
DOptionGroupString.h36 OptionValueString &GetOptionValue() { return m_value; } in GetOptionValue() function
38 const OptionValueString &GetOptionValue() const { return m_value; } in GetOptionValue() function
DOptionGroupUInt64.h37 OptionValueUInt64 &GetOptionValue() { return m_value; } in GetOptionValue() function
39 const OptionValueUInt64 &GetOptionValue() const { return m_value; } in GetOptionValue() function
DOptionGroupBoolean.h39 OptionValueBoolean &GetOptionValue() { return m_value; } in GetOptionValue() function
41 const OptionValueBoolean &GetOptionValue() const { return m_value; } in GetOptionValue() function
DOptionGroupUUID.h32 const OptionValueUUID &GetOptionValue() const { return m_uuid; } in GetOptionValue() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Interpreter/
DOptionGroupFile.h38 OptionValueFileSpec &GetOptionValue() { return m_file; } in GetOptionValue() function
40 const OptionValueFileSpec &GetOptionValue() const { return m_file; } in GetOptionValue() function
68 OptionValueFileSpecList &GetOptionValue() { return m_file_list; } in GetOptionValue() function
70 const OptionValueFileSpecList &GetOptionValue() const { return m_file_list; } in GetOptionValue() function
DOptionGroupString.h36 OptionValueString &GetOptionValue() { return m_value; } in GetOptionValue() function
38 const OptionValueString &GetOptionValue() const { return m_value; } in GetOptionValue() function
DOptionGroupBoolean.h39 OptionValueBoolean &GetOptionValue() { return m_value; } in GetOptionValue() function
41 const OptionValueBoolean &GetOptionValue() const { return m_value; } in GetOptionValue() function
DOptionGroupUInt64.h37 OptionValueUInt64 &GetOptionValue() { return m_value; } in GetOptionValue() function
39 const OptionValueUInt64 &GetOptionValue() const { return m_value; } in GetOptionValue() function
DOptionGroupUUID.h32 const OptionValueUUID &GetOptionValue() const { return m_uuid; } in GetOptionValue() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Interpreter/
DOptionGroupFile.h38 OptionValueFileSpec &GetOptionValue() { return m_file; } in GetOptionValue() function
40 const OptionValueFileSpec &GetOptionValue() const { return m_file; } in GetOptionValue() function
68 OptionValueFileSpecList &GetOptionValue() { return m_file_list; } in GetOptionValue() function
70 const OptionValueFileSpecList &GetOptionValue() const { return m_file_list; } in GetOptionValue() function
DOptionGroupString.h36 OptionValueString &GetOptionValue() { return m_value; } in GetOptionValue() function
38 const OptionValueString &GetOptionValue() const { return m_value; } in GetOptionValue() function
DOptionGroupBoolean.h39 OptionValueBoolean &GetOptionValue() { return m_value; } in GetOptionValue() function
41 const OptionValueBoolean &GetOptionValue() const { return m_value; } in GetOptionValue() function
DOptionGroupUInt64.h37 OptionValueUInt64 &GetOptionValue() { return m_value; } in GetOptionValue() function
39 const OptionValueUInt64 &GetOptionValue() const { return m_value; } in GetOptionValue() function
DOptionGroupUUID.h32 const OptionValueUUID &GetOptionValue() const { return m_uuid; } in GetOptionValue() function
/aosp_15_r20/external/tensorflow/third_party/gpus/crosstool/clang/bin/
H A Dcrosstool_wrapper_driver_rocm.tpl40 def GetOptionValue(argv, option): function
H A Dcrosstool_wrapper_driver_is_not_gcc.tpl58 def GetOptionValue(argv, option): function
/aosp_15_r20/external/armnn/tests/ExecuteNetwork/
H A DExecuteNetworkProgramOptions.cpp99 optionType GetOptionValue(std::string&& optionName, const cxxopts::ParseResult& result) in GetOptionValue() function
/aosp_15_r20/external/pdfium/core/fpdfdoc/
H A Dcpdf_formfield.cpp596 WideString CPDF_FormField::GetOptionValue(int index) const { in GetOptionValue() function in CPDF_FormField