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