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 D | cloud_db_types.h | 61 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 D | traits.h | 24 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 D | traits.h | 24 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 D | value_object.h | 49 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...>
|