HomeSort by relevance Sort by last modified time
    Searched defs:__b (Results 1 - 5 of 5) sorted by null

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
boost_concept_check.h 175 void __const_constraints(const _Tp& __b) {
176 __a = __b; // const required for argument to assignment
187 _Tp __a(__b); // require copy constructor
195 _Tp __b; member in struct:_CopyConstructibleConcept
203 _Tp __b _IsUnused(__a);
207 void __const_constraints(const _Tp& __b) {
208 _Tp __c _IsUnused(__b);
209 __a = __b; // const required for argument to assignment
242 __aux_require_boolean_expr(__a == __b);
244 _Tp __a, __b; member in struct:_EqualityComparableConcept
    [all...]
stl_algobase.h 84 iter_swap(_ForwardIterator1 __a, _ForwardIterator2 __b)
89 *__a = _GLIBCXX_MOVE(*__b);
90 *__b = _GLIBCXX_MOVE(__tmp);
99 iter_swap(_ForwardIterator1 __a, _ForwardIterator2 __b)
101 swap(*__a, *__b);
117 iter_swap(_ForwardIterator1 __a, _ForwardIterator2 __b)
141 iter_swap(__a, __b);
186 min(const _Tp& __a, const _Tp& __b)
190 //return __b < __a ? __b : __a
269 __b(_Iterator __it) function in struct:__niter_base
277 __b(_Iterator __it) function in struct:__niter_base
287 __b(_Iterator __it) function in struct:__miter_base
295 __b(_Iterator __it) function in struct:__miter_base
    [all...]
  /external/stlport/stlport/stl/
_monetary.c 287 typename string_type::iterator __b = __buf.begin(), __e = __buf.end(); local
289 if (!__is_positive) ++__b;
292 _STLP_PRIV __get_decimal_integer(__b, __e, __units, (_CharT*)0);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_monetary.c 287 typename string_type::iterator __b = __buf.begin(), __e = __buf.end(); local
289 if (!__is_positive) ++__b;
292 _STLP_PRIV __get_decimal_integer(__b, __e, __units, (_CharT*)0);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
bitmap_allocator.h 1057 const size_type __b = __n * sizeof(value_type); local
1058 return reinterpret_cast<pointer>(::operator new(__b));

Completed in 662 milliseconds