Searched refs:TypeFor (Results 1 – 1 of 1) sorted by relevance
864 inline static constexpr type_t TypeFor() { in TypeFor() function866 return TypeFor<U>(); in TypeFor()872 return TypeFor<T, B>(); in typeFor()929 template<> constexpr C2Value::type_t C2Value::TypeFor<char, false>() { return INT32; }930 template<> constexpr C2Value::type_t C2Value::TypeFor<int32_t, false>() { return INT32; }931 template<> constexpr C2Value::type_t C2Value::TypeFor<int64_t, false>() { return INT64; }932 template<> constexpr C2Value::type_t C2Value::TypeFor<uint8_t, false>() { return UINT32; }933 template<> constexpr C2Value::type_t C2Value::TypeFor<uint32_t, false>() { return UINT32; }934 template<> constexpr C2Value::type_t C2Value::TypeFor<uint64_t, false>() { return UINT64; }935 template<> constexpr C2Value::type_t C2Value::TypeFor<c2_cntr32_t, false>() { return CNTR32; }[all …]