/dports/www/firefox-esr/firefox-91.8.0/js/public/ |
H A D | Result.h | 181 struct UnusedZero; 197 friend struct UnusedZero<Error>; 206 friend struct UnusedZero<OOM>; 212 struct UnusedZero { 235 struct UnusedZero<JS::Error> : JS::UnusedZero<JS::Error> {}; 238 struct UnusedZero<JS::OOM> : JS::UnusedZero<JS::OOM> {};
|
/dports/mail/thunderbird/thunderbird-91.8.0/js/public/ |
H A D | Result.h | 181 struct UnusedZero; 197 friend struct UnusedZero<Error>; 206 friend struct UnusedZero<OOM>; 212 struct UnusedZero { 235 struct UnusedZero<JS::Error> : JS::UnusedZero<JS::Error> {}; 238 struct UnusedZero<JS::OOM> : JS::UnusedZero<JS::OOM> {};
|
/dports/www/firefox/firefox-99.0/js/public/ |
H A D | Result.h | 181 struct UnusedZero; 197 friend struct UnusedZero<Error>; 206 friend struct UnusedZero<OOM>; 212 struct UnusedZero { 235 struct UnusedZero<JS::Error> : JS::UnusedZero<JS::Error> {}; 238 struct UnusedZero<JS::OOM> : JS::UnusedZero<JS::OOM> {};
|
/dports/www/firefox/firefox-99.0/intl/components/src/ |
H A D | ICUError.h | 43 friend struct mozilla::detail::UnusedZero<InternalError>; 84 struct UnusedZero<mozilla::intl::ICUError> 88 struct UnusedZero<mozilla::intl::InternalError> {
|
/dports/www/firefox-esr/firefox-91.8.0/mfbt/ |
H A D | Result.h | 54 struct UnusedZero; 82 using ErrorStorageType = typename UnusedZero<E>::StorageType; 84 static constexpr auto kNullValue = UnusedZero<E>::nullValue; 107 std::tuple(UnusedZero<E>::Store(std::move(aErrorValue)))) { in ResultImplementationNullIsOkBase() 143 return UnusedZero<E>::Inspect(mValue.second()); in decltype() 145 constexpr E unwrapErr() { return UnusedZero<E>::Unwrap(mValue.second()); } in unwrapErr() 314 struct UnusedZero { struct 376 : (UnusedZero<E>::value && sizeof(E) <= sizeof(uintptr_t))
|
/dports/www/firefox/firefox-99.0/mfbt/ |
H A D | Result.h | 54 struct UnusedZero; 82 using ErrorStorageType = typename UnusedZero<E>::StorageType; 84 static constexpr auto kNullValue = UnusedZero<E>::nullValue; 107 std::tuple(UnusedZero<E>::Store(std::move(aErrorValue)))) { in ResultImplementationNullIsOkBase() 143 return UnusedZero<E>::Inspect(mValue.second()); in decltype() 145 constexpr E unwrapErr() { return UnusedZero<E>::Unwrap(mValue.second()); } in unwrapErr() 314 struct UnusedZero { struct 376 : (UnusedZero<E>::value && sizeof(E) <= sizeof(uintptr_t))
|
/dports/mail/thunderbird/thunderbird-91.8.0/mfbt/ |
H A D | Result.h | 54 struct UnusedZero; 82 using ErrorStorageType = typename UnusedZero<E>::StorageType; 84 static constexpr auto kNullValue = UnusedZero<E>::nullValue; 107 std::tuple(UnusedZero<E>::Store(std::move(aErrorValue)))) { in ResultImplementationNullIsOkBase() 143 return UnusedZero<E>::Inspect(mValue.second()); in decltype() 145 constexpr E unwrapErr() { return UnusedZero<E>::Unwrap(mValue.second()); } in unwrapErr() 314 struct UnusedZero { struct 376 : (UnusedZero<E>::value && sizeof(E) <= sizeof(uintptr_t))
|
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/base/ |
H A D | nscore.h | 219 struct UnusedZero; 221 struct UnusedZero<nsresult> {
|
/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/base/ |
H A D | nscore.h | 210 struct UnusedZero; 212 struct UnusedZero<nsresult> {
|
/dports/www/firefox/firefox-99.0/xpcom/base/ |
H A D | nscore.h | 206 struct UnusedZero; 208 struct UnusedZero<nsresult> {
|
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/base/ |
H A D | nscore.h | 219 struct UnusedZero; 221 struct UnusedZero<nsresult> {
|
/dports/www/firefox-esr/firefox-91.8.0/xpcom/base/ |
H A D | nscore.h | 219 struct UnusedZero; 221 struct UnusedZero<nsresult> {
|
/dports/lang/spidermonkey60/firefox-60.9.0/mfbt/ |
H A D | Result.h | 196 struct UnusedZero { struct 202 struct UnusedZero<T&> { argument 234 (IsEmpty<V>::value && UnusedZero<E>::value)
|
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/threads/ |
H A D | CPUUsageWatcher.h | 38 struct UnusedZero<CPUUsageWatcherError> : UnusedZeroEnum<CPUUsageWatcherError> {
|
/dports/www/firefox/firefox-99.0/xpcom/threads/ |
H A D | CPUUsageWatcher.h | 38 struct UnusedZero<CPUUsageWatcherError> : UnusedZeroEnum<CPUUsageWatcherError> {
|
/dports/www/firefox-esr/firefox-91.8.0/xpcom/threads/ |
H A D | CPUUsageWatcher.h | 38 struct UnusedZero<CPUUsageWatcherError> : UnusedZeroEnum<CPUUsageWatcherError> {
|
/dports/lang/spidermonkey78/firefox-78.9.0/mfbt/ |
H A D | Result.h | 226 struct UnusedZero { struct 232 struct UnusedZero<T&> { argument 270 (std::is_empty_v<V> && UnusedZero<E>::value)
|
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/ |
H A D | JitContext.h | 48 struct UnusedZero<js::jit::AbortReason> : UnusedZeroEnum<js::jit::AbortReason> {
|
/dports/www/firefox/firefox-99.0/js/src/jit/ |
H A D | JitContext.h | 48 struct UnusedZero<js::jit::AbortReason> : UnusedZeroEnum<js::jit::AbortReason> {
|
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/ |
H A D | JitContext.h | 48 struct UnusedZero<js::jit::AbortReason> : UnusedZeroEnum<js::jit::AbortReason> {
|
/dports/www/firefox-esr/firefox-91.8.0/mfbt/tests/ |
H A D | TestResult.cpp | 25 struct UnusedZero<TestUnusedZeroEnum> : UnusedZeroEnum<TestUnusedZeroEnum> {}; struct 32 struct UnusedZero<Failed> { struct
|
/dports/www/firefox/firefox-99.0/mfbt/tests/ |
H A D | TestResult.cpp | 25 struct UnusedZero<TestUnusedZeroEnum> : UnusedZeroEnum<TestUnusedZeroEnum> {}; struct 32 struct UnusedZero<Failed> { struct
|
/dports/mail/thunderbird/thunderbird-91.8.0/mfbt/tests/ |
H A D | TestResult.cpp | 25 struct UnusedZero<TestUnusedZeroEnum> : UnusedZeroEnum<TestUnusedZeroEnum> {}; struct 32 struct UnusedZero<Failed> { struct
|
/dports/mail/thunderbird/thunderbird-91.8.0/widget/windows/ |
H A D | WinHeaderOnlyUtils.h | 209 struct UnusedZero<WindowsError> {
|
/dports/www/firefox-esr/firefox-91.8.0/widget/windows/ |
H A D | WinHeaderOnlyUtils.h | 209 struct UnusedZero<WindowsError> {
|