Searched refs:I1 (Results 1 – 1 of 1) sorted by relevance
/hardware/interfaces/identity/support/include/cppbor/ |
D | cppbor.h | 302 template <typename I1, typename I2, 303 typename = typename std::iterator_traits<I1>::iterator_category, 305 explicit Bstr(const std::pair<I1, I2>& pair) : mValue(pair.first, pair.second) {} in Bstr() argument 308 template <typename I1, typename I2, 309 typename = typename std::iterator_traits<I1>::iterator_category, 311 Bstr(I1 begin, I2 end) : mValue(begin, end) {} in Bstr() 352 template <typename I1, typename I2, 353 typename = typename std::iterator_traits<I1>::iterator_category, 355 explicit Tstr(const std::pair<I1, I2>& pair) : mValue(pair.first, pair.second) {} in Tstr() argument 358 template <typename I1, typename I2, [all …]
|