Home
last modified time | relevance | path

Searched refs:fd_a (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/runtime_core/libpandabase/tests/
Dunique_fd_test.cpp35 auto fd_a = UniqueFd(); variable
40 EXPECT_EQ(fd_a.Get(), DEFAULT_VALUE);
45 auto fd_e = std::move(fd_a);
50 EXPECT_EQ(fd_a.Get(), DEFAULT_VALUE);
63 auto fd_a = UniqueFd(); variable
72 fd_e = std::move(fd_a);
77 EXPECT_EQ(fd_a.Get(), DEFAULT_VALUE);
90 auto fd_a = UniqueFd(); variable
95 auto num_a = fd_a.Release();
100 EXPECT_EQ(fd_a.Get(), DEFAULT_VALUE);
[all …]