Searched refs:aRefs (Results 1 - 13 of 13) sorted by relevance

/vbox/src/VBox/Runtime/common/misc/
H A Dlockvalidator.cpp163 RTLOCKVALCLASSREF aRefs[ARCH_BITS == 32 ? 10 : 8];
165 RTLOCKVALCLASSREF aRefs[2]; member in struct:RTLOCKVALCLASSREFCHUNK
478 for (unsigned j = 0; j < RT_ELEMENTS(pChunk->aRefs); j++, i++)
480 RTLOCKVALCLASSINT *pCurClass = pChunk->aRefs[j].hClass;
489 pChunk->aRefs[j].fAutodidacticism
492 pChunk->aRefs[j].cLookups,
493 pChunk->aRefs[j].cLookups != 1 ? "s" : "");
507 for (unsigned j = 0; j < RT_ELEMENTS(pChunk->aRefs); j++)
509 RTLOCKVALCLASSINT *pCurClass = pChunk->aRefs[j].hClass;
514 pChunk->aRefs[
[all...]
/vbox/src/VBox/Main/include/
H A DApplianceImpl.h304 std::vector<com::Utf8Str> &aRefs,
310 std::vector<com::Utf8Str> &aRefs,
/vbox/src/VBox/Main/testcase/
H A DtstOVF.cpp117 com::SafeArray<BSTR> aRefs; local
122 ComSafeArrayAsOutParam(aRefs),
/vbox/src/VBox/Main/src-server/
H A DApplianceImpl.cpp1391 std::vector<com::Utf8Str> &aRefs,
1400 aRefs.resize(c);
1409 aRefs[i] = vsde.strRef;
1423 std::vector<com::Utf8Str> &aRefs,
1433 aRefs.resize(c);
1443 aRefs[i] = vsde->strRef;
1390 getDescription(std::vector<VirtualSystemDescriptionType_T> &aTypes, std::vector<com::Utf8Str> &aRefs, std::vector<com::Utf8Str> &aOVFValues, std::vector<com::Utf8Str> &aVBoxValues, std::vector<com::Utf8Str> &aExtraConfigValues) argument
1421 getDescriptionByType(VirtualSystemDescriptionType_T aType, std::vector<VirtualSystemDescriptionType_T> &aTypes, std::vector<com::Utf8Str> &aRefs, std::vector<com::Utf8Str> &aOVFValues, std::vector<com::Utf8Str> &aVBoxValues, std::vector<com::Utf8Str> &aExtraConfigValues) argument
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageAppliance.cpp377 com::SafeArray<BSTR> aRefs; local
383 ComSafeArrayAsOutParam(aRefs),
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h1882 PRUnichar *** aRefs,
1897 PRUnichar *** aRefs,
H A DVBoxCAPI_v3_0.h2415 PRUnichar *** aRefs,
2430 PRUnichar *** aRefs,
H A DVBoxCAPI_v3_1.h2322 PRUnichar *** aRefs,
2337 PRUnichar *** aRefs,
H A DVBoxCAPI_v3_2.h2368 PRUnichar *** aRefs,
2383 PRUnichar *** aRefs,
H A DVBoxCAPI_v4_0.h2520 PRUnichar *** aRefs,
2535 PRUnichar *** aRefs,
H A DVBoxCAPI_v4_1.h2722 PRUnichar *** aRefs,
2737 PRUnichar *** aRefs,
H A DVBoxCAPI_v4_2.h2971 PRUnichar *** aRefs,
2986 PRUnichar *** aRefs,
H A DVBoxCAPI_v4_3.h4722 #define IVirtualSystemDescription_GetDescription(p, aTypes, aRefs, aOVFValues, aVBoxValues, aExtraConfigValues) ((p)->lpVtbl->GetDescription(p, aTypes, aRefs, aOVFValues, aVBoxValues, aExtraConfigValues))
4723 #define IVirtualSystemDescription_GetDescriptionByType(p, aType, aTypes, aRefs, aOVFValues, aVBoxValues, aExtraConfigValues) ((p)->lpVtbl->GetDescriptionByType(p, aType, aTypes, aRefs, aOVFValues, aVBoxValues, aExtraConfigValues))

Completed in 305 milliseconds