Home
last modified time | relevance | path

Searched defs:IsSame (Results 1 – 18 of 18) sorted by relevance

/external/llvm-project/clang/test/CXX/over/over.match/over.match.funcs/over.match.class.deduct/
Dp2.cpp62 template <typename X, typename Y> struct IsSame { struct
63 static constexpr bool value = false;
66 template <typename Z> struct IsSame<Z, Z> { struct
67 static constexpr bool value = true;
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/core/
DIsSame.java11 public class IsSame<T> extends BaseMatcher<T> { class
14 public IsSame(T object) { in IsSame() method in IsSame
/external/llvm-project/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_type_traits_test.cpp18 TEST(SanitizerCommon, IsSame) { in TEST() argument
/external/webrtc/modules/desktop_capture/win/
Dscoped_thread_desktop.cc24 bool ScopedThreadDesktop::IsSame(const Desktop& desktop) { in IsSame() function in webrtc::ScopedThreadDesktop
Ddesktop.cc51 bool Desktop::IsSame(const Desktop& other) const { in IsSame() function in webrtc::Desktop
/external/angle/third_party/abseil-cpp/absl/cleanup/
Dcleanup_test.cc30 constexpr bool IsSame() { in IsSame() function
/external/abseil-cpp/absl/strings/
Dcord.h515 bool IsSame(const InlineRep& other) const { in IsSame() function
/external/webrtc/third_party/abseil-cpp/absl/strings/
Dcord.h515 bool IsSame(const InlineRep& other) const { in IsSame() function
/external/openscreen/third_party/abseil/src/absl/strings/
Dcord.h695 bool IsSame(const InlineRep& other) const { in IsSame() function
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/
Dcord.h686 bool IsSame(const InlineRep& other) const { in IsSame() function
/external/libtextclassifier/abseil-cpp/absl/strings/
Dcord.h686 bool IsSame(const InlineRep& other) const { in IsSame() function
/external/llvm-project/lldb/include/lldb/Symbol/
DUnwindPlan.h88 bool IsSame() const { return m_type == same; } in IsSame() function
/external/deqp-deps/SPIRV-Tools/source/opt/
Dtypes.h116 bool IsSame(const Type* that) const { in IsSame() function
/external/angle/third_party/abseil-cpp/absl/strings/
Dcord.h778 bool IsSame(const InlineRep& other) const { in IsSame() function
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dtypes.h116 bool IsSame(const Type* that) const { in IsSame() function
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dtypes.h116 bool IsSame(const Type* that) const { in IsSame() function
/external/llvm-project/clang/test/SemaCXX/
Dcoroutines.cpp1067 static constexpr bool IsSame = IsSameV<T, U>; member
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_dnn.cc4011 bool PoolingWorkspaceDescriptor::IsSame( in IsSame() function in stream_executor::gpu::PoolingWorkspaceDescriptor