Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/common/test/
H A Dtraits_test.cpp26 class Convertible { class in OHOS::Test::TraitsTest
29 Convertible(const From &) {}; in Convertible() function in OHOS::Test::TraitsTest::Convertible
30 Convertible() {} in Convertible() function in OHOS::Test::TraitsTest::Convertible
31 Convertible(Convertible &&) noexcept {}; in Convertible() function in OHOS::Test::TraitsTest::Convertible
32 Convertible &operator=(Convertible &&) noexcept in operator =() argument
212 auto *toVal = Traits::get_if<Convertible>(&value);
215 std::variant<std::monostate, int64_t, double, const char *, Convertible> val2;
216 val2 = Convertible();