Lines Matching refs:vector
141 std::vector<com::Utf8Str> defaultFormats(void) const { return m_strDefaultFormats; }
153 static com::Utf8Str toFormatString(const std::vector<com::Utf8Str> &lstSupportedFormats, const std::vector<com::Utf8Str> &lstFormats);
154 static void toFormatVector(const std::vector<com::Utf8Str> &lstSupportedFormats, const com::Utf8Str &strFormats, std::vector<com::Utf8Str> &vecformats);
156 static void toMainActions(uint32_t uActions, std::vector<DnDAction_T> &vecActions);
158 static void toHGCMActions(DnDAction_T enmDefAction, uint32_t *puDefAction, const std::vector<DnDAction_T> vecAllowedActions, uint32_t *puAllowedActions);
166 std::vector<com::Utf8Str> m_strDefaultFormats;
209 HRESULT getFormats(std::vector<com::Utf8Str> &aFormats);
210 HRESULT addFormats(const std::vector<com::Utf8Str> &aFormats);
211 HRESULT removeFormats(const std::vector<com::Utf8Str> &aFormats);
221 std::vector<com::Utf8Str> m_strFormats;