Home
last modified time | relevance | path

Searched refs:val2 (Results 1 - 2 of 2) sorted by relevance

/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_parcel_test.cpp384 std::vector<int8_t> val2; in ReadvecTestTwoFunc01() local
386 val2.push_back(x2); in ReadvecTestTwoFunc01()
387 result = parcel2.ReadInt8Vector(&val2); in ReadvecTestTwoFunc01()
419 std::vector<uint8_t> val2; in ReadvecTestTwoFunc02() local
421 val2.push_back(x2); in ReadvecTestTwoFunc02()
422 result = parcel2.ReadUInt8Vector(&val2); in ReadvecTestTwoFunc02()
454 std::vector<float> val2; in ReadvecTestTwoFunc03() local
456 val2.push_back(x2); in ReadvecTestTwoFunc03()
457 result = parcel2.ReadFloatVector(&val2); in ReadvecTestTwoFunc03()
508 std::vector<int8_t> val2; in ReadvecTestThreeFunc01() local
543 std::vector<uint8_t> val2; ReadvecTestThreeFunc02() local
578 std::vector<float> val2; ReadvecTestThreeFunc03() local
635 std::vector<int8_t> val2; WritevecTestOneFunc01() local
674 std::vector<uint8_t> val2; WritevecTestOneFunc02() local
713 std::vector<float> val2; WritevecTestOneFunc03() local
2240 std::vector<bool> val2; HWTEST_F() local
[all...]
/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/
H A Dtcp_test.rs557 let val2 = val.clone(); in sdv_tcp_unexpected_eof()
578 let mut guard = val2.lock().unwrap(); in sdv_tcp_unexpected_eof()

Completed in 4 milliseconds