Searched refs:index_of (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 | 68 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 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...> 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 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...> 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 D | value_object.h | 49 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