Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/rust/src/
Dproxy.rs171 fn cmp(&self, other: &Self) -> Ordering { in cmp()
191 fn partial_cmp(&self, other: &Self) -> Option<Ordering> { in partial_cmp()
494 fn cmp(&self, other: &Self) -> Ordering { in cmp()
514 fn partial_cmp(&self, other: &Self) -> Option<Ordering> { in partial_cmp()
Dbinder.rs435 fn cmp(&self, other: &Self) -> Ordering { in cmp()
441 fn partial_cmp(&self, other: &Self) -> Option<Ordering> { in partial_cmp()
482 fn cmp(&self, other: &Self) -> Ordering { in cmp()
488 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()