Searched refs:TypeFor (Results 1 – 1 of 1) sorted by relevance
887 inline static constexpr type_t TypeFor() { in TypeFor() function889 return TypeFor<U>(); in TypeFor()895 return TypeFor<T, B>(); in typeFor()952 template<> constexpr C2Value::type_t C2Value::TypeFor<char, false>() { return INT32; }953 template<> constexpr C2Value::type_t C2Value::TypeFor<int32_t, false>() { return INT32; }954 template<> constexpr C2Value::type_t C2Value::TypeFor<int64_t, false>() { return INT64; }955 template<> constexpr C2Value::type_t C2Value::TypeFor<uint8_t, false>() { return UINT32; }956 template<> constexpr C2Value::type_t C2Value::TypeFor<uint32_t, false>() { return UINT32; }957 template<> constexpr C2Value::type_t C2Value::TypeFor<uint64_t, false>() { return UINT64; }958 template<> constexpr C2Value::type_t C2Value::TypeFor<c2_cntr32_t, false>() { return CNTR32; }[all …]