Home
last modified time | relevance | path

Searched refs:nsTSubstring (Results 1 – 25 of 111) sorted by relevance

12345

/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/string/
H A DnsTSubstring.cpp38 nsTSubstring<T>::nsTSubstring(char_type* aData, size_type aLength, in nsTSubstring() function in nsTSubstring
257 void nsTSubstring<T>::Finalize() { in Finalize()
304 typename nsTSubstring<T>::size_type nsTSubstring<T>::Capacity() const { in Capacity()
352 void nsTSubstring<T>::Assign(char_type aChar) { in Assign()
494 void nsTSubstring<T>::Assign(self_type&& aStr) { in Assign()
709 void nsTSubstring<T>::Append(char_type aChar) { in Append()
935 void nsTSubstring<T>::Truncate() { in Truncate()
942 void nsTSubstring<T>::SetIsVoid(bool aVal) { in SetIsVoid()
1166 void nsTSubstring<T>::StripCRLF() { in StripCRLF()
1187 nsTSubstring<T>* mString;
[all …]
H A DnsTSubstring.h42 class nsTSubstring; variable
93 friend class nsTSubstring<T>;
261 nsTSubstring<T>* Forget() { in Forget()
290 typedef nsTSubstring<T> self_type;
322 ~nsTSubstring() { Finalize(); } in ~nsTSubstring()
1106 nsTSubstring() in nsTSubstring() function
1114 nsTSubstring(const self_type& aStr) in nsTSubstring() function
1124 explicit nsTSubstring(ClassFlags aClassFlags) in nsTSubstring() function
1347 extern template class nsTSubstring<char>;
1348 extern template class nsTSubstring<char16_t>;
[all …]
H A DnsTDependentSubstring.h27 class nsTDependentSubstring : public nsTSubstring<T> {
30 typedef nsTSubstring<T> substring_type;
106 inline const nsTDependentSubstring<T> Substring(const nsTSubstring<T>& aStr,
149 inline const nsTDependentSubstring<T> StringHead(const nsTSubstring<T>& aStr, in StringHead()
155 inline const nsTDependentSubstring<T> StringTail(const nsTSubstring<T>& aStr, in StringTail()
/dports/www/firefox/firefox-99.0/xpcom/string/
H A DnsTSubstring.cpp38 nsTSubstring<T>::nsTSubstring(char_type* aData, size_type aLength, in nsTSubstring() function in nsTSubstring
257 void nsTSubstring<T>::Finalize() { in Finalize()
304 typename nsTSubstring<T>::size_type nsTSubstring<T>::Capacity() const { in Capacity()
352 void nsTSubstring<T>::Assign(char_type aChar) { in Assign()
494 void nsTSubstring<T>::Assign(self_type&& aStr) { in Assign()
709 void nsTSubstring<T>::Append(char_type aChar) { in Append()
935 void nsTSubstring<T>::Truncate() { in Truncate()
942 void nsTSubstring<T>::SetIsVoid(bool aVal) { in SetIsVoid()
1166 void nsTSubstring<T>::StripCRLF() { in StripCRLF()
1187 nsTSubstring<T>* mString;
[all …]
H A DnsTSubstring.h42 class nsTSubstring; variable
93 friend class nsTSubstring<T>;
261 nsTSubstring<T>* Forget() { in Forget()
290 typedef nsTSubstring<T> self_type;
322 ~nsTSubstring() { Finalize(); } in ~nsTSubstring()
1110 nsTSubstring() in nsTSubstring() function
1118 nsTSubstring(const self_type& aStr) in nsTSubstring() function
1128 explicit nsTSubstring(ClassFlags aClassFlags) in nsTSubstring() function
1350 extern template class nsTSubstring<char>;
1351 extern template class nsTSubstring<char16_t>;
[all …]
/dports/www/firefox-esr/firefox-91.8.0/xpcom/string/
H A DnsTSubstring.cpp38 nsTSubstring<T>::nsTSubstring(char_type* aData, size_type aLength, in nsTSubstring() function in nsTSubstring
257 void nsTSubstring<T>::Finalize() { in Finalize()
304 typename nsTSubstring<T>::size_type nsTSubstring<T>::Capacity() const { in Capacity()
352 void nsTSubstring<T>::Assign(char_type aChar) { in Assign()
494 void nsTSubstring<T>::Assign(self_type&& aStr) { in Assign()
709 void nsTSubstring<T>::Append(char_type aChar) { in Append()
935 void nsTSubstring<T>::Truncate() { in Truncate()
942 void nsTSubstring<T>::SetIsVoid(bool aVal) { in SetIsVoid()
1166 void nsTSubstring<T>::StripCRLF() { in StripCRLF()
1187 nsTSubstring<T>* mString;
[all …]
H A DnsTSubstring.h42 class nsTSubstring; variable
93 friend class nsTSubstring<T>;
261 nsTSubstring<T>* Forget() { in Forget()
290 typedef nsTSubstring<T> self_type;
322 ~nsTSubstring() { Finalize(); } in ~nsTSubstring()
1106 nsTSubstring() in nsTSubstring() function
1114 nsTSubstring(const self_type& aStr) in nsTSubstring() function
1124 explicit nsTSubstring(ClassFlags aClassFlags) in nsTSubstring() function
1347 extern template class nsTSubstring<char>;
1348 extern template class nsTSubstring<char16_t>;
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DMimeType.cpp280 const nsTSubstring<char_type>& aName, nsTSubstring<char_type>& aOutput, in GetParameterValue()
312 const nsTSubstring<char_type>& aName, in SetParameterValue()
313 const nsTSubstring<char_type>& aValue) { in SetParameterValue()
327 const nsTSubstring<char>& aMimeType);
329 nsTSubstring<char16_t>& aOutput) const;
332 nsTSubstring<char16_t>& aOutput) const;
337 const nsTSubstring<char>& aName) const;
339 const nsTSubstring<char16_t>& aName, nsTSubstring<char16_t>& aOutput,
342 const nsTSubstring<char>& aName, nsTSubstring<char>& aOutput,
345 const nsTSubstring<char16_t>& aName, const nsTSubstring<char16_t>& aValue);
[all …]
H A DMimeType.h43 TMimeType(const nsTSubstring<char_type>& aType,
44 const nsTSubstring<char_type>& aSubtype)
48 const nsTSubstring<char_type>& aStr);
50 void Serialize(nsTSubstring<char_type>& aStr) const;
53 void GetFullType(nsTSubstring<char_type>& aStr) const;
57 bool HasParameter(const nsTSubstring<char_type>& aName) const;
64 bool GetParameterValue(const nsTSubstring<char_type>& aName,
65 nsTSubstring<char_type>& aOutput,
70 void SetParameterValue(const nsTSubstring<char_type>& aName,
71 const nsTSubstring<char_type>& aValue);
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DMimeType.cpp278 const nsTSubstring<char_type>& aName, nsTSubstring<char_type>& aOutput, in GetParameterValue()
310 const nsTSubstring<char_type>& aName, in SetParameterValue()
311 const nsTSubstring<char_type>& aValue) { in SetParameterValue()
323 const nsTSubstring<char>& aMimeType);
325 nsTSubstring<char16_t>& aOutput) const;
328 nsTSubstring<char16_t>& aOutput) const;
333 const nsTSubstring<char>& aName) const;
335 const nsTSubstring<char16_t>& aName, nsTSubstring<char16_t>& aOutput,
338 const nsTSubstring<char>& aName, nsTSubstring<char>& aOutput,
341 const nsTSubstring<char16_t>& aName, const nsTSubstring<char16_t>& aValue);
[all …]
H A DMimeType.h43 TMimeType(const nsTSubstring<char_type>& aType,
44 const nsTSubstring<char_type>& aSubtype)
48 const nsTSubstring<char_type>& aStr);
50 void Serialize(nsTSubstring<char_type>& aStr) const;
53 void GetFullType(nsTSubstring<char_type>& aStr) const;
57 bool HasParameter(const nsTSubstring<char_type>& aName) const;
64 bool GetParameterValue(const nsTSubstring<char_type>& aName,
65 nsTSubstring<char_type>& aOutput,
70 void SetParameterValue(const nsTSubstring<char_type>& aName,
71 const nsTSubstring<char_type>& aValue);
/dports/www/firefox/firefox-99.0/dom/base/
H A DMimeType.cpp280 const nsTSubstring<char_type>& aName, nsTSubstring<char_type>& aOutput, in GetParameterValue()
312 const nsTSubstring<char_type>& aName, in SetParameterValue()
313 const nsTSubstring<char_type>& aValue) { in SetParameterValue()
327 const nsTSubstring<char>& aMimeType);
329 nsTSubstring<char16_t>& aOutput) const;
332 nsTSubstring<char16_t>& aOutput) const;
337 const nsTSubstring<char>& aName) const;
339 const nsTSubstring<char16_t>& aName, nsTSubstring<char16_t>& aOutput,
342 const nsTSubstring<char>& aName, nsTSubstring<char>& aOutput,
345 const nsTSubstring<char16_t>& aName, const nsTSubstring<char16_t>& aValue);
[all …]
H A DMimeType.h43 TMimeType(const nsTSubstring<char_type>& aType,
44 const nsTSubstring<char_type>& aSubtype)
48 const nsTSubstring<char_type>& aStr);
50 void Serialize(nsTSubstring<char_type>& aStr) const;
53 void GetFullType(nsTSubstring<char_type>& aStr) const;
57 bool HasParameter(const nsTSubstring<char_type>& aName) const;
64 bool GetParameterValue(const nsTSubstring<char_type>& aName,
65 nsTSubstring<char_type>& aOutput,
70 void SetParameterValue(const nsTSubstring<char_type>& aName,
71 const nsTSubstring<char_type>& aValue);
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DMimeType.cpp280 const nsTSubstring<char_type>& aName, nsTSubstring<char_type>& aOutput, in GetParameterValue()
312 const nsTSubstring<char_type>& aName, in SetParameterValue()
313 const nsTSubstring<char_type>& aValue) { in SetParameterValue()
327 const nsTSubstring<char>& aMimeType);
329 nsTSubstring<char16_t>& aOutput) const;
332 nsTSubstring<char16_t>& aOutput) const;
337 const nsTSubstring<char>& aName) const;
339 const nsTSubstring<char16_t>& aName, nsTSubstring<char16_t>& aOutput,
342 const nsTSubstring<char>& aName, nsTSubstring<char>& aOutput,
345 const nsTSubstring<char16_t>& aName, const nsTSubstring<char16_t>& aValue);
[all …]
H A DMimeType.h43 TMimeType(const nsTSubstring<char_type>& aType,
44 const nsTSubstring<char_type>& aSubtype)
48 const nsTSubstring<char_type>& aStr);
50 void Serialize(nsTSubstring<char_type>& aStr) const;
53 void GetFullType(nsTSubstring<char_type>& aStr) const;
57 bool HasParameter(const nsTSubstring<char_type>& aName) const;
64 bool GetParameterValue(const nsTSubstring<char_type>& aName,
65 nsTSubstring<char_type>& aOutput,
70 void SetParameterValue(const nsTSubstring<char_type>& aName,
71 const nsTSubstring<char_type>& aValue);
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/string/
H A DnsTSubstring.cpp36 const typename nsTSubstring<T>::size_type nsTSubstring<T>::kMaxCapacity =
38 sizeof(nsTSubstring<T>::char_type) -
43 nsTSubstring<T>::nsTSubstring(char_type* aData, size_type aLength, in nsTSubstring() function in nsTSubstring
267 void nsTSubstring<T>::Finalize() { in Finalize()
314 typename nsTSubstring<T>::size_type nsTSubstring<T>::Capacity() const { in Capacity()
362 void nsTSubstring<T>::Assign(char_type aChar) { in Assign()
695 void nsTSubstring<T>::Append(char_type aChar) { in Append()
922 void nsTSubstring<T>::Truncate() { in Truncate()
929 void nsTSubstring<T>::SetIsVoid(bool aVal) { in SetIsVoid()
1153 void nsTSubstring<T>::StripCRLF() { in StripCRLF()
[all …]
H A DnsTSubstring.h39 class nsTSubstring; variable
90 friend class nsTSubstring<T>;
268 nsTSubstring<T>* Forget() { in Forget()
297 typedef nsTSubstring<T> self_type;
328 ~nsTSubstring() { Finalize(); } in ~nsTSubstring()
1116 nsTSubstring() in nsTSubstring() function
1124 nsTSubstring(const self_type& aStr) in nsTSubstring() function
1376 extern template class nsTSubstring<char>;
1379 static_assert(sizeof(nsTSubstring<char>) ==
1413 const nsTSubstring<T>* const mStr;
[all …]
H A DnsTDependentSubstring.h27 class nsTDependentSubstring : public nsTSubstring<T> {
30 typedef nsTSubstring<T> substring_type;
106 const nsTSubstring<T>& aStr, uint32_t aStartPos,
148 inline const nsTDependentSubstring<T> StringHead(const nsTSubstring<T>& aStr, in StringHead()
154 inline const nsTDependentSubstring<T> StringTail(const nsTSubstring<T>& aStr, in StringTail()
/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/string/
H A DnsTSubstring.cpp18 const typename nsTSubstring<T>::size_type nsTSubstring<T>::kMaxCapacity =
20 sizeof(nsTSubstring<T>::char_type) -
25 nsTSubstring<T>::nsTSubstring(char_type* aData, size_type aLength, in nsTSubstring() function in nsTSubstring
184 void nsTSubstring<T>::Finalize() { in Finalize()
263 typename nsTSubstring<T>::size_type nsTSubstring<T>::Capacity() const { in Capacity()
310 void nsTSubstring<T>::Assign(char_type aChar) { in Assign()
455 void nsTSubstring<T>::Assign(self_type&& aStr) { in Assign()
759 void nsTSubstring<T>::SetIsVoid(bool aVal) { in SetIsVoid()
971 void nsTSubstring<T>::StripCRLF() { in StripCRLF()
992 nsTSubstring<T>* mString;
[all …]
H A DnsTSubstring.h42 class nsTSubstring : public mozilla::detail::nsTStringRepr<T> {
44 typedef nsTSubstring<T> self_type;
77 ~nsTSubstring() { Finalize(); } in ~nsTSubstring()
755 nsTSubstring() in nsTSubstring() function
763 nsTSubstring(const self_type& aStr) in nsTSubstring() function
773 explicit nsTSubstring(ClassFlags aClassFlags) in nsTSubstring() function
907 extern template class nsTSubstring<char>;
908 extern template class nsTSubstring<char16_t>;
910 static_assert(sizeof(nsTSubstring<char>) ==
919 typedef typename nsTSubstring<T>::size_type size_type;
[all …]
H A DnsTDependentSubstring.h26 class nsTDependentSubstring : public nsTSubstring<T> {
29 typedef nsTSubstring<T> substring_type;
103 const nsTSubstring<T>& aStr, uint32_t aStartPos,
139 inline const nsTDependentSubstring<T> StringHead(const nsTSubstring<T>& aStr, in StringHead()
145 inline const nsTDependentSubstring<T> StringTail(const nsTSubstring<T>& aStr, in StringTail()
/dports/www/firefox-esr/firefox-91.8.0/mfbt/
H A DDbgMacro.h19 class nsTSubstring; variable
72 -> std::enable_if_t<std::is_base_of<nsTSubstring<char>, T>::value ||
73 std::is_base_of<nsTSubstring<char16_t>, T>::value,
83 -> std::enable_if_t<!std::is_base_of<nsTSubstring<char>, T>::value &&
84 !std::is_base_of<nsTSubstring<char16_t>, T>::value,
/dports/www/firefox/firefox-99.0/mfbt/
H A DDbgMacro.h19 class nsTSubstring; variable
72 -> std::enable_if_t<std::is_base_of<nsTSubstring<char>, T>::value ||
73 std::is_base_of<nsTSubstring<char16_t>, T>::value,
83 -> std::enable_if_t<!std::is_base_of<nsTSubstring<char>, T>::value &&
84 !std::is_base_of<nsTSubstring<char16_t>, T>::value,
/dports/mail/thunderbird/thunderbird-91.8.0/mfbt/
H A DDbgMacro.h19 class nsTSubstring; variable
72 -> std::enable_if_t<std::is_base_of<nsTSubstring<char>, T>::value ||
73 std::is_base_of<nsTSubstring<char16_t>, T>::value,
83 -> std::enable_if_t<!std::is_base_of<nsTSubstring<char>, T>::value &&
84 !std::is_base_of<nsTSubstring<char16_t>, T>::value,
/dports/lang/spidermonkey78/firefox-78.9.0/mfbt/
H A DDbgMacro.h19 class nsTSubstring; variable
72 -> std::enable_if_t<std::is_base_of<nsTSubstring<char>, T>::value ||
73 std::is_base_of<nsTSubstring<char16_t>, T>::value,
83 -> std::enable_if_t<!std::is_base_of<nsTSubstring<char>, T>::value &&
84 !std::is_base_of<nsTSubstring<char16_t>, T>::value,

12345