/external/libcxx/test/libcxx/localization/locales/locale/locale.types/locale.id/ |
D | id.pass.cpp | 31 long id = id0.__get(); in main() 32 assert(id0.__get() == id+0); in main() 33 assert(id0.__get() == id+0); in main() 34 assert(id0.__get() == id+0); in main() 35 assert(id1.__get() == id+1); in main() 36 assert(id1.__get() == id+1); in main() 37 assert(id1.__get() == id+1); in main() 38 assert(id2.__get() == id+2); in main() 39 assert(id2.__get() == id+2); in main() 40 assert(id2.__get() == id+2); in main() [all …]
|
/external/llvm-project/libcxx/test/libcxx/localization/locales/locale/locale.types/locale.id/ |
D | id.pass.cpp | 32 long id = id0.__get(); in main() 33 assert(id0.__get() == id+0); in main() 34 assert(id0.__get() == id+0); in main() 35 assert(id0.__get() == id+0); in main() 36 assert(id1.__get() == id+1); in main() 37 assert(id1.__get() == id+1); in main() 38 assert(id1.__get() == id+1); in main() 39 assert(id2.__get() == id+2); in main() 40 assert(id2.__get() == id+2); in main() 41 assert(id2.__get() == id+2); in main() [all …]
|
/external/rust/cxx/src/ |
D | shared_ptr.rs | 56 let ptr = unsafe { T::__get(this) }; in is_null() 64 unsafe { T::__get(this).as_ref() } in as_ref() 199 unsafe fn __get(this: *const c_void) -> *const Self; in __get() method 242 unsafe fn __get(this: *const c_void) -> *const Self { 246 fn __get(this: *const c_void) -> *const c_void; 249 __get(this).cast()
|
D | unique_ptr.rs | 53 let ptr = unsafe { T::__get(self.repr) }; in is_null() 60 unsafe { T::__get(self.repr).as_ref() } in as_ref() 67 let mut_reference = (T::__get(self.repr) as *mut T).as_mut()?; in as_mut() 224 unsafe fn __get(repr: *mut c_void) -> *const Self; in __get() method 264 unsafe fn __get(repr: *mut c_void) -> *const Self { in __get() method 294 unsafe fn __get(repr: *mut c_void) -> *const Self { in __get() function
|
/external/llvm-project/libcxx/include/ |
D | optional | 299 constexpr value_type& __get() & noexcept 304 constexpr const value_type& __get() const& noexcept 309 constexpr value_type&& __get() && noexcept 314 constexpr const value_type&& __get() const&& noexcept 333 __construct(_VSTD::forward<_That>(__opt).__get()); 343 this->__val_ = _VSTD::forward<_That>(__opt).__get(); 350 __construct(_VSTD::forward<_That>(__opt).__get()); 403 constexpr value_type& __get() const& noexcept 407 constexpr value_type&& __get() const&& noexcept 426 __construct(_VSTD::forward<_That>(__opt).__get()); [all …]
|
D | any | 362 return __get(const_cast<any &>(*__this), __info, __fallback_info); 405 static void* __get(any & __this, 445 return __get(const_cast<any &>(*__this), __info, __fallback_info); 492 static void* __get(any & __this, type_info const * __info,
|
D | __tree | 1495 __node_pointer __get() const _NOEXCEPT { 1636 for (; __cache.__get() != nullptr && __first != __last; ++__first) { 1637 if (__node_assign_unique(*__first, __cache.__get()).second) 1659 for (; __cache.__get() && __first != __last; ++__first) { 1660 __cache.__get()->__value_ = *__first; 1661 __node_insert_multi(__cache.__get()); 1759 while (__cache.__get() != nullptr && __t.size() != 0) { 1760 __cache.__get()->__value_ = _VSTD::move(__t.remove(__t.begin())->__value_); 1761 __node_insert_multi(__cache.__get());
|
D | memory | 1977 _LIBCPP_INLINE_VISIBILITY reference __get() _NOEXCEPT { return __value_; } 1979 const_reference __get() const _NOEXCEPT { return __value_; } 2015 _LIBCPP_INLINE_VISIBILITY reference __get() _NOEXCEPT { return *this; } 2017 const_reference __get() const _NOEXCEPT { return *this; } 2063 return static_cast<_Base1&>(*this).__get(); 2068 return static_cast<_Base1 const&>(*this).__get(); 2073 return static_cast<_Base2&>(*this).__get(); 2078 return static_cast<_Base2 const&>(*this).__get();
|
D | __locale | 216 long __get(); 226 __install_ctor(__other, __f, __f ? __f->id.__get() : 0);
|
/external/libcxx/include/ |
D | optional | 299 constexpr value_type& __get() & noexcept 304 constexpr const value_type& __get() const& noexcept 309 constexpr value_type&& __get() && noexcept 314 constexpr const value_type&& __get() const&& noexcept 333 __construct(_VSTD::forward<_That>(__opt).__get()); 343 this->__val_ = _VSTD::forward<_That>(__opt).__get(); 350 __construct(_VSTD::forward<_That>(__opt).__get()); 403 constexpr value_type& __get() const& noexcept 407 constexpr value_type&& __get() const&& noexcept 426 __construct(_VSTD::forward<_That>(__opt).__get()); [all …]
|
D | any | 363 return __get(const_cast<any &>(*__this), __info, __fallback_info); 399 static void* __get(any & __this, 439 return __get(const_cast<any &>(*__this), __info, __fallback_info); 479 static void* __get(any & __this, type_info const * __info,
|
D | memory | 2163 _LIBCPP_INLINE_VISIBILITY reference __get() _NOEXCEPT { return __value_; } 2165 const_reference __get() const _NOEXCEPT { return __value_; } 2202 _LIBCPP_INLINE_VISIBILITY reference __get() _NOEXCEPT { return *this; } 2204 const_reference __get() const _NOEXCEPT { return *this; } 2280 return static_cast<_Base1&>(*this).__get(); 2285 return static_cast<_Base1 const&>(*this).__get(); 2290 return static_cast<_Base2&>(*this).__get(); 2295 return static_cast<_Base2 const&>(*this).__get();
|
D | __locale | 198 long __get(); 208 __install_ctor(__other, __f, __f ? __f->id.__get() : 0);
|
/external/llvm-project/libcxx/include/support/win32/ |
D | locale_win32.h | 59 lconv *__get() { in __get() function 159 return __lc->__get(); in __store_lconv()
|
/external/libcxx/include/experimental/ |
D | simd | 690 _Tp __get(size_t __index) const noexcept { return __storage_[__index]; }; 707 _Tp __get(size_t __index) const noexcept { return (&__storage_)[__index]; }; 809 _Tp __get(size_t __index) const noexcept { return __storage_[__index]; }; 839 operator _Vp() const { return __ptr_->__get(__index_); } 847 return std::move(*this) = __ptr_->__get(__index_) + 1; 851 auto __val = __ptr_->__get(__index_); 857 return std::move(*this) = __ptr_->__get(__index_) - 1; 861 auto __val = __ptr_->__get(__index_); 867 return std::move(*this) = __ptr_->__get(__index_) + __value; 871 return std::move(*this) = __ptr_->__get(__index_) - __value; [all …]
|
/external/llvm-project/libcxx/include/experimental/ |
D | simd | 692 _Tp __get(size_t __index) const noexcept { return __storage_[__index]; }; 709 _Tp __get(size_t __index) const noexcept { return (&__storage_)[__index]; }; 811 _Tp __get(size_t __index) const noexcept { return __storage_[__index]; }; 841 operator _Vp() const { return __ptr_->__get(__index_); } 849 return std::move(*this) = __ptr_->__get(__index_) + 1; 853 auto __val = __ptr_->__get(__index_); 859 return std::move(*this) = __ptr_->__get(__index_) - 1; 863 auto __val = __ptr_->__get(__index_); 869 return std::move(*this) = __ptr_->__get(__index_) + __value; 873 return std::move(*this) = __ptr_->__get(__index_) - __value; [all …]
|
/external/rust/cxx/macro/src/ |
D | expand.rs | 1311 unsafe fn __get(repr: *mut ::std::ffi::c_void) -> *const Self { in expand_unique_ptr() 1314 fn __get(this: *const *mut ::std::ffi::c_void) -> *const ::std::ffi::c_void; in expand_unique_ptr() 1316 __get(&repr).cast() in expand_unique_ptr() 1401 unsafe fn __get(this: *const ::std::ffi::c_void) -> *const Self { in expand_shared_ptr() 1404 fn __get(this: *const ::std::ffi::c_void) -> *const ::std::ffi::c_void; in expand_shared_ptr() 1406 __get(this).cast() in expand_shared_ptr()
|
/external/angle/third_party/abseil-cpp/ |
D | symbols_x86_dbg.def | 2634 …?__get@?$__compressed_pair_elem@AAV?$allocator@PAPBVImpl@time_zone@cctz@time_internal@absl@@@__1@s… 2635 …?__get@?$__compressed_pair_elem@AAV?$allocator@PAUCordRep@cord_internal@absl@@@__1@std@@$00$0A@@__… 2636 …?__get@?$__compressed_pair_elem@AAV?$allocator@PAVCordzHandle@cord_internal@absl@@@__1@std@@$00$0A… 2637 …?__get@?$__compressed_pair_elem@AAV?$allocator@PBVCordzHandle@cord_internal@absl@@@__1@std@@$00$0A… 2638 …?__get@?$__compressed_pair_elem@AAV?$allocator@UConversionItem@ParsedFormatBase@str_format_interna… 2639 …?__get@?$__compressed_pair_elem@AAV?$allocator@UTransition@cctz@time_internal@absl@@@__1@std@@$00$… 2640 …?__get@?$__compressed_pair_elem@AAV?$allocator@UTransitionType@cctz@time_internal@absl@@@__1@std@@… 2641 …?__get@?$__compressed_pair_elem@AAV?$allocator@UViableSubstitution@strings_internal@absl@@@__1@std… 2642 …?__get@?$__compressed_pair_elem@PAPAPBVImpl@time_zone@cctz@time_internal@absl@@$0A@$0A@@__1@std@@Q… 2643 …?__get@?$__compressed_pair_elem@PAPAPBVImpl@time_zone@cctz@time_internal@absl@@$0A@$0A@@__1@std@@Q… [all …]
|
D | symbols_x64_dbg.def | 2640 …?__get@?$__compressed_pair_elem@AEAV?$allocator@PEAPEBVImpl@time_zone@cctz@time_internal@absl@@@__… 2641 …?__get@?$__compressed_pair_elem@AEAV?$allocator@PEAUCordRep@cord_internal@absl@@@__1@std@@$00$0A@@… 2642 …?__get@?$__compressed_pair_elem@AEAV?$allocator@PEAVCordzHandle@cord_internal@absl@@@__1@std@@$00$… 2643 …?__get@?$__compressed_pair_elem@AEAV?$allocator@PEBVCordzHandle@cord_internal@absl@@@__1@std@@$00$… 2644 …?__get@?$__compressed_pair_elem@AEAV?$allocator@UConversionItem@ParsedFormatBase@str_format_intern… 2645 …?__get@?$__compressed_pair_elem@AEAV?$allocator@UTransition@cctz@time_internal@absl@@@__1@std@@$00… 2646 …?__get@?$__compressed_pair_elem@AEAV?$allocator@UTransitionType@cctz@time_internal@absl@@@__1@std@… 2647 …?__get@?$__compressed_pair_elem@AEAV?$allocator@UViableSubstitution@strings_internal@absl@@@__1@st… 2648 …?__get@?$__compressed_pair_elem@PEAPEAPEBVImpl@time_zone@cctz@time_internal@absl@@$0A@$0A@@__1@std… 2649 …?__get@?$__compressed_pair_elem@PEAPEAPEBVImpl@time_zone@cctz@time_internal@absl@@$0A@$0A@@__1@std… [all …]
|
D | symbols_arm64_dbg.def | 2643 …?__get@?$__compressed_pair_elem@AEAV?$allocator@PEAPEBVImpl@time_zone@cctz@time_internal@absl@@@__… 2644 …?__get@?$__compressed_pair_elem@AEAV?$allocator@PEAUCordRep@cord_internal@absl@@@__1@std@@$00$0A@@… 2645 …?__get@?$__compressed_pair_elem@AEAV?$allocator@PEAVCordzHandle@cord_internal@absl@@@__1@std@@$00$… 2646 …?__get@?$__compressed_pair_elem@AEAV?$allocator@PEBVCordzHandle@cord_internal@absl@@@__1@std@@$00$… 2647 …?__get@?$__compressed_pair_elem@AEAV?$allocator@UConversionItem@ParsedFormatBase@str_format_intern… 2648 …?__get@?$__compressed_pair_elem@AEAV?$allocator@UTransition@cctz@time_internal@absl@@@__1@std@@$00… 2649 …?__get@?$__compressed_pair_elem@AEAV?$allocator@UTransitionType@cctz@time_internal@absl@@@__1@std@… 2650 …?__get@?$__compressed_pair_elem@AEAV?$allocator@UViableSubstitution@strings_internal@absl@@@__1@st… 2651 …?__get@?$__compressed_pair_elem@PEAPEAPEBVImpl@time_zone@cctz@time_internal@absl@@$0A@$0A@@__1@std… 2652 …?__get@?$__compressed_pair_elem@PEAPEAPEBVImpl@time_zone@cctz@time_internal@absl@@$0A@$0A@@__1@std… [all …]
|
/external/libcxx/src/ |
D | locale.cpp | 190 template <class F> void install(F* f) {install(f, f->id.__get());} in install() 363 long id = F::id.__get(); in install_from() 610 return __locale_->has_facet(x.__get()); in has_facet() 616 return __locale_->use_facet(x.__get()); in use_facet() 662 locale::id::__get() in __get() function in locale::id
|
/external/llvm-project/libcxx/src/ |
D | locale.cpp | 189 template <class F> void install(F* f) {install(f, f->id.__get());} in install() 380 long id = F::id.__get(); in install_from() 623 return __locale_->has_facet(x.__get()); in has_facet() 629 return __locale_->use_facet(x.__get()); in use_facet() 675 locale::id::__get() in __get() function in locale::id
|
/external/python/cpython2/Lib/test/ |
D | test_descr.py | 1543 self.__get = get 1547 return self.__get(obj)
|
/external/python/cpython3/Lib/test/ |
D | test_descr.py | 1704 self.__get = get 1708 return self.__get(obj)
|
/external/libabigail/tests/data/test-diff-filter/ |
D | test-PR27569-v1.abi | 10289 …<var-decl name="__get" type-id="152c14d9" visibility="default" filepath="include/linux/xattr.h" li… 71278 …<var-decl name="__get" type-id="152c14d9" visibility="default" filepath="include/linux/xattr.h" li…
|