Searched defs:is_same (Results 1 – 7 of 7) sorted by relevance
/aosp12/frameworks/av/media/libaudioprocessing/tests/ |
H A D | test_utils.h | 34 struct is_same struct 40 struct is_same<T, T> // partial specialization argument
|
/aosp12/frameworks/av/media/libaudioprocessing/ |
H A D | AudioResamplerFirOps.h | 54 struct is_same struct 60 struct is_same<T, T> // partial specialization argument
|
/aosp12/system/chre/external/flatbuffers/include/flatbuffers/ |
H A D | stl_emulation.h | 143 template <typename T, typename U> using is_same = std::is_same<T,U>; variable 155 template <typename T, typename U> using is_same = std::tr1::is_same<T,U>; variable
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/mpsc/ |
H A D | mod.rs | 72 pub(crate) fn is_same(&self, other: &Self) -> bool { in is_same() method
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/mpsc/unbounded/ |
H A D | mod.rs | 155 pub fn is_same(&self, other: &Self) -> bool { in is_same() method
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/mpsc/bounded/ |
H A D | mod.rs | 260 pub fn is_same(&self, other: &Self) -> bool { in is_same() method
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/ |
H A D | watch.rs | 492 pub fn is_same(&self, other: &Self) -> bool { in is_same() method
|