Home
last modified time | relevance | path

Searched refs:IsSame (Results 1 – 14 of 14) sorted by relevance

/external/webrtc/webrtc/modules/desktop_capture/win/
Dscoped_thread_desktop.cc27 bool ScopedThreadDesktop::IsSame(const Desktop& desktop) { in IsSame() function in webrtc::ScopedThreadDesktop
29 return assigned_->IsSame(desktop); in IsSame()
31 return initial_->IsSame(desktop); in IsSame()
47 if (initial_->IsSame(*desktop)) in SetThreadDesktop()
Dscoped_thread_desktop.h32 bool IsSame(const Desktop& desktop);
Ddesktop.h33 bool IsSame(const Desktop& other) const;
Ddesktop.cc52 bool Desktop::IsSame(const Desktop& other) const { in IsSame() function in webrtc::Desktop
Dscreen_capturer_win_gdi.cc163 if (input_desktop.get() != NULL && !desktop_.IsSame(*input_desktop)) { in PrepareCaptureResources()
Dscreen_capturer_win_magnifier.cc100 if (input_desktop.get() != NULL && !desktop_.IsSame(*input_desktop)) { in Capture()
/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
37 return new IsSame<T>(object); in sameInstance()
/external/lldb/source/Plugins/UnwindAssembly/InstEmulation/
DUnwindAssemblyInstEmulation.cpp187 && !ra_regloc.IsSame()) in GetNonCallSiteUnwindPlanFromAssembly()
199 && pc_regloc.IsSame()) in GetNonCallSiteUnwindPlanFromAssembly()
209 && ra_regloc.IsSame()) in GetNonCallSiteUnwindPlanFromAssembly()
/external/hamcrest/src/org/hamcrest/
DCoreMatchers.java104 return org.hamcrest.core.IsSame.sameInstance(object); in sameInstance()
/external/lldb/include/lldb/Symbol/
DUnwindPlan.h96 IsSame () const in IsSame() function
/external/hamcrest/library/src/org/hamcrest/
DMatchers.java104 return org.hamcrest.core.IsSame.sameInstance(object); in sameInstance()
/external/lldb/source/Plugins/Process/Utility/
DRegisterContextLLDB.cpp1135 if (unwindplan_regloc.IsSame()) in SavedLocationForRegister()
/external/libcxx/include/
Dmemory2004 template <class _T1, class _T2, bool IsSame>
2005 struct __libcpp_compressed_pair_switch<_T1, _T2, IsSame, false, false> {enum {value = 0};};
2007 template <class _T1, class _T2, bool IsSame>
2008 struct __libcpp_compressed_pair_switch<_T1, _T2, IsSame, true, false> {enum {value = 1};};
2010 template <class _T1, class _T2, bool IsSame>
2011 struct __libcpp_compressed_pair_switch<_T1, _T2, IsSame, false, true> {enum {value = 2};};
/external/clang/include/clang/Basic/
DTokenKinds.def471 TYPE_TRAIT_2(__is_same, IsSame, KEYCXX)