Home
last modified time | relevance | path

Searched defs:is_same (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/av/media/libaudioprocessing/tests/
H A Dtest_utils.h34 struct is_same struct
40 struct is_same<T, T> // partial specialization argument
/aosp12/frameworks/av/media/libaudioprocessing/
H A DAudioResamplerFirOps.h54 struct is_same struct
60 struct is_same<T, T> // partial specialization argument
/aosp12/system/chre/external/flatbuffers/include/flatbuffers/
H A Dstl_emulation.h143 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 Dmod.rs72 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 Dmod.rs155 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 Dmod.rs260 pub fn is_same(&self, other: &Self) -> bool { in is_same() method
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/
H A Dwatch.rs492 pub fn is_same(&self, other: &Self) -> bool { in is_same() method