Searched refs:compareBy (Results 1 – 5 of 5) sorted by relevance
/external/kotlinx.coroutines/binary-compatibility-validator/test/cases/localClasses/ |
D | fromStdlib.kt | 7 private val COMPARER = compareBy<String> { it.length } in <lambda>()
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/channels/ |
D | ChannelsConsumeTest.kt | 723 val c = maxWith(compareBy { it % 3 }) in <lambda>() 724 assertEquals(sourceList.maxWith(compareBy { it % 3 }), c) in <lambda>() 739 val c = maxWith(compareBy { it % 3 }) in <lambda>() 740 assertEquals(sourceList.maxWith(compareBy { it % 3 }), c) in <lambda>()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | SearchableTableEmitter.cpp | 142 bool compareBy(Record *LHS, Record *RHS, const SearchIndex &Index); 211 bool SearchableTableEmitter::compareBy(Record *LHS, Record *RHS, in compareBy() function in SearchableTableEmitter 332 return compareBy(LHS.first, RHS.first, Index); in emitLookupFunction() 689 return compareBy(LHS, RHS, *Table->PrimaryKey); in run()
|
/external/kotlinx.coroutines/binary-compatibility-validator/src/ |
D | asmUtils.kt | 93 val MEMBER_SORT_ORDER = compareBy<MemberBinarySignature>(
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/channels/ |
D | ChannelsTest.kt | 521 val cmp = compareBy<Int> { 10 - abs(it - 2) } in <lambda>() 534 val cmp = compareBy<Int> { abs(it - 2) } in <lambda>()
|