Lines Matching defs:aStr
10512 MOZ_ReportAssertionFailure(const char* aStr, const char* aFilename, int aLine) in MOZ_ReportAssertionFailure()
10529 MOZ_ReportCrash(const char* aStr, const char* aFilename, int aLine) in MOZ_ReportCrash()
62341 HashUntilZero(const T* aStr) in HashUntilZero()
62352 HashKnownLength(const T* aStr, size_t aLength) in HashKnownLength()
62370 HashString(const char* aStr) in HashString()
62376 HashString(const char* aStr, size_t aLength) in HashString()
62383 HashString(const unsigned char* aStr, size_t aLength) in HashString()
62389 HashString(const char16_t* aStr) in HashString()
62395 HashString(const char16_t* aStr, size_t aLength) in HashString()
66760 self_type& operator=(const self_type& aStr) in operator =()
66793 const self_type& aStr) in Replace()
66799 const self_type& aStr, in Replace()
66845 void Append(const self_type& aStr) in Append()
66849 …__attribute__ ((warn_unused_result)) bool Append(const self_type& aStr, const fallible_t& aFallibl… in Append()
66972 self_type& operator+=(const self_type& aStr) in operator +=()
66999 void Insert(const self_type& aStr, index_type aPos) in Insert()
67163 nsAString(const self_type& aStr) in nsAString()
67821 self_type& operator=(const self_type& aStr) in operator =()
67854 const self_type& aStr) in Replace()
67860 const self_type& aStr, in Replace()
67906 void Append(const self_type& aStr) in Append()
67910 …__attribute__ ((warn_unused_result)) bool Append(const self_type& aStr, const fallible_t& aFallibl… in Append()
68020 self_type& operator+=(const self_type& aStr) in operator +=()
68047 void Insert(const self_type& aStr, index_type aPos) in Insert()
68248 nsACString(const self_type& aStr) in nsACString()
68685 nsDependentSubstring(const substring_type& aStr, uint32_t aStartPos, in nsDependentSubstring()
68716 Substring(const nsAString& aStr, uint32_t aStartPos, in Substring()
68739 StringHead(const nsAString& aStr, uint32_t aCount) in StringHead()
68745 StringTail(const nsAString& aStr, uint32_t aCount) in StringTail()
68773 nsDependentCSubstring(const substring_type& aStr, uint32_t aStartPos, in nsDependentCSubstring()
68804 Substring(const nsACString& aStr, uint32_t aStartPos, in Substring()
68827 StringHead(const nsACString& aStr, uint32_t aCount) in StringHead()
68833 StringTail(const nsACString& aStr, uint32_t aCount) in StringTail()
69051 EnsureStringLength(T& aStr, uint32_t aLen) in EnsureStringLength()
69086 nsString(const self_type& aStr) in nsString()
69117 self_type& operator=(const self_type& aStr) in operator =()
69129 self_type& operator=(const substring_type& aStr) in operator =()
69359 self_type& operator=(const substring_type& aStr) in operator =()
69409 nsAutoString(const self_type& aStr) in nsAutoString()
69416 nsAutoString(const substring_type& aStr) in nsAutoString()
69446 self_type& operator=(const self_type& aStr) in operator =()
69451 self_type& operator=(const substring_type& aStr) in operator =()
69518 nsXPIDLString(const self_type& aStr) in nsXPIDLString()
69553 self_type& operator=(const char_type* aStr) in operator =()
69558 self_type& operator=(const self_type& aStr) in operator =()
69563 self_type& operator=(const substring_type& aStr) in operator =()
69580 explicit nsGetterCopies(nsAString& aStr) in nsGetterCopies()
69618 explicit nsAdoptingString(char_type* aStr, in nsAdoptingString()
69628 nsAdoptingString(const self_type& aStr) in nsAdoptingString()
69635 self_type& operator=(const substring_type& aStr) in operator =()
69688 nsCString(const self_type& aStr) in nsCString()
69719 self_type& operator=(const self_type& aStr) in operator =()
69731 self_type& operator=(const substring_type& aStr) in operator =()
69943 self_type& operator=(const substring_type& aStr) in operator =()
69993 nsAutoCString(const self_type& aStr) in nsAutoCString()
70000 nsAutoCString(const substring_type& aStr) in nsAutoCString()
70030 self_type& operator=(const self_type& aStr) in operator =()
70035 self_type& operator=(const substring_type& aStr) in operator =()
70102 nsXPIDLCString(const self_type& aStr) in nsXPIDLCString()
70137 self_type& operator=(const char_type* aStr) in operator =()
70142 self_type& operator=(const self_type& aStr) in operator =()
70147 self_type& operator=(const substring_type& aStr) in operator =()
70164 explicit nsCGetterCopies(nsACString& aStr) in nsCGetterCopies()
70202 explicit nsAdoptingCString(char_type* aStr, in nsAdoptingCString()
70212 nsAdoptingCString(const self_type& aStr) in nsAdoptingCString()
70219 self_type& operator=(const substring_type& aStr) in operator =()
70354 wwc(char16_t* aStr) in wwc()
70360 wwc(const char16_t* aStr) in wwc()
70410 nsDependentString(const string_type& aStr, uint32_t aStartPos) in nsDependentString()
70473 nsDependentCString(const string_type& aStr, uint32_t aStartPos) in nsDependentCString()
70662 nsPromiseFlatString(const substring_type& aStr) in nsPromiseFlatString()
70717 nsPromiseFlatCString(const substring_type& aStr) in nsPromiseFlatCString()
89871 nsresult SetText(const nsAString& aStr, bool aNotify) in SetText()
91704 HashString(const nsAString& aStr) in HashString()
91710 HashString(const nsACString& aStr) in HashString()
91723 explicit nsStringHashKey(KeyTypePointer aStr) : mStr(*aStr) {} in nsStringHashKey()
91759 explicit nsStringCaseInsensitiveHashKey(KeyTypePointer aStr) in nsStringCaseInsensitiveHashKey()
91801 explicit nsCStringHashKey(const nsACString* aStr) : mStr(*aStr) {} in nsCStringHashKey()
93072 nsresult SetText(const nsAString& aStr, bool aNotify) in SetText()
160545 Log &operator <<(const char aStr[]) { in operator <<()