HomeSort by: relevance | last modified time | path
    Searched refs:_M_escape (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
quoted_string.h 56 : _M_string(__str), _M_delim{__del}, _M_escape{__esc}
64 _CharT _M_escape;
73 : _M_string(__str), _M_delim{__del}, _M_escape{__esc}
81 _CharT _M_escape;
101 if (*__c == __str._M_delim || *__c == __str._M_escape)
102 __ostr << __str._M_escape;
126 if (__c == __str._M_delim || __c == __str._M_escape)
127 __ostr << __str._M_escape;
165 if (__c == __str._M_escape)
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
quoted_string.h 56 : _M_string(__str), _M_delim{__del}, _M_escape{__esc}
64 _CharT _M_escape;
73 : _M_string(__str), _M_delim{__del}, _M_escape{__esc}
81 _CharT _M_escape;
101 if (*__c == __str._M_delim || *__c == __str._M_escape)
102 __ostr << __str._M_escape;
126 if (__c == __str._M_delim || __c == __str._M_escape)
127 __ostr << __str._M_escape;
165 if (__c == __str._M_escape)

Completed in 26 milliseconds