HomeSort by: relevance | last modified time | path
    Searched defs:string_type (Results 1 - 25 of 25) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/
standard_policies.hpp 145 typedef __dtrie_string string_type; typedef in struct:__gnu_pbds::detail::default_trie_access_traits
149 typedef trie_string_access_traits<string_type> type;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/
standard_policies.hpp 145 typedef __dtrie_string string_type; typedef in struct:__gnu_pbds::detail::default_trie_access_traits
149 typedef trie_string_access_traits<string_type> type;
  /src/external/mpl/bind/dist/tests/isc/
lex_test.c 106 isc_tokentype_t string_type; member in struct:__anon24226
220 parse_tests[i].string_type);
227 parse_tests[i].string_type);
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
fs_path.h 211 typedef std::basic_string<value_type> string_type; typedef in class:experimental::filesystem::v1::path
219 path(string_type&& __source);
255 path& operator=(string_type&& __source);
256 path& assign(string_type&& __source);
298 path& operator+=(const string_type& __x);
339 const string_type& native() const noexcept { return _M_pathname; }
341 operator string_type() const { return _M_pathname; }
383 int compare(const string_type& __s) const;
442 path(string_type __str, _Type __type);
446 path& _M_append(const string_type& __str
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
fs_path.h 211 typedef std::basic_string<value_type> string_type; typedef in class:experimental::filesystem::v1::path
219 path(string_type&& __source);
255 path& operator=(string_type&& __source);
256 path& assign(string_type&& __source);
298 path& operator+=(const string_type& __x);
339 const string_type& native() const noexcept { return _M_pathname; }
341 operator string_type() const { return _M_pathname; }
383 int compare(const string_type& __s) const;
442 path(string_type __str, _Type __type);
446 path& _M_append(const string_type& __str
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
locale_classes.h 686 typedef basic_string<_CharT> string_type; typedef in class:collate
753 * @return Transformed string_type.
755 string_type
812 virtual string_type
859 typedef basic_string<_CharT> string_type; typedef in class:collate_byname
regex.h 100 typedef std::basic_string<char_type> string_type; typedef in class:regex_traits
190 { return string_type::traits_type::length(__p); }
241 string_type
246 string_type __s(__first, __last);
265 string_type
293 string_type
427 typedef typename traits_type::string_type string_type; typedef in class:basic_regex
717 this->assign(string_type(__first, __last), __flags);
931 typedef basic_string<value_type> string_type; typedef in class:sub_match
1788 typedef std::basic_string<char_type> string_type; typedef in class:match_results
    [all...]
fs_path.h 308 using string_type = std::basic_string<value_type>;
324 path(string_type&& __source, format = auto_format)
361 path& operator=(string_type&& __source);
362 path& assign(string_type&& __source);
410 path& operator+=(const string_type& __x);
452 const string_type& native() const noexcept { return _M_pathname; }
454 operator string_type() const { return _M_pathname; }
496 int compare(const string_type& __s) const noexcept;
610 pair<const string_type*, size_t> _M_find_extension() const noexcept;
627 // Return a string_type instead, to avoid dangling
    [all...]
locale_facets.h 1685 typedef basic_string<_CharT> string_type; typedef in class:numpunct
1794 * This function returns a string_type containing the text
1798 * @return string_type representing printed form of true.
1800 string_type
1807 * This function returns a string_type containing the text
1811 * @return string_type representing printed form of false.
1813 string_type
1862 * Returns a string_type containing the text representation for true
1866 * @return string_type representing printed form of true.
1868 virtual string_type
1915 typedef basic_string<_CharT> string_type; typedef in class:numpunct_byname
    [all...]
locale_facets_nonio.h 1071 typedef basic_string<_CharT> string_type; typedef in class:moneypunct
1184 * This function returns a string_type to use as a currency symbol. It
1188 * @return @a string_type representing a currency symbol.
1190 string_type
1197 * This function returns a string_type to use as a sign for positive
1205 * @return @a string_type representing a positive sign.
1207 string_type
1214 * This function returns a string_type to use as a sign for negative
1222 * @return @a string_type representing a negative sign.
1224 string_type
1458 typedef basic_string<_CharT> string_type; typedef in class:moneypunct_byname
1516 typedef basic_string<_CharT> string_type; typedef in class:money_get
1676 typedef basic_string<_CharT> string_type; typedef in class:money_put
1862 typedef basic_string<_CharT> string_type; typedef in class:messages
2043 typedef basic_string<_CharT> string_type; typedef in class:messages_byname
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
locale_classes.h 655 typedef basic_string<_CharT> string_type; typedef in class:collate
722 * @return Transformed string_type.
724 string_type
781 virtual string_type
828 typedef basic_string<_CharT> string_type; typedef in class:collate_byname
regex.h 100 typedef std::basic_string<char_type> string_type; typedef in class:regex_traits
190 { return string_type::traits_type::length(__p); }
241 string_type
246 string_type __s(__first, __last);
265 string_type
293 string_type
427 typedef typename traits_type::string_type string_type; typedef in class:basic_regex
717 this->assign(string_type(__first, __last), __flags);
931 typedef basic_string<value_type> string_type; typedef in class:sub_match
1788 typedef std::basic_string<char_type> string_type; typedef in class:match_results
    [all...]
fs_path.h 308 using string_type = std::basic_string<value_type>;
324 path(string_type&& __source, format = auto_format)
361 path& operator=(string_type&& __source);
362 path& assign(string_type&& __source);
410 path& operator+=(const string_type& __x);
452 const string_type& native() const noexcept { return _M_pathname; }
454 operator string_type() const { return _M_pathname; }
496 int compare(const string_type& __s) const noexcept;
610 pair<const string_type*, size_t> _M_find_extension() const noexcept;
627 // Return a string_type instead, to avoid dangling
    [all...]
locale_facets.h 1685 typedef basic_string<_CharT> string_type; typedef in class:numpunct
1794 * This function returns a string_type containing the text
1798 * @return string_type representing printed form of true.
1800 string_type
1807 * This function returns a string_type containing the text
1811 * @return string_type representing printed form of false.
1813 string_type
1862 * Returns a string_type containing the text representation for true
1866 * @return string_type representing printed form of true.
1868 virtual string_type
1915 typedef basic_string<_CharT> string_type; typedef in class:numpunct_byname
    [all...]
locale_facets_nonio.h 1071 typedef basic_string<_CharT> string_type; typedef in class:moneypunct
1184 * This function returns a string_type to use as a currency symbol. It
1188 * @return @a string_type representing a currency symbol.
1190 string_type
1197 * This function returns a string_type to use as a sign for positive
1205 * @return @a string_type representing a positive sign.
1207 string_type
1214 * This function returns a string_type to use as a sign for negative
1222 * @return @a string_type representing a negative sign.
1224 string_type
1458 typedef basic_string<_CharT> string_type; typedef in class:moneypunct_byname
1516 typedef basic_string<_CharT> string_type; typedef in class:money_get
1676 typedef basic_string<_CharT> string_type; typedef in class:money_put
1862 typedef basic_string<_CharT> string_type; typedef in class:messages
2043 typedef basic_string<_CharT> string_type; typedef in class:messages_byname
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
cxx11-shim_facets.cc 267 typedef basic_string<_CharT> string_type; typedef in struct:__facet_shims::__anon14834::collate_shim
280 virtual string_type
375 typedef typename std::money_get<_CharT>::string_type string_type; typedef in struct:__facet_shims::__anon14834::money_get_shim
397 ios_base::iostate& err, string_type& digits) const
416 typedef typename std::money_put<_CharT>::string_type string_type; typedef in struct:__facet_shims::__anon14834::money_put_shim
431 char_type fill, const string_type& digits) const
444 typedef basic_string<_CharT> string_type; typedef in struct:__facet_shims::__anon14834::messages_shim
456 virtual string_type
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
cxx11-shim_facets.cc 267 typedef basic_string<_CharT> string_type; typedef in struct:__facet_shims::__anon17232::collate_shim
280 virtual string_type
375 typedef typename std::money_get<_CharT>::string_type string_type; typedef in struct:__facet_shims::__anon17232::money_get_shim
397 ios_base::iostate& err, string_type& digits) const
416 typedef typename std::money_put<_CharT>::string_type string_type; typedef in struct:__facet_shims::__anon17232::money_put_shim
431 char_type fill, const string_type& digits) const
444 typedef basic_string<_CharT> string_type; typedef in struct:__facet_shims::__anon17232::messages_shim
456 virtual string_type
    [all...]
  /src/external/gpl3/binutils/dist/bfd/doc/
chew.c 106 } string_type; typedef in typeref:struct:buffer
132 string_type stack[STACK];
133 string_type *tos;
136 string_type *buf_ptr; /* and the buffer */
192 init_string_with_size (string_type *buffer, unsigned int size)
200 init_string (string_type *buffer)
206 write_buffer (string_type *buffer, FILE *f)
214 delete_string (string_type *buffer)
221 addr (string_type *buffer, unsigned int idx)
227 at (string_type *buffer, unsigned int pos
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/doc/
chew.c 106 } string_type; typedef in typeref:struct:buffer
132 string_type stack[STACK];
133 string_type *tos;
136 string_type *buf_ptr; /* and the buffer */
192 init_string_with_size (string_type *buffer, unsigned int size)
200 init_string (string_type *buffer)
206 write_buffer (string_type *buffer, FILE *f)
214 delete_string (string_type *buffer)
221 addr (string_type *buffer, unsigned int idx)
227 at (string_type *buffer, unsigned int pos
    [all...]
  /src/external/gpl3/gdb/dist/bfd/doc/
chew.c 106 } string_type; typedef in typeref:struct:buffer
132 string_type stack[STACK];
133 string_type *tos;
136 string_type *buf_ptr; /* and the buffer */
192 init_string_with_size (string_type *buffer, unsigned int size)
200 init_string (string_type *buffer)
206 write_buffer (string_type *buffer, FILE *f)
214 delete_string (string_type *buffer)
221 addr (string_type *buffer, unsigned int idx)
227 at (string_type *buffer, unsigned int pos
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/doc/
chew.c 106 } string_type; typedef in typeref:struct:buffer
132 string_type stack[STACK];
133 string_type *tos;
136 string_type *ptr; /* and the buffer */
192 init_string_with_size (string_type *buffer, unsigned int size)
200 init_string (string_type *buffer)
206 find (string_type *str, char *what)
222 write_buffer (string_type *buffer, FILE *f)
230 delete_string (string_type *buffer)
237 addr (string_type *buffer, unsigned int idx
    [all...]
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-format.cc 101 tree string_type = TREE_TYPE (format_string_cst); local
111 substring_loc fmt_loc (fmt_string_loc, string_type, char_idx, char_idx,
133 tree string_type = TREE_TYPE (format_string_cst); local
137 substring_loc fmt_loc (fmt_string_loc, string_type, pos1, pos1, pos2);
  /src/external/gpl3/gcc/dist/gcc/
gengtype.cc 493 struct type string_type = {
1172 return &string_type;
1200 note_flds = create_field (note_flds, &string_type, "rt_str");
1305 t = &string_type;
1313 t = &string_type;
1346 t = &string_type;
1434 return &string_type;
1438 return create_array (&string_type, t->u.a.len);
489 struct type string_type = { variable in typeref:struct:type
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-format.cc 101 tree string_type = TREE_TYPE (format_string_cst); local
111 substring_loc fmt_loc (fmt_string_loc, string_type, char_idx, char_idx,
133 tree string_type = TREE_TYPE (format_string_cst); local
137 substring_loc fmt_loc (fmt_string_loc, string_type, pos1, pos1, pos2);
  /src/external/gpl3/gcc.old/dist/gcc/
gengtype.cc 493 struct type string_type = {
1173 return &string_type;
1201 note_flds = create_field (note_flds, &string_type, "rt_str");
1305 t = &string_type;
1313 t = &string_type;
1345 t = &string_type;
1408 return &string_type;
1465 return &string_type;
1469 return create_array (&string_type, t->u.a.len);
489 struct type string_type = { variable in typeref:struct:type

Completed in 87 milliseconds