Searched refs:index_of_v (Results 1 - 4 of 4) sorted by relevance
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/cloud/ |
H A D | cloud_db_types.h | 71 inline static constexpr size_t index_of_v = index_of<Tp, Types...>::value; member 75 : std::integral_constant<size_t, std::is_same_v<Tp, First> ? 0 : index_of_v<Tp, Rest...> + 1> {}; 84 static constexpr size_t value = index_of_v<T, Types...>;
|
/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; member in OHOS::NativeRdb::ValueObject 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...>;
|
/foundation/distributeddatamgr/kv_store/frameworks/common/ |
H A D | traits.h | 27 inline constexpr size_t index_of_v = index_of<Tp, Types...>::value; member 31 : std::integral_constant<size_t, std::is_same_v<Tp, First> ? 0 : index_of_v<Tp, Rest...> + 1> {};
|
/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; member 31 : std::integral_constant<size_t, std::is_same_v<Tp, First> ? 0 : index_of_v<Tp, Rest...> + 1> {};
|
Completed in 2 milliseconds