Home
last modified time | relevance | path

Searched refs:__testoff (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/libstdc++/include/ext/
Dvstring.h100 const bool __testoff = __off < this->size() - __pos; in _GLIBCXX_BEGIN_NAMESPACE() local
101 return __testoff ? __off : this->size() - __pos; in _GLIBCXX_BEGIN_NAMESPACE()
/freebsd-10-stable/contrib/libstdc++/include/bits/
Dbasic_string.h326 const bool __testoff = __off < this->size() - __pos; in _GLIBCXX_BEGIN_NAMESPACE() local
327 return __testoff ? __off : this->size() - __pos; in _GLIBCXX_BEGIN_NAMESPACE()