Searched defs:vecNum (Results 1 – 2 of 2) sorted by relevance
236 size_t vecNum = strVec.size(); in MarshallingStringArrayValue() local269 size_t vecNum = vec.size(); in MarshallingVecUInt8AfterType() local301 size_t vecNum = words.size(); in MarshallingVecBigIntAfterType() local333 size_t vecNum = vec.size(); in MarshallingVecDoubleAfterType() local358 size_t vecNum = vec.size(); in MarshallingVecBoolAfterType() local514 size_t vecNum = *(reinterpret_cast<const size_t *>(startAddr)); in UnmarshallingStringArrayValue() local538 size_t vecNum = *(reinterpret_cast<const size_t *>(startAddr)); in UnmarshallingVecUInt8() local554 size_t vecNum = *(reinterpret_cast<const size_t *>(startAddr)); in UnmarshallingVecDouble() local570 size_t vecNum = *(reinterpret_cast<const size_t *>(startAddr)); in UnmarshallingVecBool() local586 size_t vecNum = *(reinterpret_cast<const size_t *>(startAddr)); in UnmarshallingVecBigInt() local
96 uint32_t AesGcmEncryptVec(AesVec *vec, uint32_t vecNum, CryptPara *cryptPara, uint8_t *outBuf, in AesGcmEncryptVec()