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 D | cloud_db_types.h | 64 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 D | value_object.h | 52 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 D | traits.h | 27 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 D | traits.h | 27 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> {};
|