Home
last modified time | relevance | path

Searched defs:kReverse (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/leveldb/table/
H A Dmerger.cc133 enum Direction { kForward, kReverse }; enumerator
/aosp_15_r20/external/emboss/runtime/cpp/
H A Demboss_array_view.h45 enum class ElementViewIteratorDirection { kForward, kReverse }; enumerator
/aosp_15_r20/external/leveldb/db/
H A Ddb_iter.cc46 enum Direction { kForward, kReverse }; enumerator
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/
H A Dpartition_root.cc125 kReverse, enumerator
/aosp_15_r20/external/python/cpython2/Lib/plat-mac/Carbon/
DSound.py303 kReverse = (1L << 16) variable
/aosp_15_r20/external/webrtc/modules/audio_processing/
H A Daudio_processing_unittest.cc76 enum StreamDirection { kForward = 0, kReverse }; enumerator