Home
last modified time | relevance | path

Searched refs:_String (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dquoted_string.h48 template<typename _String, typename _CharT> in _GLIBCXX_VISIBILITY()
51 static_assert(is_reference<_String>::value in _GLIBCXX_VISIBILITY()
52 || is_pointer<_String>::value, in _GLIBCXX_VISIBILITY()
55 _Quoted_string(_String __str, _CharT __del, _CharT __esc) in _GLIBCXX_VISIBILITY()
62 _String _M_string; in _GLIBCXX_VISIBILITY()
115 template<typename _CharT, typename _Traits, typename _String> in _GLIBCXX_VISIBILITY()
118 const _Quoted_string<_String, _CharT>& __str) in _GLIBCXX_VISIBILITY()
H A Dfs_path.h1132 using _String = basic_string<char, char_traits<char>, _CharAlloc>; in _GLIBCXX_VISIBILITY()
1133 _String __u8str{_CharAlloc{__a}}; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dquoted_string.h48 template<typename _String, typename _CharT> in _GLIBCXX_VISIBILITY()
51 static_assert(is_reference<_String>::value in _GLIBCXX_VISIBILITY()
52 || is_pointer<_String>::value, in _GLIBCXX_VISIBILITY()
55 _Quoted_string(_String __str, _CharT __del, _CharT __esc) in _GLIBCXX_VISIBILITY()
62 _String _M_string; in _GLIBCXX_VISIBILITY()
115 template<typename _CharT, typename _Traits, typename _String> in _GLIBCXX_VISIBILITY()
118 const _Quoted_string<_String, _CharT>& __str) in _GLIBCXX_VISIBILITY()
H A Dfs_path.h1039 using _String = basic_string<char, char_traits<char>, _CharAlloc>; in _GLIBCXX_VISIBILITY()
1040 _String __u8str{_CharAlloc{__a}}; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/debug/
H A Ddebug.h81 # define __glibcxx_requires_string(_String) argument
82 # define __glibcxx_requires_string_len(_String,_Len) argument
121 # define __glibcxx_requires_string(_String) __glibcxx_check_string(_String) argument
122 # define __glibcxx_requires_string_len(_String,_Len) \ argument
123 __glibcxx_check_string_len(_String,_Len)
H A Dmacros.h473 #define __glibcxx_check_string(_String) _GLIBCXX_DEBUG_PEDASSERT(_String != 0) argument
474 #define __glibcxx_check_string_len(_String,_Len) \ argument
475 _GLIBCXX_DEBUG_PEDASSERT(_String != 0 || _Len == 0)
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/debug/
H A Ddebug.h81 # define __glibcxx_requires_string(_String) argument
82 # define __glibcxx_requires_string_len(_String,_Len) argument
121 # define __glibcxx_requires_string(_String) __glibcxx_check_string(_String) argument
122 # define __glibcxx_requires_string_len(_String,_Len) \ argument
123 __glibcxx_check_string_len(_String,_Len)
H A Dmacros.h470 #define __glibcxx_check_string(_String) _GLIBCXX_DEBUG_PEDASSERT(_String != 0) argument
471 #define __glibcxx_check_string_len(_String,_Len) \ argument
472 _GLIBCXX_DEBUG_PEDASSERT(_String != 0 || _Len == 0)
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dstring_conversions.h97 template<typename _String, typename _CharT = typename _String::value_type> in _GLIBCXX_VISIBILITY()
98 _String in _GLIBCXX_VISIBILITY()
115 return _String(__s, __s + __len); in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dstring_conversions.h97 template<typename _String, typename _CharT = typename _String::value_type> in _GLIBCXX_VISIBILITY()
98 _String in _GLIBCXX_VISIBILITY()
115 return _String(__s, __s + __len); in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Drassapi.d86 struct _String { struct
90 _String String; argument
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
H A Dfs_path.h992 using _String = basic_string<char, char_traits<char>, _CharAlloc>; in _GLIBCXX_VISIBILITY()
997 _String __u8str{_CharAlloc{__a}}; in _GLIBCXX_VISIBILITY()
1002 const _String* in _GLIBCXX_VISIBILITY()
1003 operator()(const _String& __from, _String&, true_type) in _GLIBCXX_VISIBILITY()
1007 operator()(const _String& __from, _WString& __to, false_type) in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dfs_path.h1062 using _String = basic_string<char, char_traits<char>, _CharAlloc>; in _GLIBCXX_VISIBILITY()
1067 _String __u8str{_CharAlloc{__a}}; in _GLIBCXX_VISIBILITY()
1072 const _String* in _GLIBCXX_VISIBILITY()
1073 operator()(const _String& __from, _String&, true_type) in _GLIBCXX_VISIBILITY()
1077 operator()(const _String& __from, _WString& __to, false_type) in _GLIBCXX_VISIBILITY()
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Diomanip533 template <class _CharT, class _Traits, class _String>
535 __quoted_input ( basic_istream<_CharT, _Traits> &__is, _String & __string, _CharT __delim, _CharT _…
H A Dstring4064 typedef basic_string<_CharT, _Traits, _Allocator> _String;
4068 return __rhs.compare(0, _String::npos, __lhs, __lhs_len) == 0;
4077 typedef basic_string<_CharT, _Traits, _Allocator> _String;
4081 return __lhs.compare(0, _String::npos, __rhs, __rhs_len) == 0;
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dmm-viet.comp.po343 msgid "Reply _String:"