Lines Matching refs:Direction
17 template <Direction DIR>
27 template <Direction DIR>
40 template <Direction DIR> void InternalDescriptorUnit<DIR>::EndIoStatement() { in EndIoStatement()
41 if constexpr (DIR == Direction::Output) { in EndIoStatement()
52 template <Direction DIR>
55 if constexpr (DIR == Direction::Input) { in Emit()
86 template <Direction DIR>
89 if constexpr (DIR == Direction::Output) { in GetNextInputBytes()
107 template <Direction DIR>
113 if constexpr (DIR == Direction::Output) { in AdvanceRecord()
121 template <Direction DIR>
123 if constexpr (DIR == Direction::Output) { in BlankFillOutputRecord()
133 template <Direction DIR>
140 template class InternalDescriptorUnit<Direction::Output>;
141 template class InternalDescriptorUnit<Direction::Input>;