Searched defs:__versa_string (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/arm-none-eabi/include/c++/4.6.1/ext/
H A Dvstring.h54 class __versa_string class in inherits:_Base
132 __versa_string() function in class:__versa_string
139 __versa_string(const _Alloc& __a) function in class:__versa_string
147 __versa_string(const __versa_string& __str) function in class:__versa_string
159 __versa_string(__versa_strin function in class:__versa_string
167 __versa_string(std::initializer_list<_CharT> __l, function in class:__versa_string
178 __versa_string(const __versa_string& __str, size_type __pos, function in class:__versa_string
193 __versa_string(const __versa_string& __str, size_type __pos, function in class:__versa_string
210 __versa_string(const _CharT* __s, size_type __n, function in class:__versa_string
219 __versa_string(const _CharT* __s, const _Alloc& __a = _Alloc()) function in class:__versa_string
229 __versa_string(size_type __n, _CharT __c, const _Alloc& __a = _Alloc()) function in class:__versa_string
239 __versa_string(_InputIterator __beg, _InputIterator __end, function in class:__versa_string
2107 operator +(__versa_string<_CharT, _Traits, _Alloc, _Base>&& __lhs, const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) argument
2114 operator +(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, __versa_string<_CharT, _Traits, _Alloc, _Base>&& __rhs) argument
2170 operator ==(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) argument
2177 operator ==(const __versa_string<_CharT, std::char_traits<_CharT>, std::allocator<_CharT>, _Base>& __lhs, const __versa_string<_CharT, std::char_traits<_CharT>, std::allocator<_CharT>, _Base>& __rhs) argument
2194 operator ==(const _CharT* __lhs, const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) argument
2207 operator ==(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, const _CharT* __rhs) argument
2221 operator !=(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) argument
2234 operator !=(const _CharT* __lhs, const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) argument
2247 operator !=(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, const _CharT* __rhs) argument
2261 operator <(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) argument
2274 operator <(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, const _CharT* __rhs) argument
2287 operator <(const _CharT* __lhs, const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) argument
2301 operator >(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) argument
2314 operator >(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, const _CharT* __rhs) argument
2327 operator >(const _CharT* __lhs, const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) argument
2341 operator <=(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) argument
2354 operator <=(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, const _CharT* __rhs) argument
2367 operator <=(const _CharT* __lhs, const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) argument
2381 operator >=(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) argument
2394 operator >=(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, const _CharT* __rhs) argument
2407 operator >=(const _CharT* __lhs, const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/include/c++/4.5.3/ext/
H A Dvstring.h52 class __versa_string class in inherits:_Base
130 __versa_string() function in class:__versa_string
137 __versa_string(const _Alloc& __a) function in class:__versa_string
145 __versa_string(const __versa_string& __str) function in class:__versa_string
157 __versa_string(__versa_strin function in class:__versa_string
165 __versa_string(std::initializer_list<_CharT> __l, function in class:__versa_string
176 __versa_string(const __versa_string& __str, size_type __pos, function in class:__versa_string
191 __versa_string(const __versa_string& __str, size_type __pos, function in class:__versa_string
208 __versa_string(const _CharT* __s, size_type __n, function in class:__versa_string
217 __versa_string(const _CharT* __s, const _Alloc& __a = _Alloc()) function in class:__versa_string
227 __versa_string(size_type __n, _CharT __c, const _Alloc& __a = _Alloc()) function in class:__versa_string
237 __versa_string(_InputIterator __beg, _InputIterator __end, function in class:__versa_string
2111 operator ==(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) argument
2118 operator ==(const __versa_string<_CharT, std::char_traits<_CharT>, std::allocator<_CharT>, _Base>& __lhs, const __versa_string<_CharT, std::char_traits<_CharT>, std::allocator<_CharT>, _Base>& __rhs) argument
2135 operator ==(const _CharT* __lhs, const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) argument
2148 operator ==(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, const _CharT* __rhs) argument
2162 operator !=(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) argument
2175 operator !=(const _CharT* __lhs, const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) argument
2188 operator !=(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, const _CharT* __rhs) argument
2202 operator <(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) argument
2215 operator <(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, const _CharT* __rhs) argument
2228 operator <(const _CharT* __lhs, const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) argument
2242 operator >(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) argument
2255 operator >(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, const _CharT* __rhs) argument
2268 operator >(const _CharT* __lhs, const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) argument
2282 operator <=(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) argument
2295 operator <=(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, const _CharT* __rhs) argument
2308 operator <=(const _CharT* __lhs, const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) argument
2322 operator >=(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) argument
2335 operator >=(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, const _CharT* __rhs) argument
2348 operator >=(const _CharT* __lhs, const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/include/c++/4.5.3/ext/
H A Dvstring.h52 class __versa_string class in inherits:_Base
130 __versa_string() function in class:__versa_string
137 __versa_string(const _Alloc& __a) function in class:__versa_string
145 __versa_string(const __versa_string& __str) function in class:__versa_string
157 __versa_string(__versa_strin function in class:__versa_string
165 __versa_string(std::initializer_list<_CharT> __l, function in class:__versa_string
176 __versa_string(const __versa_string& __str, size_type __pos, function in class:__versa_string
191 __versa_string(const __versa_string& __str, size_type __pos, function in class:__versa_string
208 __versa_string(const _CharT* __s, size_type __n, function in class:__versa_string
217 __versa_string(const _CharT* __s, const _Alloc& __a = _Alloc()) function in class:__versa_string
227 __versa_string(size_type __n, _CharT __c, const _Alloc& __a = _Alloc()) function in class:__versa_string
237 __versa_string(_InputIterator __beg, _InputIterator __end, function in class:__versa_string
2111 operator ==(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) argument
2118 operator ==(const __versa_string<_CharT, std::char_traits<_CharT>, std::allocator<_CharT>, _Base>& __lhs, const __versa_string<_CharT, std::char_traits<_CharT>, std::allocator<_CharT>, _Base>& __rhs) argument
2135 operator ==(const _CharT* __lhs, const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) argument
2148 operator ==(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, const _CharT* __rhs) argument
2162 operator !=(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) argument
2175 operator !=(const _CharT* __lhs, const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) argument
2188 operator !=(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, const _CharT* __rhs) argument
2202 operator <(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) argument
2215 operator <(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, const _CharT* __rhs) argument
2228 operator <(const _CharT* __lhs, const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) argument
2242 operator >(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) argument
2255 operator >(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, const _CharT* __rhs) argument
2268 operator >(const _CharT* __lhs, const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) argument
2282 operator <=(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) argument
2295 operator <=(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, const _CharT* __rhs) argument
2308 operator <=(const _CharT* __lhs, const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) argument
2322 operator >=(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) argument
2335 operator >=(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, const _CharT* __rhs) argument
2348 operator >=(const _CharT* __lhs, const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/arm-none-eabi/include/c++/4.8.1/ext/
H A Dvstring.h56 class __versa_string class in inherits:_Base
134 __versa_string() function in class:__versa_string
141 __versa_string(const _Alloc& __a) function in class:__versa_string
149 __versa_string(const __versa_string& __str) function in class:__versa_string
169 __versa_string(std::initializer_list<_CharT> __l, function in class:__versa_string
180 __versa_string(const __versa_string& __str, size_type __pos, function in class:__versa_string
195 __versa_string(const __versa_string& __str, size_type __pos, function in class:__versa_string
212 __versa_string(const _CharT* __s, size_type __n, function in class:__versa_string
221 __versa_string(const _CharT* __s, const _Alloc& __a = _Alloc()) function in class:__versa_string
231 __versa_string(size_type __n, _CharT __c, const _Alloc& __a = _Alloc()) function in class:__versa_string
246 __versa_string(_InputIterator __beg, _InputIterator __end, function in class:__versa_string
2165 operator +(__versa_string<_CharT, _Traits, _Alloc, _Base>&& __lhs, const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) argument
2172 operator +(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, __versa_string<_CharT, _Traits, _Alloc, _Base>&& __rhs) argument
2228 operator ==(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) argument
2235 operator ==(const __versa_string<_CharT, std::char_traits<_CharT>, std::allocator<_CharT>, _Base>& __lhs, const __versa_string<_CharT, std::char_traits<_CharT>, std::allocator<_CharT>, _Base>& __rhs) argument
2252 operator ==(const _CharT* __lhs, const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) argument
2265 operator ==(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, const _CharT* __rhs) argument
2279 operator !=(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) argument
2292 operator !=(const _CharT* __lhs, const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) argument
2305 operator !=(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, const _CharT* __rhs) argument
2319 operator <(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) argument
2332 operator <(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, const _CharT* __rhs) argument
2345 operator <(const _CharT* __lhs, const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) argument
2359 operator >(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) argument
2372 operator >(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, const _CharT* __rhs) argument
2385 operator >(const _CharT* __lhs, const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) argument
2399 operator <=(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) argument
2412 operator <=(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, const _CharT* __rhs) argument
2425 operator <=(const _CharT* __lhs, const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) argument
2439 operator >=(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) argument
2452 operator >=(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, const _CharT* __rhs) argument
2465 operator >=(const _CharT* __lhs, const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) argument
[all...]

Completed in 138 milliseconds