Home
last modified time | relevance | path

Searched refs:index_of (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.h61 struct index_of : std::integral_constant<size_t, 0> {}; struct
64 inline static constexpr size_t index_of_v = index_of<Tp, Types...>::value;
67 struct index_of<Tp, First, Rest...>
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/mock/include/
H A Dtraits.h24 struct index_of : std::integral_constant<size_t, 0> {}; struct
27 inline constexpr size_t index_of_v = index_of<Tp, Types...>::value;
30 struct index_of<Tp, First, Rest...>
36 inline constexpr size_t same_index_of_v = index_of<T, Types...>::value;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/common/
H A Dtraits.h24 struct index_of : std::integral_constant<size_t, 0> {}; struct
27 inline constexpr size_t index_of_v = index_of<Tp, Types...>::value;
30 struct index_of<Tp, First, Rest...>
36 inline constexpr size_t same_index_of_v = index_of<T, Types...>::value;
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Dvalue_object.h49 struct index_of : std::integral_constant<size_t, 0> {}; struct
52 inline static constexpr size_t index_of_v = index_of<Tp, Types...>::value;
55 struct index_of<Tp, First, Rest...>