Searched refs:destVec (Results 1 - 2 of 2) sorted by relevance
/foundation/communication/wifi/wifi/test/wifi_utils/unittest/ |
H A D | wifi_common_util_test.cpp | 200 std::vector<uint8_t> destVec; in HWTEST_F() local 201 bool result = DecodeBase64(encResult, destVec); in HWTEST_F() 203 EXPECT_EQ(srcStr, std::string(destVec.begin(), destVec.end())); in HWTEST_F() 213 std::vector<uint8_t> destVec; in HWTEST_F() local 214 bool result = DecodeBase64(encResult + "_test", destVec); in HWTEST_F() 216 EXPECT_NE(srcStr, std::string(destVec.begin(), destVec.end())); in HWTEST_F()
|
/third_party/glslang/SPIRV/ |
H A D | GlslangToSpv.cpp | 7345 spv::Id destVec = builder.createUnaryOp(op, destVecType, srcVec); in createUnaryMatrixOperation() local 7346 decorations.addNoContraction(builder, destVec); in createUnaryMatrixOperation() 7347 decorations.addNonUniform(builder, destVec); in createUnaryMatrixOperation() 7348 results.push_back(builder.setPrecision(destVec, decorations.precision)); in createUnaryMatrixOperation()
|
Completed in 13 milliseconds