Home
last modified time | relevance | path

Searched defs:Ordering (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/libs/binder/rust/src/
Dbinder.rs427 fn cmp(&self, other: &Self) -> Ordering { in cmp()
433 fn partial_cmp(&self, other: &Self) -> Option<Ordering> { in partial_cmp()
474 fn cmp(&self, other: &Self) -> Ordering { in cmp()
480 fn partial_cmp(&self, other: &Self) -> Option<Ordering> { in partial_cmp()
Dproxy.rs185 fn cmp(&self, other: &Self) -> Ordering { in cmp()
209 fn partial_cmp(&self, other: &Self) -> Option<Ordering> { in partial_cmp()
518 fn cmp(&self, other: &Self) -> Ordering { in cmp()
544 fn partial_cmp(&self, other: &Self) -> Option<Ordering> { in partial_cmp()
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp3417 AtomicOrdering Ordering = GetDecodedOrdering(Record[OpNum+2]); in ParseFunctionBody() local
3454 AtomicOrdering Ordering = GetDecodedOrdering(Record[OpNum+2]); in ParseFunctionBody() local
3479 AtomicOrdering Ordering = GetDecodedOrdering(Record[OpNum+1]); in ParseFunctionBody() local
3502 AtomicOrdering Ordering = GetDecodedOrdering(Record[OpNum+2]); in ParseFunctionBody() local
3515 AtomicOrdering Ordering = GetDecodedOrdering(Record[0]); in ParseFunctionBody() local
/frameworks/compile/slang/BitWriter_2_9_func/
DBitcodeWriter.cpp122 static unsigned GetEncodedOrdering(AtomicOrdering Ordering) { in GetEncodedOrdering()
/frameworks/compile/slang/BitWriter_3_2/
DBitcodeWriter.cpp122 static unsigned GetEncodedOrdering(AtomicOrdering Ordering) { in GetEncodedOrdering()