HomeSort by relevance Sort by last modified time
    Searched full:__dp_exact (Results 1 - 2 of 2) sorted by null

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/
safe_iterator.tcc 52 bool __ok = ((__dist.second == __dp_exact && __dist.first >= -__n)
53 || (__dist.second != __dp_exact && __dist.first > 0));
62 bool __ok = ((__dist.second == __dp_exact && __dist.first >= __n)
63 || (__dist.second != __dp_exact && __dist.first > 0));
88 case __dp_exact:
safe_iterator.h 74 __dp_exact //< Can determine distance precisely enumerator in enum:__gnu_debug::_Safe_iterator::_Distance_precision
383 return std::make_pair(__rhs.base() - __lhs.base(), __dp_exact);

Completed in 391 milliseconds