Home
last modified time | relevance | path

Searched refs:is_supported_vector (Results 1 – 4 of 4) sorted by relevance

/expo/ios/versioned/sdk48/ExpoGL/common/
H A DABI48_0_0EXJsiArgsTransform.h42 inline constexpr bool is_supported_vector = std::is_same_v<std::vector<uint32_t>, T> || variable
51 !(is_integral_v<T> || std::is_floating_point_v<T> || is_supported_vector<T>),
165 inline std::enable_if_t<is_supported_vector<T>, T> unpackArg( in unpackArg()
/expo/ios/versioned/sdk47/EXGL/common/
H A DABI47_0_0EXJsiArgsTransform.h42 inline constexpr bool is_supported_vector = std::is_same_v<std::vector<uint32_t>, T> || variable
51 !(is_integral_v<T> || std::is_floating_point_v<T> || is_supported_vector<T>),
165 inline std::enable_if_t<is_supported_vector<T>, T> unpackArg( in unpackArg()
/expo/packages/expo-gl/common/
H A DEXJsiArgsTransform.h42 inline constexpr bool is_supported_vector = std::is_same_v<std::vector<uint32_t>, T> || variable
51 !(is_integral_v<T> || std::is_floating_point_v<T> || is_supported_vector<T>),
165 inline std::enable_if_t<is_supported_vector<T>, T> unpackArg( in unpackArg()
/expo/ios/versioned/sdk49/ExpoGL/common/
H A DABI49_0_0EXJsiArgsTransform.h42 inline constexpr bool is_supported_vector = std::is_same_v<std::vector<uint32_t>, T> || variable
51 !(is_integral_v<T> || std::is_floating_point_v<T> || is_supported_vector<T>),
165 inline std::enable_if_t<is_supported_vector<T>, T> unpackArg( in unpackArg()