Searched refs:__get (Results 1 – 7 of 7) sorted by relevance
/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/libcxx/include/ |
D | optional | 288 constexpr value_type& __get() & noexcept 293 constexpr const value_type& __get() const& noexcept 298 constexpr value_type&& __get() && noexcept 303 constexpr const value_type&& __get() const&& noexcept 322 __construct(_VSTD::forward<_That>(__opt).__get()); 332 this->__val_ = _VSTD::forward<_That>(__opt).__get(); 339 __construct(_VSTD::forward<_That>(__opt).__get()); 392 constexpr value_type& __get() const& noexcept 396 constexpr value_type&& __get() const&& noexcept 415 __construct(_VSTD::forward<_That>(__opt).__get()); [all …]
|
D | any | 359 return __get(const_cast<any &>(*__this), __info, __fallback_info); 394 static void* __get(any & __this, 434 return __get(const_cast<any &>(*__this), __info, __fallback_info); 473 static void* __get(any & __this, type_info const * __info,
|
D | __locale | 154 long __get(); 164 __install_ctor(__other, __f, __f ? __f->id.__get() : 0);
|
/external/libcxx/include/experimental/ |
D | any | 313 return __get(const_cast<any &>(*__this), __info); 352 static void* __get(any & __this, type_info const * __info) 394 return __get(const_cast<any &>(*__this), __info); 437 static void* __get(any & __this, type_info const * __info)
|
/external/libcxx/src/ |
D | locale.cpp | 173 template <class F> void install(F* f) {install(f, f->id.__get());} in install() 346 long id = F::id.__get(); in install_from() 593 return __locale_->has_facet(x.__get()); in has_facet() 599 return __locale_->use_facet(x.__get()); in use_facet() 645 locale::id::__get() in __get() function in locale::id
|
/external/python/cpython2/Lib/test/ |
D | test_descr.py | 1506 self.__get = get 1510 return self.__get(obj)
|