Searched refs:is_supported_vector (Results 1 – 4 of 4) sorted by relevance
| /expo/ios/versioned/sdk48/ExpoGL/common/ |
| H A D | ABI48_0_0EXJsiArgsTransform.h | 42 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 D | ABI47_0_0EXJsiArgsTransform.h | 42 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 D | EXJsiArgsTransform.h | 42 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 D | ABI49_0_0EXJsiArgsTransform.h | 42 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()
|