Searched refs:__one (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/libstdcxx-104.1/src/
H A Dcollate_members.cc44 collate<char>::_M_compare(const char* __one, const char* __two) const argument
46 int __cmp = strcoll(__one, __two);
59 collate<wchar_t>::_M_compare(const wchar_t* __one, argument
62 int __cmp = wcscoll(__one, __two);
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dallocator.h143 _S_do_it(_Alloc& __one, _Alloc& __two) argument
146 if (__one != __two)
147 swap(__one, __two);
H A Dcpp_type_traits.h87 typedef char __one; typedef in namespace:__detail
91 __one __test_type(int _Tp::*);
386 != sizeof(__detail::__one))

Completed in 306 milliseconds