Searched refs:kReverse (Results 1 – 4 of 4) sorted by relevance
303 kReverse = (1L << 16) variable
1154 enum class ForEachDirection { kForward, kReverse }; enumerator1164 ForEachDirection direction = ForEachDirection::kReverse);1170 ForEachDirection direction = ForEachDirection::kReverse) {
6353 if (direction == ForEachDirection::kReverse) std::swap(start, limit); in BuildFastFixedArrayForEach()6359 direction == ForEachDirection::kReverse ? -increment : increment, in BuildFastFixedArrayForEach()6361 direction == ForEachDirection::kReverse ? IndexAdvanceMode::kPre in BuildFastFixedArrayForEach()
66 enum StreamDirection { kForward = 0, kReverse }; enumerator2419 num_reverse_output_channels, kReverse).c_str(), in ProcessFormat()2522 stream_directions.push_back(kReverse); in TEST_P()