Searched refs:OptionValueFileSpecList (Results 1 – 20 of 20) sorted by relevance
19 class OptionValueFileSpecList20 : public Cloneable<OptionValueFileSpecList, OptionValue> {22 OptionValueFileSpecList() = default;24 OptionValueFileSpecList(const OptionValueFileSpecList &other) in OptionValueFileSpecList() function27 ~OptionValueFileSpecList() override = default;
68 OptionValueFileSpecList &GetOptionValue() { return m_file_list; } in GetOptionValue()70 const OptionValueFileSpecList &GetOptionValue() const { return m_file_list; } in GetOptionValue()73 OptionValueFileSpecList m_file_list;
218 OptionValueFileSpecList *GetAsFileSpecList();219 const OptionValueFileSpecList *GetAsFileSpecList() const;
129 OptionValueFileSpecList *GetPropertyAtIndexAsOptionValueFileSpecList(
148 class OptionValueFileSpecList; variable
150 class OptionValueFileSpecList; variable