Home
last modified time | relevance | path

Searched refs:index_of (Results 1 - 4 of 4) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/cloud/
H A Dcloud_db_types.h68 struct index_of : std::integral_constant<size_t, 0> {}; struct
71 inline static constexpr size_t index_of_v = index_of<Tp, Types...>::value;
74 struct index_of<Tp, First, Rest...> struct
/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...> struct
36 inline constexpr size_t same_index_of_v = index_of<T, Types...>::value;
/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...> struct
36 inline constexpr size_t same_index_of_v = index_of<T, Types...>::value;
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Dvalue_object.h49 struct index_of : std::integral_constant<size_t, 0> {}; struct in OHOS::NativeRdb::ValueObject
52 inline static constexpr size_t index_of_v = index_of<Tp, Types...>::value;
55 struct index_of<Tp, First, Rest...> struct in OHOS::NativeRdb::ValueObject

Completed in 3 milliseconds