Home
last modified time | relevance | path

Searched refs:HasSize (Results 1 – 25 of 272) sorted by relevance

1234567891011

/dports/math/blaze/blaze-3.8/blaze/util/typetraits/
H A DHasSize.h75 struct HasSize struct
93 struct HasSize<void,S>
112 struct HasSize<const void,S>
131 struct HasSize<volatile void,S>
150 struct HasSize<const volatile void,S>
171 constexpr bool HasSize_v = HasSize<T,S>::value;
204 : public HasSize<T,1UL>
256 : public HasSize<T,2UL>
308 : public HasSize<T,4UL>
360 : public HasSize<T,8UL>
/dports/deskutils/syncthingtray/c++utilities/tests/
H A Dtraitstests.cpp79 static_assert(!HasSize<SomeStruct>::value, "HasSize: negative case");
80 static_assert(!HasSize<forward_list<SomeStruct>>::value, "HasSize: negative case");
81 static_assert(HasSize<vector<SomeStruct>>::value, "HasSize: positive case");
82 static_assert(HasSize<string>::value, "HasSize: positive case");
83 static_assert(HasSize<CountableStruct>::value, "HasSize: positive case");
/dports/www/firefox/firefox-99.0/image/
H A DDecoder.h224 MOZ_ASSERT(HasSize()); in OutputSize()
303 (mMetadataDecode && HasSize()) || HasError(); in GetDecodeDone()
338 bool HasSize() const { return mImageMetadata.HasSize(); } in HasSize() function
346 MOZ_ASSERT(HasSize()); in Size()
382 MOZ_ASSERT(HasSize()); in GetOrientation()
H A DImageMetadata.h58 if (!HasSize()) { in SetSize()
66 bool HasSize() const { return mSize.isSome(); } in HasSize() function
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxSmith/wxwidgets/properties/
H A Dwxsfontproperty.cpp88 if ( HasSize ) Base.SetPointSize(Size); in BuildFont()
101 HasSize ? Size : wxDEFAULT, in BuildFont()
220 if ( HasSize ) in BuildFontCode()
265 << (HasSize ? wxString::Format(_T("%ld,"),Size) : _T("wxDEFAULT,")) in BuildFontCode()
315 VALUE.HasSize = false; in XmlRead()
330 if ( (VALUE.HasSize = XmlGetString(Element,Val,_T("size")) )) in XmlRead()
397 if ( VALUE.HasSize ) in XmlWrite()
473 Stream->GetBool(_T("has_size"),Tmp,false); VALUE.HasSize = Tmp; in PropStreamRead()
513 Tmp = VALUE.HasSize; in PropStreamWrite()
514 Stream->PutBool(_T("has_size"),Tmp,false); Tmp = VALUE.HasSize; in PropStreamWrite()
H A Dwxsfontproperty.h43 bool HasSize : 1; member
68 HasSize(false), in wxsFontData()
/dports/www/firefox-legacy/firefox-52.8.0esr/image/
H A DDecoder.h210 gfx::IntSize OutputSize() const { MOZ_ASSERT(HasSize()); return *mOutputSize; } in OutputSize()
277 (mMetadataDecode && HasSize()) || HasError(); in GetDecodeDone()
311 bool HasSize() const { return mImageMetadata.HasSize(); } in HasSize() function
320 MOZ_ASSERT(HasSize()); in Size()
H A DImageMetadata.h59 if (!HasSize()) { in SetSize()
65 bool HasSize() const { return mSize.isSome(); } in HasSize() function
/dports/lang/spidermonkey60/firefox-60.9.0/image/
H A DDecoder.h199 MOZ_ASSERT(HasSize()); in OutputSize()
278 (mMetadataDecode && HasSize()) || HasError(); in GetDecodeDone()
316 bool HasSize() const { return mImageMetadata.HasSize(); } in HasSize() function
324 MOZ_ASSERT(HasSize()); in Size()
H A DImageMetadata.h57 if (!HasSize()) { in SetSize()
63 bool HasSize() const { return mSize.isSome(); } in HasSize() function
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/const-generics/generic_const_exprs/
H A Dissue-62504.rs6 trait HasSize { trait
10 impl<const X: usize> HasSize for ArrayHolder<X> {
/dports/www/firefox-esr/firefox-91.8.0/image/
H A DDecoder.h224 MOZ_ASSERT(HasSize()); in OutputSize()
303 (mMetadataDecode && HasSize()) || HasError(); in GetDecodeDone()
338 bool HasSize() const { return mImageMetadata.HasSize(); } in HasSize() function
346 MOZ_ASSERT(HasSize()); in Size()
H A DImageMetadata.h58 if (!HasSize()) { in SetSize()
65 bool HasSize() const { return mSize.isSome(); } in HasSize() function
/dports/lang/spidermonkey78/firefox-78.9.0/image/
H A DDecoder.h221 MOZ_ASSERT(HasSize()); in OutputSize()
300 (mMetadataDecode && HasSize()) || HasError(); in GetDecodeDone()
335 bool HasSize() const { return mImageMetadata.HasSize(); } in HasSize() function
343 MOZ_ASSERT(HasSize()); in Size()
H A DImageMetadata.h57 if (!HasSize()) { in SetSize()
63 bool HasSize() const { return mSize.isSome(); } in HasSize() function
/dports/mail/thunderbird/thunderbird-91.8.0/image/
H A DDecoder.h224 MOZ_ASSERT(HasSize()); in OutputSize()
303 (mMetadataDecode && HasSize()) || HasError(); in GetDecodeDone()
338 bool HasSize() const { return mImageMetadata.HasSize(); } in HasSize() function
346 MOZ_ASSERT(HasSize()); in Size()
H A DImageMetadata.h58 if (!HasSize()) { in SetSize()
65 bool HasSize() const { return mSize.isSome(); } in HasSize() function
/dports/math/gap/gap-4.11.0/tst/testbugfix/
H A D2012-11-21-t00263.tst8 gap> HasSize(t);
14 gap> HasSize(t);
/dports/devel/corrade/corrade-2020.06/src/Corrade/Utility/Test/
H A DTypeTraitsTest.cpp108 CORRADE_HAS_TYPE(HasSize, decltype(std::declval<T>().size()));
117 CORRADE_VERIFY(HasSize<std::vector<int>>::value); in hasType()
118 CORRADE_VERIFY(!(HasSize<std::pair<int, int>>::value)); in hasType()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Lex/
H A DLiteralSupport.cpp621 if (HasSize) in NumericLiteralParser()
623 HasSize = true; in NumericLiteralParser()
629 if (HasSize) in NumericLiteralParser()
631 HasSize = true; in NumericLiteralParser()
648 if (HasSize) in NumericLiteralParser()
650 HasSize = true; in NumericLiteralParser()
661 if (HasSize) in NumericLiteralParser()
663 HasSize = true; in NumericLiteralParser()
679 if (HasSize) in NumericLiteralParser()
681 HasSize = true; in NumericLiteralParser()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Lex/
H A DLiteralSupport.cpp621 if (HasSize) in NumericLiteralParser()
623 HasSize = true; in NumericLiteralParser()
629 if (HasSize) in NumericLiteralParser()
631 HasSize = true; in NumericLiteralParser()
648 if (HasSize) in NumericLiteralParser()
650 HasSize = true; in NumericLiteralParser()
661 if (HasSize) in NumericLiteralParser()
663 HasSize = true; in NumericLiteralParser()
679 if (HasSize) in NumericLiteralParser()
681 HasSize = true; in NumericLiteralParser()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp621 if (HasSize) in NumericLiteralParser()
623 HasSize = true; in NumericLiteralParser()
629 if (HasSize) in NumericLiteralParser()
631 HasSize = true; in NumericLiteralParser()
648 if (HasSize) in NumericLiteralParser()
650 HasSize = true; in NumericLiteralParser()
661 if (HasSize) in NumericLiteralParser()
663 HasSize = true; in NumericLiteralParser()
679 if (HasSize) in NumericLiteralParser()
681 HasSize = true; in NumericLiteralParser()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Lex/
H A DLiteralSupport.cpp621 if (HasSize) in NumericLiteralParser()
623 HasSize = true; in NumericLiteralParser()
629 if (HasSize) in NumericLiteralParser()
631 HasSize = true; in NumericLiteralParser()
648 if (HasSize) in NumericLiteralParser()
650 HasSize = true; in NumericLiteralParser()
661 if (HasSize) in NumericLiteralParser()
663 HasSize = true; in NumericLiteralParser()
679 if (HasSize) in NumericLiteralParser()
681 HasSize = true; in NumericLiteralParser()
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Lex/
H A DLiteralSupport.cpp621 if (HasSize) in NumericLiteralParser()
623 HasSize = true; in NumericLiteralParser()
629 if (HasSize) in NumericLiteralParser()
631 HasSize = true; in NumericLiteralParser()
648 if (HasSize) in NumericLiteralParser()
650 HasSize = true; in NumericLiteralParser()
661 if (HasSize) in NumericLiteralParser()
663 HasSize = true; in NumericLiteralParser()
679 if (HasSize) in NumericLiteralParser()
681 HasSize = true; in NumericLiteralParser()
[all …]
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libchdr/deps/lzma-16.04/CPP/7zip/Archive/
H A DLzmaHandler.cpp57 bool HasSize() const { return (Size != (UInt64)(Int64)-1); } in HasSize() function
73 (!HasSize() || Size < ((UInt64)1 << 56)) in Parse()
149 const UInt64 *Size = header.HasSize() ? &header.Size : NULL; in Code()
166 if (header.HasSize()) in Code()
266 case kpidSize: if (_stream && _header.HasSize()) prop = _header.Size; break; in GetProperty()

1234567891011