Searched defs:IsSame (Results 1 – 3 of 3) sorted by relevance
/external/hamcrest/src/org/hamcrest/core/ | ||
D | IsSame.java | 14 public class IsSame<T> extends BaseMatcher<T> { class |
/external/webrtc/webrtc/modules/desktop_capture/win/ | ||
D | scoped_thread_desktop.cc | 27 bool ScopedThreadDesktop::IsSame(const Desktop& desktop) { in IsSame() function in webrtc::ScopedThreadDesktop |
D | desktop.cc | 52 bool Desktop::IsSame(const Desktop& other) const { in IsSame() function in webrtc::Desktop |