Home
last modified time | relevance | path

Searched refs:SplitStringUsingSubstrT (Results 1 – 13 of 13) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/strings/
H A Dstring_split.cc98 std::vector<OutputStringType> SplitStringUsingSubstrT( in SplitStringUsingSubstrT() function
195 return SplitStringUsingSubstrT<string16>(input, delimiter, whitespace, in SplitStringUsingSubstr()
203 return SplitStringUsingSubstrT<std::string>(input, delimiter, whitespace, in SplitStringUsingSubstr()
213 return SplitStringUsingSubstrT<StringPiece16>(input, delimiter, whitespace, in SplitStringPieceUsingSubstr()
222 return SplitStringUsingSubstrT<StringPiece>(input, delimiter, whitespace, in SplitStringPieceUsingSubstr()
245 return SplitStringUsingSubstrT<std::wstring>(input, delimiter, whitespace, in SplitStringUsingSubstr()
254 return SplitStringUsingSubstrT<WStringPiece>(input, delimiter, whitespace, in SplitStringPieceUsingSubstr()
/dports/www/firefox-esr/firefox-91.8.0/security/sandbox/chromium/base/strings/
H A Dstring_split.cc98 std::vector<OutputStringType> SplitStringUsingSubstrT( in SplitStringUsingSubstrT() function
190 return SplitStringUsingSubstrT<string16>(input, delimiter, whitespace, in SplitStringUsingSubstr()
198 return SplitStringUsingSubstrT<std::string>(input, delimiter, whitespace, in SplitStringUsingSubstr()
208 return SplitStringUsingSubstrT<StringPiece16>(input, delimiter, whitespace, in SplitStringPieceUsingSubstr()
217 return SplitStringUsingSubstrT<StringPiece>(input, delimiter, whitespace, in SplitStringPieceUsingSubstr()
240 return SplitStringUsingSubstrT<std::wstring>(input, delimiter, whitespace, in SplitStringUsingSubstr()
249 return SplitStringUsingSubstrT<WStringPiece>(input, delimiter, whitespace, in SplitStringPieceUsingSubstr()
/dports/www/firefox/firefox-99.0/security/sandbox/chromium/base/strings/
H A Dstring_split.cc98 std::vector<OutputStringType> SplitStringUsingSubstrT( in SplitStringUsingSubstrT() function
190 return SplitStringUsingSubstrT<string16>(input, delimiter, whitespace, in SplitStringUsingSubstr()
198 return SplitStringUsingSubstrT<std::string>(input, delimiter, whitespace, in SplitStringUsingSubstr()
208 return SplitStringUsingSubstrT<StringPiece16>(input, delimiter, whitespace, in SplitStringPieceUsingSubstr()
217 return SplitStringUsingSubstrT<StringPiece>(input, delimiter, whitespace, in SplitStringPieceUsingSubstr()
240 return SplitStringUsingSubstrT<std::wstring>(input, delimiter, whitespace, in SplitStringUsingSubstr()
249 return SplitStringUsingSubstrT<WStringPiece>(input, delimiter, whitespace, in SplitStringPieceUsingSubstr()
/dports/mail/thunderbird/thunderbird-91.8.0/security/sandbox/chromium/base/strings/
H A Dstring_split.cc98 std::vector<OutputStringType> SplitStringUsingSubstrT( in SplitStringUsingSubstrT() function
190 return SplitStringUsingSubstrT<string16>(input, delimiter, whitespace, in SplitStringUsingSubstr()
198 return SplitStringUsingSubstrT<std::string>(input, delimiter, whitespace, in SplitStringUsingSubstr()
208 return SplitStringUsingSubstrT<StringPiece16>(input, delimiter, whitespace, in SplitStringPieceUsingSubstr()
217 return SplitStringUsingSubstrT<StringPiece>(input, delimiter, whitespace, in SplitStringPieceUsingSubstr()
240 return SplitStringUsingSubstrT<std::wstring>(input, delimiter, whitespace, in SplitStringUsingSubstr()
249 return SplitStringUsingSubstrT<WStringPiece>(input, delimiter, whitespace, in SplitStringPieceUsingSubstr()
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/strings/
H A Dstring_split.cc117 return internal::SplitStringUsingSubstrT<string16>(input, delimiter, in SplitStringUsingSubstr()
125 return internal::SplitStringUsingSubstrT<std::string>( in SplitStringUsingSubstr()
135 return internal::SplitStringUsingSubstrT<StringPiece16>( in SplitStringPieceUsingSubstr()
144 return internal::SplitStringUsingSubstrT<StringPiece>( in SplitStringPieceUsingSubstr()
H A Dstring_split_win.cc45 return internal::SplitStringUsingSubstrT<std::wstring>( in SplitStringUsingSubstr()
54 return internal::SplitStringUsingSubstrT<WStringPiece>( in SplitStringPieceUsingSubstr()
H A Dstring_split_internal.h65 std::vector<OutputStringType> SplitStringUsingSubstrT( in SplitStringUsingSubstrT() function
/dports/www/firefox-legacy/firefox-52.8.0esr/security/sandbox/chromium/base/strings/
H A Dstring_split.cc134 void SplitStringUsingSubstrT(BasicStringPiece<Str> input,
233 SplitStringUsingSubstrT(input, delimiter, TRIM_WHITESPACE, SPLIT_WANT_ALL, in reset()
240 SplitStringUsingSubstrT(input, delimiter, TRIM_WHITESPACE, SPLIT_WANT_ALL, in transform()
250 SplitStringUsingSubstrT(input, delimiter, whitespace, result_type, &result); in getBounds()
260 SplitStringUsingSubstrT(input, delimiter, whitespace, result_type, &result); in contains()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/gn/base/strings/
H A Dstring_split.cc134 void SplitStringUsingSubstrT(BasicStringPiece<Str> input, in SplitStringUsingSubstrT() function
235 SplitStringUsingSubstrT(input, delimiter, whitespace, result_type, &result); in SplitStringUsingSubstr()
244 SplitStringUsingSubstrT(input, delimiter, whitespace, result_type, &result); in SplitStringUsingSubstr()
254 SplitStringUsingSubstrT(input, delimiter, whitespace, result_type, &result); in SplitStringPieceUsingSubstr()
264 SplitStringUsingSubstrT(input, delimiter, whitespace, result_type, &result); in SplitStringPieceUsingSubstr()
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/gn/src/base/strings/
H A Dstring_split.cc124 void SplitStringUsingSubstrT(std::basic_string_view<char_type> input, in SplitStringUsingSubstrT() function
227 SplitStringUsingSubstrT(input, delimiter, whitespace, result_type, &result); in SplitStringUsingSubstr()
236 SplitStringUsingSubstrT(input, delimiter, whitespace, result_type, &result); in SplitStringUsingSubstr()
246 SplitStringUsingSubstrT(input, delimiter, whitespace, result_type, &result); in SplitStringPieceUsingSubstr()
256 SplitStringUsingSubstrT(input, delimiter, whitespace, result_type, &result); in SplitStringPieceUsingSubstr()
/dports/lang/spidermonkey60/firefox-60.9.0/security/sandbox/chromium/base/strings/
H A Dstring_split.cc134 void SplitStringUsingSubstrT(BasicStringPiece<Str> input, in SplitStringUsingSubstrT() function
235 SplitStringUsingSubstrT(input, delimiter, whitespace, result_type, &result); in SplitStringUsingSubstr()
244 SplitStringUsingSubstrT(input, delimiter, whitespace, result_type, &result); in SplitStringUsingSubstr()
254 SplitStringUsingSubstrT(input, delimiter, whitespace, result_type, &result); in SplitStringPieceUsingSubstr()
264 SplitStringUsingSubstrT(input, delimiter, whitespace, result_type, &result); in SplitStringPieceUsingSubstr()
/dports/devel/gn/gn-1962/src/base/strings/
H A Dstring_split.cc124 void SplitStringUsingSubstrT(std::basic_string_view<char_type> input, in SplitStringUsingSubstrT() function
227 SplitStringUsingSubstrT(input, delimiter, whitespace, result_type, &result); in SplitStringUsingSubstr()
236 SplitStringUsingSubstrT(input, delimiter, whitespace, result_type, &result); in SplitStringUsingSubstr()
246 SplitStringUsingSubstrT(input, delimiter, whitespace, result_type, &result); in SplitStringPieceUsingSubstr()
256 SplitStringUsingSubstrT(input, delimiter, whitespace, result_type, &result); in SplitStringPieceUsingSubstr()
/dports/lang/spidermonkey78/firefox-78.9.0/security/sandbox/chromium/base/strings/
H A Dstring_split.cc134 void SplitStringUsingSubstrT(BasicStringPiece<Str> input, in SplitStringUsingSubstrT() function
244 SplitStringUsingSubstrT(input, delimiter, whitespace, result_type, &result); in SplitStringUsingSubstr()
253 SplitStringUsingSubstrT(input, delimiter, whitespace, result_type, &result); in SplitStringUsingSubstr()
263 SplitStringUsingSubstrT(input, delimiter, whitespace, result_type, &result); in SplitStringPieceUsingSubstr()
273 SplitStringUsingSubstrT(input, delimiter, whitespace, result_type, &result); in SplitStringPieceUsingSubstr()