Searched refs:isSignedNumArray (Results 1 – 2 of 2) sorted by relevance
71 inline static constexpr bool isSignedNumArray = std::is_same_v<std::decay_t<T>, std::vector<int8_t>… variable
238 if constexpr (std::is_same_v<std::decay_t<T>, std::vector<bool>> || isSignedNumArray<T>) { in AppendArrayValue()