Home
last modified time | relevance | path

Searched defs:infallibleAppend (Results 1 – 24 of 24) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vm/
H A DStringBuffer.h173 void infallibleAppend(Latin1Char c) { in infallibleAppend() function
179 void infallibleAppend(char c) { in infallibleAppend() function
182 void infallibleAppend(const Latin1Char* chars, size_t len) { in infallibleAppend() function
188 void infallibleAppend(const char* chars, size_t len) { in infallibleAppend() function
198 void infallibleAppend(const char16_t* chars, size_t len) { in infallibleAppend() function
202 void infallibleAppend(char16_t c) { in infallibleAppend() function
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/util/
H A DStringBuffer.h185 void infallibleAppend(Latin1Char c) { in infallibleAppend() function
191 void infallibleAppend(char c) { infallibleAppend(Latin1Char(c)); } in infallibleAppend() function
192 void infallibleAppend(const Latin1Char* chars, size_t len) { in infallibleAppend() function
198 void infallibleAppend(const char* chars, size_t len) { in infallibleAppend() function
208 void infallibleAppend(const char16_t* chars, size_t len) { in infallibleAppend() function
212 void infallibleAppend(char16_t c) { in infallibleAppend() function
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/
H A DStringBuffer.h158 void infallibleAppend(Latin1Char c) { in infallibleAppend() function
164 void infallibleAppend(char c) { in infallibleAppend() function
167 void infallibleAppend(const Latin1Char* chars, size_t len) { in infallibleAppend() function
173 void infallibleAppend(const char* chars, size_t len) { in infallibleAppend() function
183 void infallibleAppend(const char16_t* chars, size_t len) { in infallibleAppend() function
187 void infallibleAppend(char16_t c) { in infallibleAppend() function
/dports/www/firefox-esr/firefox-91.8.0/js/src/util/
H A DStringBuffer.h253 void infallibleAppend(Latin1Char c) { in infallibleAppend() function
260 void infallibleAppend(char c) { infallibleAppend(Latin1Char(c)); } in infallibleAppend() function
261 void infallibleAppend(const Latin1Char* chars, size_t len) { in infallibleAppend() function
268 void infallibleAppend(const char* chars, size_t len) { in infallibleAppend() function
278 void infallibleAppend(const char16_t* chars, size_t len) { in infallibleAppend() function
281 void infallibleAppend(char16_t c) { twoByteChars().infallibleAppend(c); } in infallibleAppend() function
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/util/
H A DStringBuffer.h253 void infallibleAppend(Latin1Char c) { in infallibleAppend() function
260 void infallibleAppend(char c) { infallibleAppend(Latin1Char(c)); } in infallibleAppend() function
261 void infallibleAppend(const Latin1Char* chars, size_t len) { in infallibleAppend() function
268 void infallibleAppend(const char* chars, size_t len) { in infallibleAppend() function
278 void infallibleAppend(const char16_t* chars, size_t len) { in infallibleAppend() function
281 void infallibleAppend(char16_t c) { twoByteChars().infallibleAppend(c); } in infallibleAppend() function
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/util/
H A DStringBuffer.h250 void infallibleAppend(Latin1Char c) { in infallibleAppend() function
257 void infallibleAppend(char c) { infallibleAppend(Latin1Char(c)); } in infallibleAppend() function
258 void infallibleAppend(const Latin1Char* chars, size_t len) { in infallibleAppend() function
265 void infallibleAppend(const char* chars, size_t len) { in infallibleAppend() function
275 void infallibleAppend(const char16_t* chars, size_t len) { in infallibleAppend() function
278 void infallibleAppend(char16_t c) { twoByteChars().infallibleAppend(c); } in infallibleAppend() function
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/public/
H A DTraceableVector.h87 void infallibleAppend(U&& aU) { in infallibleAppend() function
94 infallibleAppend(const U* aBegin, const U* aEnd) { in infallibleAppend() function
97 template<typename U> void infallibleAppend(const U* aBegin, size_t aLength) { in infallibleAppend() function
196 template<typename U> void infallibleAppend(U&& aU) { in infallibleAppend() function
200 template<typename U> void infallibleAppend(const U* aBegin, const U* aEnd) { in infallibleAppend() function
203 template<typename U> void infallibleAppend(const U* aBegin, size_t aLength) { in infallibleAppend() function
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/include/js/
H A DTraceableVector.h87 void infallibleAppend(U&& aU) { in infallibleAppend() function
94 infallibleAppend(const U* aBegin, const U* aEnd) { in infallibleAppend() function
97 template<typename U> void infallibleAppend(const U* aBegin, size_t aLength) { in infallibleAppend() function
196 template<typename U> void infallibleAppend(U&& aU) { in infallibleAppend() function
200 template<typename U> void infallibleAppend(const U* aBegin, const U* aEnd) { in infallibleAppend() function
203 template<typename U> void infallibleAppend(const U* aBegin, size_t aLength) { in infallibleAppend() function
/dports/www/firefox/firefox-99.0/js/src/util/
H A DStringBuffer.h256 void infallibleAppend(Latin1Char c) { in infallibleAppend() function
263 void infallibleAppend(char c) { infallibleAppend(Latin1Char(c)); } in infallibleAppend() function
264 void infallibleAppend(const Latin1Char* chars, size_t len) { in infallibleAppend() function
271 void infallibleAppend(const char* chars, size_t len) { in infallibleAppend() function
281 void infallibleAppend(const char16_t* chars, size_t len) { in infallibleAppend() function
284 void infallibleAppend(char16_t c) { twoByteChars().infallibleAppend(c); } in infallibleAppend() function
/dports/www/firefox-legacy/firefox-52.8.0esr/js/public/
H A DGCVector.h87 void infallibleAppend(U&& aU) { in infallibleAppend() function
94 infallibleAppend(const U* aBegin, const U* aEnd) { in infallibleAppend() function
97 template<typename U> void infallibleAppend(const U* aBegin, size_t aLength) { in infallibleAppend() function
208 template<typename U> void infallibleAppend(U&& aU) { in infallibleAppend() function
212 template<typename U> void infallibleAppend(const U* aBegin, const U* aEnd) { in infallibleAppend() function
215 template<typename U> void infallibleAppend(const U* aBegin, size_t aLength) { in infallibleAppend() function
/dports/lang/spidermonkey60/firefox-60.9.0/js/public/
H A DGCVector.h84 void infallibleAppend(U&& aU) { in infallibleAppend() function
91 void infallibleAppend(const U* aBegin, const U* aEnd) { in infallibleAppend() function
95 void infallibleAppend(const U* aBegin, size_t aLength) { in infallibleAppend() function
242 void infallibleAppend(U&& aU) { in infallibleAppend() function
249 void infallibleAppend(const U* aBegin, const U* aEnd) { in infallibleAppend() function
253 void infallibleAppend(const U* aBegin, size_t aLength) { in infallibleAppend() function
/dports/lang/spidermonkey78/firefox-78.9.0/js/public/
H A DGCVector.h98 void infallibleAppend(U&& aU) { in infallibleAppend() function
105 void infallibleAppend(const U* aBegin, const U* aEnd) { in infallibleAppend() function
109 void infallibleAppend(const U* aBegin, size_t aLength) { in infallibleAppend() function
272 void infallibleAppend(U&& aU) { in infallibleAppend() function
279 void infallibleAppend(const U* aBegin, const U* aEnd) { in infallibleAppend() function
283 void infallibleAppend(const U* aBegin, size_t aLength) { in infallibleAppend() function
/dports/www/firefox/firefox-99.0/js/public/
H A DGCVector.h112 void infallibleAppend(U&& aU) { in infallibleAppend() function
119 void infallibleAppend(const U* aBegin, const U* aEnd) { in infallibleAppend() function
123 void infallibleAppend(const U* aBegin, size_t aLength) { in infallibleAppend() function
294 void infallibleAppend(U&& aU) { in infallibleAppend() function
301 void infallibleAppend(const U* aBegin, const U* aEnd) { in infallibleAppend() function
305 void infallibleAppend(const U* aBegin, size_t aLength) { in infallibleAppend() function
/dports/www/firefox-esr/firefox-91.8.0/js/public/
H A DGCVector.h112 void infallibleAppend(U&& aU) { in infallibleAppend() function
119 void infallibleAppend(const U* aBegin, const U* aEnd) { in infallibleAppend() function
123 void infallibleAppend(const U* aBegin, size_t aLength) { in infallibleAppend() function
315 void infallibleAppend(U&& aU) { in infallibleAppend() function
322 void infallibleAppend(const U* aBegin, const U* aEnd) { in infallibleAppend() function
326 void infallibleAppend(const U* aBegin, size_t aLength) { in infallibleAppend() function
/dports/mail/thunderbird/thunderbird-91.8.0/js/public/
H A DGCVector.h112 void infallibleAppend(U&& aU) { in infallibleAppend() function
119 void infallibleAppend(const U* aBegin, const U* aEnd) { in infallibleAppend() function
123 void infallibleAppend(const U* aBegin, size_t aLength) { in infallibleAppend() function
315 void infallibleAppend(U&& aU) { in infallibleAppend() function
322 void infallibleAppend(const U* aBegin, const U* aEnd) { in infallibleAppend() function
326 void infallibleAppend(const U* aBegin, size_t aLength) { in infallibleAppend() function
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/components/telemetry/
H A DThreadHangStats.h99 void infallibleAppend(const char* aEntry) { mImpl.infallibleAppend(aEntry); } in infallibleAppend() function
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/ds/
H A DPageProtectingVector.h235 MOZ_ALWAYS_INLINE void infallibleAppend(const U* values, size_t size) { in infallibleAppend() function
/dports/www/firefox-esr/firefox-91.8.0/js/src/ds/
H A DPageProtectingVector.h417 MOZ_ALWAYS_INLINE void infallibleAppend(const U* values, size_t size) { in infallibleAppend() function
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/ds/
H A DPageProtectingVector.h417 MOZ_ALWAYS_INLINE void infallibleAppend(const U* values, size_t size) { in infallibleAppend() function
/dports/www/firefox/firefox-99.0/js/src/ds/
H A DPageProtectingVector.h417 MOZ_ALWAYS_INLINE void infallibleAppend(const U* values, size_t size) { in infallibleAppend() function
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/ds/
H A DPageProtectingVector.h369 MOZ_ALWAYS_INLINE void infallibleAppend(const U* values, size_t size) { in infallibleAppend() function
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/ds/
H A DPageProtectingVector.h417 MOZ_ALWAYS_INLINE void infallibleAppend(const U* values, size_t size) { in infallibleAppend() function
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/
H A Djsapi.h136 void infallibleAppend(const T& v) { vector.infallibleAppend(v); } in infallibleAppend() function
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/include/
H A Djsapi.h136 void infallibleAppend(const T& v) { vector.infallibleAppend(v); } in infallibleAppend() function