Searched refs:IOType (Results 1 – 1 of 1) sorted by relevance
77 enum class IOType { INPUT, OUTPUT }; enum113 template <IOType ioType>121 template <IOType ioType>128 if constexpr (ioType == IOType::INPUT) { in allocateInternal()158 if constexpr (ioType == IOType::INPUT) { in allocateInternal()382 auto [buffer, token] = allocator.allocate<IOType::INPUT>(i); in createRequest()408 auto [buffer, token] = allocator.allocate<IOType::OUTPUT>(i); in createRequest()