Home | History | Annotate | Download | only in src

Lines Matching refs:uLen

124     UINT32 uLen = 0;\
126 propValue->Get##Name##Array(&uLen, &pArray);\
127 return std::vector<Type>(pArray, pArray + uLen);\