Searched defs:aDescriptions (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DMediumFormatImpl.cpp242 std::vector<com::Utf8Str> &aDescriptions,
250 aDescriptions.resize(c);
258 aDescriptions[i] = prop.strDescription;
241 describeProperties(std::vector<com::Utf8Str> &aNames, std::vector<com::Utf8Str> &aDescriptions, std::vector<DataType_T> &aTypes, std::vector<ULONG> &aFlags, std::vector<com::Utf8Str> &aDefaults) argument
/vbox/src/VBox/Main/testcase/
H A DtstOVF.cpp108 com::SafeIfaceArray<IVirtualSystemDescription> aDescriptions; local
109 rc = pAppl->COMGETTER(VirtualSystemDescriptions)(ComSafeArrayAsOutParam(aDescriptions));
111 u < aDescriptions.size();
114 ComPtr<IVirtualSystemDescription> pVSys = aDescriptions[u];
234 RTPrintf("%s: importing %d machine(s)...\n", pcszPrefix, aDescriptions.size());

Completed in 32 milliseconds