Lines Matching refs:vector
51 typedef std::vector<Property> PropertyArray;
52 typedef std::vector<com::Utf8Str> StrArray;
80 HRESULT getCapabilities(std::vector<MediumFormatCapabilities_T> &aCapabilities);
83 HRESULT describeFileExtensions(std::vector<com::Utf8Str> &aExtensions,
84 std::vector<DeviceType_T> &aTypes);
85 HRESULT describeProperties(std::vector<com::Utf8Str> &aNames,
86 std::vector<com::Utf8Str> &aDescriptions,
87 std::vector<DataType_T> &aTypes,
88 std::vector<ULONG> &aFlags,
89 std::vector<com::Utf8Str> &aDefaults);
92 typedef std::vector<DeviceType_T> DeviceTypeArray;