Searched defs:TypeFor (Results 1 – 1 of 1) sorted by relevance
887 inline static constexpr type_t TypeFor() { in TypeFor() function952 template<> constexpr C2Value::type_t C2Value::TypeFor<char, false>() { return INT32; } in TypeFor() function953 template<> constexpr C2Value::type_t C2Value::TypeFor<int32_t, false>() { return INT32; } in TypeFor() function954 template<> constexpr C2Value::type_t C2Value::TypeFor<int64_t, false>() { return INT64; } in TypeFor() function955 template<> constexpr C2Value::type_t C2Value::TypeFor<uint8_t, false>() { return UINT32; } in TypeFor() function956 template<> constexpr C2Value::type_t C2Value::TypeFor<uint32_t, false>() { return UINT32; } in TypeFor() function957 template<> constexpr C2Value::type_t C2Value::TypeFor<uint64_t, false>() { return UINT64; } in TypeFor() function958 template<> constexpr C2Value::type_t C2Value::TypeFor<c2_cntr32_t, false>() { return CNTR32; } in TypeFor() function959 template<> constexpr C2Value::type_t C2Value::TypeFor<c2_cntr64_t, false>() { return CNTR64; } in TypeFor() function960 template<> constexpr C2Value::type_t C2Value::TypeFor<float, false>() { return FLOAT; } in TypeFor() function