OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__sv_wrapper
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
basic_string.h
173
struct
__sv_wrapper
struct in class:basic_string
176
__sv_wrapper
(__sv_type __sv) noexcept : _M_sv(__sv) { }
189
basic_string(
__sv_wrapper
__svw, const _Alloc& __a)
799
: basic_string(
__sv_wrapper
(_S_to_string_view(__t)), __a) { }
cow_string.h
498
struct
__sv_wrapper
struct in class:basic_string
500
explicit
__sv_wrapper
(__sv_type __sv) noexcept : _M_sv(__sv) { }
511
basic_string(
__sv_wrapper
__svw, const _Alloc& __a)
713
: basic_string(
__sv_wrapper
(_S_to_string_view(__t)), __a) { }
basic_string.h
173
struct
__sv_wrapper
struct in class:basic_string
176
__sv_wrapper
(__sv_type __sv) noexcept : _M_sv(__sv) { }
189
basic_string(
__sv_wrapper
__svw, const _Alloc& __a)
799
: basic_string(
__sv_wrapper
(_S_to_string_view(__t)), __a) { }
cow_string.h
498
struct
__sv_wrapper
struct in class:basic_string
500
explicit
__sv_wrapper
(__sv_type __sv) noexcept : _M_sv(__sv) { }
511
basic_string(
__sv_wrapper
__svw, const _Alloc& __a)
713
: basic_string(
__sv_wrapper
(_S_to_string_view(__t)), __a) { }
Completed in 66 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026