Home
last modified time | relevance | path

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

/external/hamcrest/src/org/hamcrest/core/
DIsSame.java14 public class IsSame<T> extends BaseMatcher<T> { class
17 public IsSame(T object) { in IsSame() method in IsSame
/external/webrtc/webrtc/modules/desktop_capture/win/
Dscoped_thread_desktop.cc27 bool ScopedThreadDesktop::IsSame(const Desktop& desktop) { in IsSame() function in webrtc::ScopedThreadDesktop
Ddesktop.cc52 bool Desktop::IsSame(const Desktop& other) const { in IsSame() function in webrtc::Desktop