Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/cloud/
H A Dcloud_db_types.h64 inline static constexpr size_t index_of_v = index_of<Tp, Types...>::value; variable
68 … : std::integral_constant<size_t, std::is_same_v<Tp, First> ? 0 : index_of_v<Tp, Rest...> + 1> {};
77 static constexpr size_t value = index_of_v<T, Types...>;
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Dvalue_object.h52 inline static constexpr size_t index_of_v = index_of<Tp, Types...>::value; variable
56 … : std::integral_constant<size_t, std::is_same_v<Tp, First> ? 0 : index_of_v<Tp, Rest...> + 1> {};
65 static constexpr size_t value = index_of_v<T, Types...>;
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/mock/include/
H A Dtraits.h27 inline constexpr size_t index_of_v = index_of<Tp, Types...>::value; variable
31 … : std::integral_constant<size_t, std::is_same_v<Tp, First> ? 0 : index_of_v<Tp, Rest...> + 1> {};
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/common/
H A Dtraits.h27 inline constexpr size_t index_of_v = index_of<Tp, Types...>::value; variable
31 … : std::integral_constant<size_t, std::is_same_v<Tp, First> ? 0 : index_of_v<Tp, Rest...> + 1> {};