Home
last modified time | relevance | path

Searched refs:other_code (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/native/libs/binder/rust/src/
H A Derror.rs279 let other_code = other.exception_code(); in eq() localVariable
281 match (self_code, other_code) { in eq()